@charset "utf-8";

.main{
	margin-top: 60px;
	padding-bottom: 100px;
}
.main .ej-nav{
	background: #51aab2;
	float: left;
	width: 17%;
	max-height: 470px;
}
.main .ej-nav h2{
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 70px;
}
.main .ej-nav ul{
	margin-left: 18px;
	width: 93%;
	box-shadow: 0 0 27px 0 rgba(0,0,0,0.03);
}
.main .ej-nav li{
	line-height: 65px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
}
.main .ej-nav li a{
	font-size: 17px;
	color: #999;
	display: block;
}
.main .ej-nav li.active,.main .ej-nav li:hover{
	background: #ffd146;
}
.main .ej-nav li.active a,.main .ej-nav li:hover a{
	color: #51aab2;
}

.main .cont,.main .list,.main .content{
	float: right;
	width: 75%;
}
.main .content img{margin-top:10px;}
.main .cont h2{
	font-size: 30px;
	color: #51aab2;
	text-align: center;
	line-height: 1.4;
}
.main .cont p{
	font-size: 16px;
	color: #666;
	line-height: 2.5em;
	margin-top: 2em;
}
.main .cont p img{
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.main .list li{
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.main .list li .time {
    float: left;
    width: 68px;
}
.main .list li a {
    float: right;
    width: calc(100% - 95px);
}
.main .list li .time p {
    height: 40px;
    line-height: 40px;
    text-align: center;
	transition: all 0.5s;
}
.main .list li .time p:first-child {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #dedede;
}
.main .list li .time p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    border: 1px solid #e6e6e6;
}
.main .list li h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}
.main .list li a p {
    font-size: 14px;
    color: #9b9b9b;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}
.main .list li:hover .time p:first-child{
	background: #51aab2;
} 
.main .list li:hover {
	border-bottom: 1px solid #51aab2;
}
.main .list li:hover h2{
	color: #51aab2;
	font-weight:bold;
}
.main .list li:hover .time p:last-child{
	color: #51aab2;
	border: 1px solid #51aab2;
}


#page-list {font-family: Arial;text-align: center;margin: 30px 0 20px;padding: 40px 0 0;}
#page-list .p_pages a,#page-list span{font-size: 14px; width: auto; height: auto;}
#page-list .p_pages a, #page-list .p_no_d, #page-list .p_fun_d,#page-list .p_goto a{padding: 8px 10px;border: 1px solid #d3d3d3;border-radius: 2px;color: #022044;margin-bottom: 8px;height: auto;}
#page-list .p_pages .p_no_d, #page-list a:hover{background: #51aab2;color: #fff;border-color: #51aab2;}
#page-list .p_t{ padding: 0 0 0 0; color: #444;padding: 0 5px;position: relative;top: -2px;}
#page-list .p_first, #page-list .p_first_d, #page-list .p_last, #page-list .p_last_d{display: inline-block;}
#page-list .p_pages span{color: #666;}
#page-list .pb_sys_common .p_goto input, .pb_sys_common .p_search input{width: 40px;height: 30px;line-height: 40px;vertical-align: top;}

.main .content h2{
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: normal;
}
.main .content .bar{
	color: #b2b2b2;
	text-align: center;
	padding: 30px 0;
	border-bottom: 1px solid #f1f1f1;
}
.main .content p{
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
	color: #808080;
	margin: 1.2em 0;
}
.main .content p video, .main .content p.vsbcontent_img img, .main .content p img.img_vsb_content,.main .content p img,.main .content iframe{
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto !important;
    max-width: 80%;
}
.main .cont p video,.main .cont iframe{
	margin: 0 auto;
	display: block;
	width: auto;
	height: auto !important;
	max-width: 80%;
}

.page {
	border-top: 2px solid #51aab2;
	background: rgb(255, 255, 255);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 30px 0px;
	margin-top: 55px;
}
.page li {
	float: left;
	width: 50%;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.page li:nth-child(1)::after { 
	width: 1px; 
	height: 60px; 
	background: #e6e6e6; 
	position: absolute; 
	content: ""; 
	display: block; 
	right: 0px; 
	top: 0px; 
	bottom: 0px; 
	margin: auto; 
}
.page li a {
	font-size: 17px;
	color: #999;
	display: block;
	padding: 30px 0;
	font-weight: bold;
}
.page li:hover{
	background:#51aab2;
}
.page li:hover::after{
	display:none;
}
.page li:hover a{
	color:#fff;
}
/*领导*/
.main .lead li{clear:both;padding:20px 0px;border-bottom:1px dashed #d5d5d5;}
.main .lead_img{width: 180px;margin-right: 20px;}
.main .list .lead a{padding:0px;width: auto;float:none;}
.main .lead_img img{max-width: 100%;height:200px;}

.main .lead li h2{line-height:36px;font-size:18px;font-weight: bold;color: #333;text-align:left;}
.main .lead li h2 a{float:none;}
.main .lead li p{margin-top:20px;line-height: 30px;color: #666;}


.main ul.list_img li{
    float: left;
    margin-top: 30px;
    width: 16%;
    margin-right: 5%;
}
.main ul.list_img li:nth-of-type(5n){
    margin-right: 0;
}
.main ul.list_img li a{
    display: block;
    width: 100%;
    float: none;
}
.main ul.list_img li a p.img{
    width: 100%;
    height: 172px;
    overflow: hidden;
}
.main ul.list_img li a p.img img{
    width: 100%;
    height: 172px;
    object-fit: cover;
    transition: all .8s;
}
.main ul.list_img li a p.tit{
    font-size: 16px;
    padding: 0 10px;
    text-align: center;
    line-height: 42px;
    background: #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: visible;
    opacity: 1;
}
.main ul.list_img li a:hover p.img img{
    transform: scale(1.2);
}
.main ul.list_img li a:hover p.tit{
    background: #0256bd;
    color: #fff;
}
/* 检索结果 */
.searchWrap .serBox {
    padding: 25px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.searchWrap .txt {
    border: none;
    height: 50px;
    line-height: 40px;
    width: 85%;
    font-size: 15px;
    color: #3d3d3d;
    text-indent: 15px;
}

.searchWrap .btn {
    border: none;
    height: 50px;
    width: 15%;
    text-align: center;
    float: right;
    cursor: pointer;
    display: inline;
    color: #fff;
    background: #51aab2;
    font-size: 18px;
    border-radius: 0;
}

.searchWrap ul {
    padding-bottom: 30px;
}

.searchWrap ul li {
    line-height: 30px;
    border-bottom: 1px solid #dedede;
    padding: 20px 0
}

.searchWrap ul li a {
    display: block;
}

.searchWrap ul li a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.searchWrap ul li a:hover h3 {
    color: #005bac;
}

.searchWrap ul li a:hover p {
    color: #3d3d3d;
}

.searchWrap ul li a p {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    color: #333;
}

.searchWrap ul li a span.time {
    color: #999;
    margin-top: 15px
} 