﻿/* 法律声明 */
.law{
	padding:0 0 96px 0;
}
.law h1{
	font-size:24px;
	color:#545450;
	border-bottom: 2px solid #EFEEEC;
	padding:77px 0 25px 0;
}
.law p{
	font-size:16px;
	color:#545450;
	line-height: 40px;
	margin-top:39px;
	text-align: justify;
}

/* 搜索 */
.search-tab{
	padding-bottom: 27px;
	border-bottom: 1px solid #E7E6E3;
	margin-top:59px;
}
.search-tab ul li{
	float:left;
	font-size:16px;
	color:#666460;
	margin-right:40px;
	cursor:pointer;
}
.search-tab ul li.active,.search-tab ul li:hover{
	color:#002E55;
	position:relative;
}
.search-tab ul li.active:after,.search-tab ul li:hover:after{
	content: '';
	position: absolute;
	left:0;
	bottom: -32px;
	width:100%;
	height: 1px;
	background:#002955;
}
.search-tab ul li:last-child{
	margin-right:0;
}
.search-tab .text{
	font-size:16px;
	color:#666460;
}
.search-tab .text span{
	color:#002E55;
}
.news .list .item:nth-child(1){
	border-top: 1px solid #E7E6E3;
	margin-top:50px;
}
.news.yes .list .item:nth-child(1){
	border-top: 0;
	margin-top:0;
}
.news .list .item{
	padding:50px 0;
	border-bottom: 1px solid #E7E6E3;
}
.news .list .item .time{
	width: 100px;
	text-align: center;
	padding-top:82px;
}
.news .list .item .time b{
	font-size:30px;
	color:#999;
	display:block;
	font-weight: normal;
}
.news .list .item .time span{
	color:#A0A0A0;
}
.news .list .item .time .line{
	width:100%;
	height:1px;
	background:#E7E6E3;
	margin:16px 0 18px 0;
}
.news .list .item dl{
	width:1080px;
}
.news .list .item dl dt{
	width:380px;
	height:252px;
}
.news .list .item dl dt img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.news .list .item dl dd{
	width:660px;
}
.news .list .item dl dd h1{
	font-size:18px;
	color:#2A2A2A;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top:51px;
}
.news .list .item dl dd p{
	font-size:14px;
	color:#8C8984;
	line-height:30px;
	margin-top:25px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	height:60px;
}
.news .list .item dl dd .more{
	width:36px;
	height:8px;
	background:url(../img/images/search_more.png) left top no-repeat;
	background-size:36px 8px;
	margin-top:40px;
}
.news .list .item:hover .time b,.news .list .item:hover .time span,.news .list .item:hover dl dd h1,.news .list .item:hover dl dd p{
	color:#002E55;
}
.news .list .item:hover .line{
	background:#002E55;
}
.news .list .item:hover .more{
	background:url(../img/images/search_mores.png) left top no-repeat;
	background-size:36px 8px;
}
.page{
	text-align: center;
	font-size:16px;
	color:#666460;
}
.page a,.page .text,.page .make-sure{
	display:inline-block;
	width: 36px;
	height:36px;
	line-height: 36px;
	border-radius: 50%;
	border:1px solid #ECEAE8;
	vertical-align: middle;
	margin:0 7px;
}
.page a:hover,.page a.active,.page .make-sure:hover{
	color:#fff;
	border:1px solid #004C84;
	background:#004C84;
}
.page .prev,.page .next,.page .make-sure{
	width:80px;
	border-radius: 25px;
}
.page .text{
	text-align: center;
}
.page .make-sure{
	background:none;
	cursor:pointer;
	color:#666460;
}
.search-page .no dl{
	margin:100px 0;
}
.search-page .no dl dt img{
	width:319px;
	margin:0 auto;
}
.search-page .no dl dd{
	text-align: center;
}
.search-page .no dl dd b{
	font-size:24px;
	display:block;
	font-weight: normal;
	margin:55px 0 20px 0;
}
.search-page .no dl dd span{
	font-size:16px;
	display:block;
}


/* 新闻动态 */
.news{
	padding-bottom: 100px;
}
.news .list{
	margin-bottom:60px;
}
.news .carousel{
	margin-top:60px;
}
.news .carousel img{
	width:100%;
	height: 600px;
	object-fit: cover;
}
.news .carousel dl:nth-child(1){
	display: block;
}
.news .carousel dl{
	position:relative;
	display: none;
}
.news .carousel dl dd{
	position: absolute;
	width:100%;
	left:0;
	bottom:0;
	height: 60px;
	line-height:60px;
	padding:0 50px;
	background:rgba(0,0,0,.6);
	font-size:18px;
}
.news .carousel dl dd .title{
	width:80%;
	color:#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .carousel dl dd .time{
	width:20%;
	color:#BDB9B2;
	text-align: right;
}
.news-tab{
	text-align: center;
	margin-top:60px;
}
.news-tab li{
	display: inline-block;
	width:170px;
	height:60px;
	line-height: 60px;
	border-radius: 30px;
	text-align: center;
	font-size:16px;
	color:#545450;
	border:1px solid #D0CCC7;
	margin: 0 25px;
}
.news-tab li a{
	display: block;
}
.news-tab li.active{
	color:#fff;
	border:1px solid #002E55;
	background:#002E55;
}
 .news-tab li.active a{
 	color:#fff;
 }


