/* 新闻动态 */
.index-new {
	background-color: #f3edf8;
	/*background-image: url(../images/second.jpg);*/
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 50px 0 70px;}

.new-tel {
	width: 33.72%;
	float: left;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
	background: #fff;
	transition: .5s;}

.new-tel:hover {
	/* transform: translatey(-.5rem); */
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 28%);}


.new-tel .new-tel-box {
	width: 100%;
	height:190px;
	overflow: hidden;}

.new-tel .new-tel-box img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;}


.new-tel:hover .new-tel-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;}

.new-tel-xinxi {
	padding: 15px 20px;}

.new-tel-xinxi h3.new-tel-title {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 3px;}


.new-tel-xinxi p {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0px;}

.new-tel-xinxi h3 a {
	font-size: 16px;
	line-height: 18px;
	color: #333;
	width: 70%;
	margin: 15px 0 13px 13px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;}

.new-tel ul li:hover .new-tel-xinxi h3 a {
	color: #5874c1;}

.new-tel-xinxi .new-tel-date {
	font-size: 14px;
	color: #666;}

.new-list {
	width: 66%;
	/* margin-left: 1.28%; */
	float: left;}


.new-list ul li {
	float: left;
	width: 47.91%;
	margin-left: 2.09%;
	background: #fff;
       list-style-type: none;
	/*margin-bottom: 28px;*/
	transition: .5s;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 8%);}


.new-list ul li:hover {
	transform: translateY(-.5rem);
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 28%);}

.new-list ul li a {
	display: block;
	padding: 10px;}

.new-list ul li a .new-xinxi {
	font-size: 16px;
	color: #666;
	line-height: 28px;}


.new-list ul li a .new-xinxi span {
	color: #fc730f;
	margin-left: 10px;}


