@charset "utf-8";
.second_content{
	width: 100%;
	padding: 37px 48px;
	height: 1607px;
}
.second_content ul {
	width: 1200px;
	height: 1400px;
	display: block;
	margin: 0 auto;
}
.second_content ul .topnews{
	width: 378px;
	height: 440px;
	margin-right: 33px;
	padding: 12px 14px;
	background: #fff;
	float: left;
	margin-bottom: 50px;

}
.second_content ul .topnews .newsimg{
	width: 350px;
    height: 235px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #00a0a8;
}
.second_content ul .topnews .newsimg:hover .img{
	opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.second_content ul .topnews .newsimg .img{
	
	display: block;
	max-height: 348px;
	display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.second_content ul .topnews .newsimg .top{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 7%;
	height:auto;
	display: block;
}
.second_content ul .topnews .newsimg:hover .iconimg{
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.second_content ul .topnews .newsimg .iconwap{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    cursor: pointer;
    }

.second_content ul .topnews .newsimg .iconimg{
	width: 15%;
	margin-top: 25%;
	color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    }
.second_content ul .topnews h1{
	text-align: center;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    font-weight: bolder;
    height: 44px;
    padding: 0px 12px;
    line-height: 23px;
  font-size: 20px;
  font-family:"等线";
}

.second_content ul .topnews p{
	text-align: left;
    color: #818181;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: lighter;
    height: 54px;
    font-size: 14px;
    line-height: 19px;
    padding: 0 12px;
    font-family: "宋体";
    letter-spacing: 1.8px;
    margin-bottom: 8px;
}
.second_content ul .topnews .read{

	margin: 0 auto;
	text-align: center;
	width: 102px;
	height: 34px;
	display: block;
	margin-top: 19px;
	background: url(../images/more.png) 102px 34px;
}


.second_content ul .list{
	height: 50px;
	width: 200px;
	display: block;
	font-size: 16px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	background: #FFF;
}
.second_content ul .list a{
	color: #fff;
	width: 842px;
	height: 50px;
	line-height: 30px;
	display: block;
}

.wap .content .rightcontent {
	width: 710px;
	min-height: 530px;
	display: block;
	float:right;
	margin-right: 100px;
}

.wap .content .rightcontent .title{
	width: 710px;
	height: 50px;
	font-size: 24px;
	color: #444444;
	margin-top: 20px;
	line-height: 50px;
	display: block;
}
.second_content ul .list {
	padding: 14px 49px 12px 18px;
	width: 1200px;
	height: 117px;
	display: block;
	box-sizing: border-box;
	border-top: 1px solid #eee;
	float: left;
	margin-top:0px;
	margin-bottom: 20px;
}
.second_content ul .list .news{
	width: 842px;
	float: left;
	height: 89px;
}
.second_content ul .list .news .newstitle{
	font-size: 22px;
	color:#393939;
	height: 32px;
	border-bottom: 1px solid #dadad8;
	line-height: 32px;
	overflow : hidden;
	font-family: "微软雅黑";
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 14px;
	letter-spacing: 1px;
    font-weight: 500;
}
.news a{
	width: 842px;
	height: 89px;
	display: block;
}
.news a:hover,.news a:focus{
	text-decoration: none;
}
.news .txt {
	width: 842px;
	height: 38px;
	display: block;
	position: relative;
	  font-family: "宋体";
	  color: #727272;
}
.news .txt p{
position:relative;color:#818181;letter-spacing: 1.5px;font-size:14px;line-height:21px;max-height:40px;display:block;overflow:hidden;
}
.news .txt p::after{content:"...";position:absolute;bottom:0;right:0;padding-left:40px;
background:-webkit-linear-gradient(left,transparent,#fff55%);
background:-o-linear-gradient(right,transparent,#fff55%);
background:-moz-linear-gradient(right,transparent,#fff55%);
background:linear-gradient(toright,transparent,#fff55%);
}


.news .txt span{
	position: absolute;
    right: -197px;
    top: -15px;
    color: #444444;
}
.news .txt span img{
	width: 88px;
	height: 20px;
}
.second_content ul .list .date{
	width: 84px;
	height: 91px;
	display: block;
	background: #fff;
	font-size: 24px;
	float: left;
	margin-right: 34px;
}
.date .day{
	width: 84px;
	height:63px;
	color: #727272;
	line-height:63px;
	display: block;
	text-align:center;
	margin-bottom: 8px;
	font-weight: bold;
	font-family: "等线";
	background: #f2f2f2;
	font-size: 35px;
}
.date .year{
	width: 84px;
	height: 30px;
	font-size: 17px;
	font-weight:bold;
	text-align: center;
	line-height: 30px;
	display:block;
	color: #fff;
	font-family: "等线";
	background: #00a0a8;
}