/* 动态详情 */
.news-details{
	padding:100px 0;
	position: relative;
}
.news-details .textLt{
	width:750px;
}
.news-details .textRt{
	width:390px;
}
.news-details .text{
	border-top: 2px solid #F5F5F4;
	border-bottom: 2px solid #F5F5F4;
	padding:40px 0;
}
.news-details .textLt .title{
	font-size:30px;
	color:#433C3B;
	font-weight: bold;
}
.news-details .textLt .time{
	font-size:18px;
	color:#666460;
	padding:21px 0;
}
.news-details .textLt .text{
	font-size:16px;
	color:#666460;
	line-height: 36px;
}
/*.news-details .textLt .text p{
	margin-bottom:40px;
}*/
.news-details .textLt .text img{
	max-width:100%;
	margin:4px auto;
	height: auto;
}
.news-details .textLt .text ul li{
	color:#9A9690;
}
.news-details .textLt .piece a{
	display: block;
	font-size:16px;
	color:#002E55;
	margin-top:30px;
}
.news-details .textLt .piece a.active{
	color:#9A9690;
}
.news-details .textRt .title{
	height:60px;
	line-height: 60px;
	font-size:24px;
	color:#fff;
	background:#002E55;
	padding:0 30px;
}
.news-details .textRt ul{
	border:1px solid #E7E6E3;
	padding:15px 30px;
	font-size:14px;
	color:#666460;
	line-height: 44px;
}
.news-details .textRt ul li{
	white-space: nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:url(../img/images/newsDetails_dot.png) left center no-repeat;
	background-size:4px 4px;
	padding-left:13px;
}
.news-details .textRt ul li:hover a{
	color:#002E55;
}
.news-details .enjoy{
	position: absolute;
	left:-90px;
}
.news-details .enjoy .set img{
	margin:0 auto;
}
.news-details .enjoy ul li img{
	margin:30px auto;
}
.news-details .enjoy ul li img.img2{
	display: none;
}
.news-details .enjoy ul li:hover img.img1{
	display: none;
}
.news-details .enjoy ul li:hover img.img2{
	display: block;
}
.news-details .enjoy ul li:nth-child(1){
	position: relative;
}
.news-details .enjoy ul li:nth-child(1) .ewm{
	position: absolute;
	right:-100px;
	top:0;
	background: #fff;
	padding:5px;
	border:1px solid #eee;
	display: none;
}
#qrcode2 img{
	width:80px;
    height: 80px;
    margin:0;
}
.news-details .enjoy ul li:nth-child(1):hover .ewm{
	display: block;
}
@media only screen  and (max-width: 1400px){
	.news-details .enjoy{
		left:-40px;
	}
}
@media only screen  and (max-width: 800px) {
    .law h1{
        font-size:16px;
        padding:40px 0 20px 0;
    }
    .law p{
        font-size:12px;
        margin-top: 30px;
    }
    .search-tab .text{
    	float: left;
    	margin-top:40px;
    	font-size:14px;
    }
    .search-tab ul{
    	display:flex;
    	justify-content: space-between;
    	width:100%;
    }
    .search-tab ul li{
    	float:inherit;
    	margin-right:0;
    	font-size:14px;
    }
    .search-tab ul li.active:after{
    	bottom:-16px;
    }
    .search-page .no dl dt img{
    	width:159.5px;
    }
    .search-page .no dl dd b{
    	font-size:18px;
    }
    .search-page .no dl dd span{
    	font-size:12px;
    }
    .news .list .item .time{
    	display:none;
    }
    .news .list .item dl{
    	width:100%;
    }
    .news .list .item dl dt{
    	width:35%;
    	height: 131px;
    }
    .news .list .item dl dd{
    	width:65%;
    	padding-left:15px;
    }
    .news .list .item dl dd p{
    	height: auto;
    }
    .news .list .item{
    	padding:25px 0;
    }
    .news .list .item dl dd h1{
    	font-size:16px;
    	margin-top:20px;
    }
    .news .list .item dl dd p{
    	font-size:12px;
    	margin-top:10px;
    }
    .news .list .item dl dd .more{
    	display: none;
    }
    .news{
		padding-bottom: 50px;
	}
	.news .list{
		    margin-bottom: 30px;
	}
    .page a,.page span,.page .make-sure{
    	display:none;
    }
    .page a.prev,.page a.next{
    	display: inline-block;
    }

    .news-tab li{
    	width:100px;
    	height:27px;
    	line-height: 25px;
    	margin:0 5px;
    	font-size:13px;
    }
    .news-tab,.news .carousel{
    	margin-top:30px;
    }
    .news .list .item:nth-child(1){
    	margin-top:25px;
    }
    .news .carousel dl dd{
    	padding:0 10px;
    	height:40px;
    	line-height: 40px;
    	font-size: 12px;
    }
    .news-details .enjoy{
    	position: inherit;
    	left: auto;
    }
    .news-details .set{
    	display: none;
    } 
    .news-details .enjoy ul{
    	display: flex;
    }
    .news-details .enjoy ul li{
    	margin-right:20px;
    }
    .news-details{
    	padding:30px 0;
    }
    .news-details .textLt{
    	width:100%;
    }
    .news-details .textRt{
    	margin-top:30px;
    	width:100%;
    }
    .news .carousel img{
    	height: auto;
    }

    .news-details .enjoy ul li:nth-child(1) .ewm{
    	padding:3px;
    	right:auto;
    	left:0;
    	top:-55px;
    }
    #qrcode2 img{
    	width:60px;
    	height: 60px;
    }
}