.new-list ul li a h3 {
	font-size: 16px;
	color: #333;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0 8px;}

.new-list ul li:hover a h3 {
	color: #8c0000;}
.new-list ul li a .new-img{
       float: left;
       padding-right: 10px;
       width: 43.4%;
       height: 120px;}
.new-list ul li a .new-img img{
       width: 100%; 
       height: 100%;}
.new-list ul li a .new-abstract {
	font-size: 14px;
	color: #333;
	opacity: 0.66;
	line-height: 24px;
	height: 46px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 10px;}


/* 通知公告 */

.index-three {
	background-color: #fff;
	background-image: url(../images/three.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding: 56px 0 60px;}

.index-notice {
	width: 50.05%;
	float: left;
	position: relative;
	padding-right: 2.3%;
	margin-right: 2.8%;
	}


.index-notice .item ul {
	height: 40px;}

.index-notice .item ul li {
	display: inline-block;
	margin-left: 4px;}

.index-notice .item ul li:first-child {
	margin-left: 0;}

.index-notice .item ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
	padding: 5px 0;
	width: 102px;
	text-align: center;
	background: url(../images/news-item.jpg) center repeat;
	position: relative;}

.index-notice .item ul li.active a,
.index-science ul li.active a {
	background: url(../images/news-item-active.jpg) center repeat;}


.index-notice .item ul li.active a::before {
	content: "";
	position: absolute;
	left: 40px;
	bottom: -6px;
	width: 0px;
	height: 0px;
	border-top: 6px solid #eea53e;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;}

.cont-tel {
	position: relative;}


.cont-tel::before {
	content: "";
	position: absolute;
	right: 0px;
	bottom: -20px;
	width: 0px;
	height: 0px;
	border-left: 6px solid #d1d1d1;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	z-index: 1;}

.cont-tel::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -17px;
	width: 100%;
	height: 1px;
	background: #dedede;}


.cont-tel h3 {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}


.cont-tel p {
	font-size: 14px;
	color: #777;
	line-height: 24px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 17px;
	position: relative;}

.cont-box ul {
	padding-top: 8px;}

.cont-box ul li a,
.index-science ul li a {
	display: block;
	padding: 5px 0 5px 18px;
	background: url(../images/index-noice-dian.jpg) left center no-repeat;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}


.cont-box ul li:hover a,
.index-science ul li:hover a {
	/* 	padding: 10px 0 10px 23px; */
	background: url(../images/index-noice-dianac.jpg) left center no-repeat;}


.cont-box ul li a p,
.index-science ul li a p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: left;
	float: left;
	width: 78%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}




.cont-box-tzgg ul {
	padding-top: 8px;}

.cont-box-tzgg ul li a{
	display: block;
        width:560px;
height:70px;
line-height:70px;
        float:left;
	padding: 5px 0 5px 18px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}


.cont-box-tzgg ul li:hover a {

	}



.cont-box-tzgg ul li a p{
	font-size: 16px;
	color: #333;
	line-height: 70px;
	text-align: left;
	float: left;
	width: 78%;
	height: 70px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}


.cont-box-tzgg ul li a span{
	display: block;
	font-size: 16px;
	color: #666;
	width: 22%;
	float: left;
	text-align: right;
	opacity: 0.55;
	line-height: 30px;}

 .cont-box-tzgg ul li{
display:block;
height:70px;
width:100%;
margin-top:5px;
}
 .cont-box-tzgg ul li .time_form{
display:inline-block;float:left;
text-align: center;width: 70px;height: 70px;margin-right: 20px;cursor: pointer;background:#f0ebfa;}


.cont-box-tzgg ul li .time_form h3{
display:block;
width:100%;
height:40px;
line-height:40px;
   margin:0;padding:0;
}
.cont-box-tzgg ul li .time_form h3:hover{
display:block;
width:100%;
height:40px;
background-color:##5d2d99;
line-height:40px;
   margin:0;padding:0;
}
.cont-box-tzgg ul li .time_form h5{
display:block;
width:100%;
height:30px;
line-height:30px;
margin:0;padding:0;
}

@media screen and (max-width: 992px){


 .cont-box-tzgg ul li{
display:block;
height:50px;
width:100%;
margin-top:5px;
}
 .cont-box-tzgg ul li .time_form{
display:inline-block;float:left;
text-align: center;width: 50px;height: 50px;margin-right: 20px;cursor: pointer;background:#f0ebfa;}


.cont-box-tzgg ul li .time_form h3{
display:block;
width:100%;
height:25px;
line-height:25px;
font-size:14px;
   margin:0;padding:0;
}

.cont-box-tzgg ul li .time_form h5{
display:block;
width:100%;
height:25px;
line-height:25px;
font-size:12px;
margin:0;padding:0;
}
.cont-box-tzgg ul li a{
	display: block;
        width:80%;
height:50px;
line-height:50px;
padding:0;
        float:left;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;}

.cont-box-tzgg ul li a p{

font-size: 16px;
	color: #333;
	line-height: 50px;
	text-align: left;
	float: left;
       font-size:14px;
	width: 100%;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
}

.main1-bai{
	height: 588px;
	background-color: #fff;
	border-bottom: 3px solid #8c0000;
	margin-top: 40px;
	padding: 35px 20px;}

.tzgg{padding:0 0 35px 0;}

.main1-list1 dl{
	margin:0;}

.main1-list1 dd{
	padding: 20px 0;
	border-bottom: 1px solid #f0f0f0;}
.main1-list1 dd:first-child{
	padding-top: 0;}

.main1-date1{
	width: 92px;
	height: 66px;
	background-color: #edeff2;
	border-radius: 0px;
	text-align: center;
	padding-top: 6px;
	margin-right: 25px;}

.main1-date1 h1{
	margin:0;
	font-size: 25px;
	color: #333;
	font-family: "Arial";
	line-height: 1;
        border-bottom: 1px solid #a1a2aa;
margin-left: 10px;
margin-right: 10px;}
.main1-date1 h2{
	margin:0;
	font-size:16px;
	color: #666;
	font-family: "Gill Sans MT";
	line-height: 1;
	margin-top: 8px;}

.main1-con1{
	overflow: hidden;
	padding-top: 2px;}
.main1-a1{
	font-size: 18px;
	color: #333;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;}



.main1-list1 dd:hover .main1-date1{background-color: #8c0000;}
.main1-list1 dd:hover .main1-date1 h1{color: #fff;   border-bottom: 1px solid #ffffff;
margin-left: 10px;
margin-right: 10px;}
.main1-list1 dd:hover .main1-date1 h2{color: #fff;}
.main1-list1 dd:hover .main1-a1{color: #8c0000;}


.list01 dl{
	margin:0;}

.list01 dd{
	padding: 25px 0;
	border-bottom: 1px solid #e7e7e7;}

.list01-date{
	width:100px;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	margin-right:25px;}

.list01-date h1{
	margin:0;
	font-size: 36px;
	color: #333;
	font-family: 'Georgia';
	line-height: 1;}

.list01-date h2{
	margin:0;
	font-size: 16px;
	color: #666;
	font-family: 'Georgia';
	line-height: 1;
	margin-top: 5px;}

.list01-con{
	overflow: hidden;
	padding-top: 16px;}

.list01-a{
	font-size: 18px;
	color: #333;}
.list01-a a span{
	font-weight: normal!important;
	color: #f00!important;
	font-family: 'Microsoft Yahei'!important;
	font-size: 18px!important;}
.list01 dd:hover .list01-date h1,
.list01 dd:hover .list01-date h2{
	color: #8c0000;}
.list01 dd:hover .list01-a{
	color: #8c0000;}
.list01 dd:hover .list01-a a span{
	color: #8c0000!important;}
.page{
	margin-top: 30px;}
.fenye{
	text-align: center;
	margin-top: 65px;}
.fenye ul{
	margin:0;}

/* 列表 */

.wblblist {
	margin-top: 8px;
	margin-bottom: 40px;
	padding-bottom: 30px;}

.wblblist ul{
    min-height: 380px;}


.wblblist ul li {
	height: 47px;
	line-height: 47px;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}


.wblblist ul li a {
	display: block;
	height: 47px;
	font-size: 14px;
	color: #1e1e1e;}

.wblblist ul li a:hover p {
	color: #bd1313;
	font-weight: bold;}

.wblblist ul li a p {
	float: left;
	width: 80%;
	font-size: 16px;
	color: #555;
	overflow: hidden;
	line-height: 47px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;}

.wblblist ul li a span {
	float: left;
	text-align: right;
	width: 20%;
	line-height: 47px;
	font-size: 16px;
	color: #b6b6b6;}


/* 左边 */

.left-box{
	padding-right:1.9%;}

.left-nav{
	background-color: #fff;
	
	background-repeat:no-repeat;
	background-position: right -10px;
	border-top: 4px solid #bd1313; 
	padding: 0 20px 20px ;}

.left-nav h3{
	 font-size: 20px;
	 color: #555;
		margin:0px 0 0; 
		 line-height: 60px;
		 border-bottom: 1px solid #e7e7e7;
		 font-weight:bold;}
.left-box ul li {
	height: 51px;
	border-bottom: 1px solid #e7e7e7;
	text-align:left;
	padding: 0 5px;}

.left-box ul li a {
	 display: block;
	  float: left;
	 height: 50px;
	 line-height: 50px;
	font-size: 16px;
	color: #555;}

.left-box ul li:hover a {
	color: #bd1313;
	border-bottom: 4px solid #bd1313;}

.left-box ul li.active a {
	color: #bd1313;
	border-bottom: 4px solid #bd1313;}