﻿@charset "UTF-8";

/*
* @description: 新闻页样式
 *@author:王奉
* @update: name(2020/09/14)
 */
header {
   
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
	background: #242A37;
}
.banner {
	width: 100%;
	height: 455px;
	background: url(../images/news/banner-news.png)no-repeat;
        background-size: 100% 100%;
}

.banner-title {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 142px 0 0 0;
	text-align: center;
}

.search-box {
	margin: 60px auto 25px;
	width: 539px;
	height: 49px;
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	background: #fff;
}

.search-box .search-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: url(../images/news/icon_search.png)no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
}

.search-box input {
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	outline: none;
	font-size: 18px;
    color: #747474;
}

.hot-search-box {
	margin: 0 0 0 330px;
	display: flex;
	font-size: 14px;
	color: #fff;
}

.hot-search-box .search-tag {
	line-height: 20px;
	text-align: center;
	margin-left: 25px;
	box-sizing: border-box;
	cursor: pointer;
}

.menu {
	width: 1200px;
	height: 58px;
	line-height: 58px;
	margin: 0 auto 53px;
	border-bottom: 1px solid #E4E4E5;
}

.menu-con {
	display: block;
	width: 97px;
	text-align: center;
	position: relative;
	color: #343434;
	font-size: 17px;
	margin-left: 136px;
}

.menu-active:after {
	display: block;
	content: "";
	width: 86px;
	height: 2px;
	background: #2C68FF;
	border-radius: 1px;
	margin-left: 5px;
}
.search-title{
    padding: 20px 0 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #666666;
}

.newscont-con {
	border-bottom: 1px solid rgba(102, 102, 102, 0.15);
	padding:36px 0;
	background: #fff;
	overflow: auto;
	position: relative;
}

.newsimg {
	display: block;
	float: left;
	margin: 0 2% 0 0;
	width: 243px;
	height: 157px;
	border-radius: 10px;
}

.newscont-title {
	font-size: 22px;
	color: #2B2B2B;
	margin-bottom: 36px;
	font-weight:bold;
}

.newscont-con p {
	width: 98.5%;
	color: #676767;
	font-size: 16px;
}

.newsright {
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 5px;
    color: #666;
}

.newbrowse {
	margin-right: 45px;
}

.newscont-con a {
	color: #666;
}

.newscont-con:hover {
	box-shadow: 0px 0px 20px 0px rgba(10, 16, 126, 0.1);
}

.newscont-con-con {
	width: 100%;
	height: 100%;
}

.newsright-arrow {
	position: absolute;
	right: 44px;
	bottom: 10%;
	display: none;
}

.newscont-con:hover .newsimg {
	margin: 0 2% 0 27px;
}

.newscont-con:hover .newsright-arrow {
	display: block;
}

.newscont-con:hover .newsright {
	display: block;
	left: 292px;
}
.no-search-data {
    width: 100%;
    padding: 150px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #999999;
}
.no-search-data i {
    width: 180px;
    height: 140px;
    background: url(../images/news/404.png)no-repeat;
    background-size: 100% 100%;
    margin-right: 20px;
}
.no-search-data a {
    color: #3a85f9;
    text-decoration: underline;
}
.no-search-data {
    font-size: 14px;
    color: #999999;
}
/*页码*/



.page {
	margin:58px 0 60px 0;
	text-align:center;
}
.page li {
	display:inline-block;
	margin:0px 5px;
}
.page li a,.page-input {
	display: inline-block;
	width:38px;
    height:38px;
	line-height:38px;
    background:#fff;
    box-shadow:0px 0px 20px 0px rgba(86,157,236,0.2);
    border-radius:5px;
	text-align:center;
	color:#2B2B2B;

	
}
.page-input{
	border:none;
}

.page a {
	display: inline-block;
	margin:0px 5px;
	
	
}
.page li span {
	display: inline-block;
	width:38px;
    height:38px;
	line-height:38px;
    background: #1A5BFD;;
    box-shadow:0px 0px 20px 0px rgba(86,157,236,0.2);
    border-radius:5px;
	text-align:center;
	color:#fff;

}

.page .current {
	
	margin:0px 5px;
	display: inline-block;
	padding: 10px 18px;
	border:1px solid #c9c9c9;
	background:#00ADD9;
	color:#fff;
}
.page .rows {
	display:none;
}

@media screen and (max-width:1274px) {
	.banner-title {
		font-size: 46px;
	}
	.hot-search-box {
    font-size: 24px;
    margin:0;
    text-align: center;
    margin: 0;
    display: block;
}
	.hot-search-box span{
          display: inline-block;
	}
	.search-tag-box{
		    display: inline-block;
	}
	.search-box {
		margin: 50px auto 25px;
		width: 539px;
		height: 69px;
		line-height:69px;
	}
	.search-box input {
		font-size: 26px;
	}
	.search-box .search-btn {
		top: 20px;
		width: 30px;
		height: 30px;
	}
	.menu {
		height: 78px;
		line-height: 78px;
	}
	.menu-con {
		font-size: 27px;
		width: 127px;
	}
	.menu-active:after {
		width: 116px;
	}
	.newscont-title {
		font-size: 32px;
		margin-bottom: 16px;
		text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
	}
	.newscont-con p,.newsright{
		font-size: 20px;
	}
	.newsright{
		left: 365px;
	}
	.newsimg{
		display: block;
        float: left;
        margin: 0 2% 0 0;
        width: 304px;
        height: 197px;
	}
	.newscont-con a {
        display: block;
        float: right;
        width: 70%;
	}
	.newscont-con p{
		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        
	}
	
}