﻿.listbanner img{
	width: 100%;
}
.con .contact{
	border: 1px solid #ddd;
}
.con .contact p{
	line-height: 36px;
	padding-left: 20px;
	padding-right: 20px;
}
.con{
    width: 1200px;
    height: auto;
    margin: 30px auto;
}
.con a{
    /* display: block; */
    font-size: 14px;
}
.conleft{
    width: 270px;
    height: auto;
    float: left;
}
.conright{
    /* width: 905px; */
	width:100%;
    float: left;
    box-sizing: border-box;
    margin-left: 25px;
    box-shadow: 0px 0px 3px #ddd;
    padding: 8px;
	min-height: 500px;
	margin-bottom: 30px;
}
.conright img{
	max-width: 100%;
}
.conleft h2{
	line-height: 55px;
    font-size: 18px;
    padding-left: 40px;
    color: #fff;
    background-image: linear-gradient(to right, #4B5ABB,#0894D2);
}
.conleft ul li{
    line-height: 50px;
    font-size: 16px;
	background: #eee;
}
.conleft ul .active{
	line-height: 55px;
    font-size: 18px;
    color: #fff;
    background-image: linear-gradient(to right, #4B5ABB,#0894D2);
}
.conleft ul .active a{
	color:#fff ;
	font-size: 18px;
}
.conleft ul li a{
	padding-left: 20px;	
	display: block;
}

.sort{
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.conright .sortname{
    line-height: 40px;
    float: left;
    border-bottom: 3px solid #4A5BBB;
    font-size: 18px;
    margin-bottom: -3px;
	padding: 0 20px;
	font-weight: bold;
	color: #053B9D;

	background-image:-webkit-linear-gradient(to right, #4B5ABB,#0894D2); 
    -webkit-background-clip:text; 
    -webkit-text-fill-color:transparent; 

	background-image: linear-gradient(to right, #4B5ABB,#0894D2);

}


.conright .sortnamea{
	float: left;
}
.newslist{
    width: 100%;
    float: left;
}
.conright hr{
    height: 3px;
    background-color: #ccc;
    margin: 0;
}
.newslist li{
	width: 100%;
    border-bottom: 1px dashed #ddd;
    float: left;
    padding: 10px 0;
}
.newslist li .jin{
    color: #4A5BBB;
    margin-right: 3px;
}
.newslist li .time{
	float: left;
    width: 120px;
    height: 90px;
    padding-top: 26px;
    background-color: #e8e8e8;
    text-align: center;
}
.newslist li .photo{
	float: left;
    width: 120px;
    height: 90px;
    background-color: #fff;
    text-align: center;
    padding-top: 16px;
}
.newslist li .photo img{
	width: 100%;
}
.newslist li .text{
    width: 650px;
    height: 116px;
    float: left;
    padding: 12px 20px 0;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
}
.newslist li .text2{
	width: 760px;
    float: left;
    padding: 12px 20px 0;
    box-sizing: border-box;
	border-right: 1px solid #ddd;
	height: 200px;
}
.newslist .item em{
	display: block;
	font-style: normal;
}
.newslist .item .em1{
	font-size: 26px;
    line-height: 26px;
    color: #0994D2;
    margin-bottom: 18px;
    font-family: "Novecentowide-DemiBold";
    font-weight: bold;
    display: block;
}
.newslist .item .em2{
	font-size: 15px;
    line-height: 15px;
    color: #999;
    font-family: "Novecentowide-DemiBold";
    font-weight: bold;
}
.newslist .item .title{
    line-height: 44px;
	width: 100%;
    float: left;
    font-weight: bold;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newslist .item .smalltext{
	width: 100%;
    float: left;
    line-height: 26px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newslist .item .small2{
	-webkit-line-clamp: 3;
}
.newslist .item .more{
    float: left;
    width: 118px;
    height: 116px;
    line-height: 86px;
    text-align: center;
    font-size: 40px;
    color: #053B9D;
}
.newslist .item .more2{
	height: 200px;
	line-height: 170px;
}
.newslist .item .newsico{
	width: 280px;
	height: 200px;
	float: left;
}
.newslist .item .time2{
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: #dedede;
    font-family: "Novecentowide-DemiBold";
}
.newslist li:hover .more{
	color: #fff;
    background-image: linear-gradient(to right, #4B5ABB,#0894D2);
}
.newslist li:hover .title{
	color: #4A5BBB;
}

.newslist li:hover .smalltext{
	color: #000;
}

/*
.newslist li:hover .jin{
	margin-right: 10px;
	transition: all 1s;
} */
.paging{
	text-align: center;
	margin: 30px 0;
}

.pagination a{
    padding: 6px 12px;
    border: 1px solid #053B9D;
    color: #666;
    margin: 0 3px;
    display: inline-block;
}
.pagination span{
    line-height: 28px;
}
.pagination .page-item{
	padding: 5px 8px;
}
.nopaging{
	text-align: center;
	line-height: 80px;
}
.pagination .page-num-current{
	font-weight: bold;
    color: #FFF;
    background-color: #053B9D;
}
.clear{
	clear: both;
}

.position{
	line-height: 40px;
	float: right;
	letter-spacing: 1px;
	color: #666;
}
.position a{

}
.position img{
	margin-right: 3px;
}

.newstitle{
    text-align: center;
    font-size: 20px;
    color: #4A5BBB;
    font-weight: bold;
    margin: 20px 0;
}
.newsdate{
    line-height: 30px;
    text-align: center;
    background-color: #eee;
    margin-bottom: 20px;
    color: #666;
}
.newscontent{
	margin-bottom: 30px;
}
.newscontent img{
	max-width: 90%;
	height: auto !important;
}
.newscontent p{
	line-height: 30px;
}
.prenext p:first-child{
	width:50%;
	float: left;
}
.prenext p:last-child{
	width:50%;
	float: right;
}

.memitem{
    margin-top: 20px;
}
.memitem ul li{
    width: 33.3%;
    text-align: center;
    float: left;
    margin-bottom: 25px;
}
.memitem .item{
    width: 95%;
    margin: 0 auto;
}
.memitem ul li p{
    width: 100%;
    margin: 0 auto;
    background-color: #EFEEEC;
    line-height: 40px;
}
.memitem .item:hover{
    box-shadow: 0 0 5px #333;
    cursor: pointer;
}
.memitem .item img{
	max-width: 90%;
}
.itemimg{
	width: 100%;
	
	overflow: hidden;
}
.memitem .item:hover img{
	transform: scale(1.1);
	transition: all 1s;
    -webkit-transition: all 1s
}
.memitems .layui-tab-title{
	/*border-bottom: 0;*/
	text-align: center;
}
.memitems .layui-tab-title .layui-this:after{
	/*border: 0;*/
}
.memitems .layui-tab-title .layui-this{
	
}
.memitems .items{
    width: 409px;
    height: 185px;
    padding: 6px 15px 25px 15px;
    border: 1px solid #eeeeee;
    color: #666666;
    float: left;
    margin: 20px 10px 0px 10px;
    box-sizing: border-box;
}
.memitems .items h2{
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #f3f3f3;
    font-weight: bold;
    font-size: 16px;
}
.memitems .items p{
	width: 100%;
    height: 120px;
    line-height: 24px;
    padding-top: 10px;
}
.memitem .items:hover{
    box-shadow: 0 0 5px #333;
    cursor: pointer;
}
.memitems .items h2:hover{
	padding-left: 15px;
	color: #01904F;
	transition: all 1s;
    -webkit-transition: all 1s;
}
.indexmemitems .layui-tab-content .items{
	width: 373px;
}
.imglist {
	/*margin: 20px 0;*/
    float: left;
    width: 100%;
}
.imglist li {
	width:100%;
	float:left;
	/*margin-right: 2%;*/
	/*margin-bottom: 20px;*/
	/*margin: 30px 0;*/
	/*margin-top: 30px;*/
	padding: 20px 50px;
    box-sizing: border-box;
}
.imglist li:nth-child(2n){
	background-color: #EAEAEA;
	padding-left: 6%;
    box-sizing: border-box;
    /*margin-bottom: 12px;*/
}
.imglist li:nth-child(2n) .text{
	left: 60%;
}
.imglist p{
	/*width: 100%;*/
    line-height: 40px;
 /*   text-align: center;*/
 /*   float: left;*/
 /*   color: #fff;*/
 /*   margin-top: -40px;*/
 /*   position: relative;*/
 /*   background: rgba(0,0,0,.6);*/
 /*   overflow: hidden;*/
	/*text-overflow:ellipsis;*/
	/*white-space: nowrap;*/
}
.imglist li img { 
	/*width:100%; */
	cursor:pointer;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height: 320px;
}
.imglist .item .itemico{
	width: 40%;
	float: left;
	text-align: center;
	position: relative;
	height: 340px;
	/*overflow: hidden;*/
}
.imglist .item img:hover{
	/*transform: scale(1.1);*/
	margin-left: 10px;
	transition: all 1s ease; 
}
.prolisttext{
	width: 60%;
    float: left;
    padding: 75px 30px;
    box-sizing: border-box;
    height: 340px;
    box-sizing: border-box;
    position: relative;
}
.prolisttext .text{
	position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.prolisttext .more{
	width: 150px;
    text-align: center;
    border: 1px solid #053B9D;
    margin-top: 15px;
    color: #053B9D;
}
.prolisttext .more:hover{
	background-image: linear-gradient(to right, #4B5ABB,#0894D2);
	color: #fff;
	border: 1px solid #fff;
	transition: all 1s;
    -webkit-transition: all 1s;
}
.imglist li a:hover{
	color: #000;
}
.prolisttext .title{
	font-size: 20px;
    color: #4A5BBB;
    font-weight: bold;
}
.honerlist{
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	padding: 20px 0;
}
.honerlist img{
	width: 250px;
    height: 170px;
    float: left;
    position: relative;
    margin-bottom: -170px;
    margin-left: 80px;
    box-shadow: 0 0 10px #666;
}
.honerlist .wenzi{
    float: left;
    min-height: 120px;
    height: auto;
    margin: 25px 0;
    background-color: #DAE3F3;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 70px 20px 370px;
    font-size: 16px;
    line-height: 28px;
}
.honerlist .wenzi span, .honerlist .wenzi p{
	font-size: 16px !important;
}

.map{
	width: 70%;
	height: 300px;
}
.map .ueditor_baidumap{
	width: 100%;
	height: 100%;
}







@media (min-width:992px) and (max-width:1200px) {
	.box{
		width: 100%;
	}
	.con {
    	width: 992px;
	    margin: 30px auto;
	    float: none;
	}
	.conleft {
    	width: 180px;
	}
	.newslist li .text {
    	width: 515px;
	}
	.conright {
		width: 770px;
	}

	.newslist .item .itemico{
		width: 188px;
	    height: 200px;
	    float: left;
	    position: relative;
	}
	.newslist .item .newsico {
	    width: 100%;
	    height: auto;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	.newslist li .text2{
		width: 447px;
	}
	.memitems .items {
	    width: 48%;
	    height: 200px;
	    padding: 1% 1% 2% 1%;
	    margin: 2% 1%;
	}
	.prolisttext{
	    padding: 30px;
	}


}
@media (max-width:992px) {
	.box{
		width: 100%;
	}
	.con {
    	width: 100%;
	    margin: 0;
	    float: left;
	}
	.conleft {
    	display: none;
	}
	.newslist li .text {
    	width: 515px;
	}

	.newslist li .time{
		width: 18%;
	}
	.newslist .item .more{
		width: 16%;
	}
	.newslist li .text{
		width: 66%;
	}
	.newslist li .text2{
		width: 59%;
		height: auto;
	}
	.newslist .item .itemico{
		width: 25%;
	    height: 200px;
	    float: left;
	    position: relative;
	}
	.newslist .item .newsico {
	    width: 100%;
	    height: auto;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	}
	.memitems .items {
	    width: 48% !important;
	    height: 200px;
	    padding: 1% 1% 2% 1%;
	    margin: 2% 1%;
	}
	.newstitle{
		margin: 12px 0;
	}
	.imglist .item .itemico{
		    width: 100%;
	    height: auto;
	    position: unset;
	}
	.imglist li img{
		position: unset;
	    transform: none;
	    top: 0;
	    left: 0;
	}
	.imglist li{
		margin-top: 10px;
		text-align: center;
		padding: 20px 10px;
	}
	.imglist li:nth-child(2n){
		/*padding-left: 50px;*/
	}
	.prolisttext{
		width: 100%;
	    padding: 0;
	    height: auto;
	    margin-top: 30px;
	}
	.prolisttext .text{
		position: unset;
	    width: 100%;
	    top: 0;
	    left: 0;
	    transform: none;
	}
	.imglist .item img:hover{
		margin-left: 0px;
		transition: none; 
	}
	.newsbox .rightpart h3{
		line-height: 24px;
		font-size: 16px;
	}
	.newsbox .rightpart li{
		padding-bottom: 20px;
	}
	.newsbox .leftpart h3{
		font-size: 16px;
	}
	.newsbox .leftpart h3 span{
		display: none;
	}
	.prolisttext .title{
		font-size: 18px;
	}
}


@media (max-width:768px) {
	.memitems .items {
	    width: 98% !important;
	    height: auto;
	    padding: 1% 1% 2% 1%;
	    margin: 2% 1%;
	}
	.conright .sortname{
	}
	.position{
		float: left;
	}
	.newslist li .text2 .small2{
		display: none;
	}
	.newslist .item .itemico{
		width: 100%;
		height: auto !important;
		float: left;
		margin-top: 10px;
	}
	.newslist li .item{
		width: 100%;
		float: left;
	}
	.newslist .item .newsico{
		width: 100%;
		transform: none;
	    top: 0;
	    left: 0;
	    position: unset;
	}
	.newslist li .text2{
		width: 100%;
		float: left;
		border: 0;
	}
	.newslist .item .more2{
		width: 100%;
	    height: 40px;
	    line-height: 18px;
	    background-color: #053B9D;
	    color: #fff;
	    margin-top: 15px;
		margin-bottom: 10px;
		background-image: linear-gradient(to right, #4B5ABB,#0894D2);
	}
	.newslist .item .time2{
		margin-bottom: 0;
	}
	.prenext p:first-child,.prenext p:last-child{
		width: 100%;
		line-height: 28px;
		margin: 5px 0;
	}
	/*.imglist li{*/
	/*	width: 49%;*/
	/*	margin-right: 0;*/
	/*}*/
	/*.imglist li:nth-child(2n-1){*/
	/*	margin-right: 2%;*/
	/*}*/
	.pictures_eyes_indicators{
		display: none !important;
	}
	.honerlist .wenzi{
		height: auto;
	}
	.honerlist img{
		float: none;
		position: unset;
		margin-left: 0;
		margin-bottom: -70px;
	}
	.honerlist .wenzi{
		height: auto;
		margin: 0;
		padding: 20px;
		padding-top: 90px;
	}
	.honerlist{
		text-align: center;
		
	}
	.map{
		width: 100%;
		height: 250px;
		margin-bottom: 20px;
	}
}






