.content {
    font-size: 0;
}
.content>div{
	vertical-align: top;
	display: inline-block;
}
/*左侧导航*/
.content .leftn{
    position: relative;
    top: 0;
    z-index: 9999;
    width: 130px;
    background: #fff;
}
.content .leftn #nav{
    position: fixed;
    z-index: 9999;
}
.content .leftn .left-nav{
    position: absolute;
    top: -36px;
    left: 0;
    z-index: 9999;
    width: 130px;
    background: #fff;
}
.content .leftn .left-nav .logo {
	width: 100%;
    height: 80px;
    line-height: 80px;
    padding: 0 10px;
    margin-bottom: 12px;
    background: #d43d3d;
    transition: all .3s;
    overflow: hidden;
    border-radius: 0 0 6px 6px; 
}
.content .leftn .left-nav .logo img{
	max-width: 100%;
}
.content .leftn .left-nav ul{
    padding: 10px 0;
    background-color: #f7f7f7;
    border-radius: 5px;
}
.content .leftn .left-nav ul li{
    position: relative;
}
.content .left-nav ul li.active::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 14px;
    margin-top: -7px;
    background: #d43d3d;
}
.content .leftn .left-nav ul li a{
	display: block;
    height: 40px;
    color: #333;
    line-height: 40px;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
}
.content .leftn .left-nav ul li.active a{
    color: #d43d3d;
    font-size: 18px;
}
.content .leftn .left-nav ul li a i{
    display: none;
    vertical-align: top;
    color: #d43d3d;
    font-size: 22px;
}
.content .leftn .left-nav ul li.active a i{
    display: inline-block;
}
@keyframes btnrotate
{
    0% {transform: rotate(0deg);}
    99% {transform: rotate(540deg);}
    100% {transform: rotate(0deg);}
}
/* 新闻列表 */
.newscon{
    width: 670px;
    margin: 0 25px 0 35px;
	padding-top: 20px; 
} 
.notice{
    display: none;
    height: 32px;
    line-height: 32px;
    background: #d7e8fd;
    color: #024fb7;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    border: 1px solid #81b7fa;
    opacity: .8;
}
/* 轮播图 */
.banner{
	position:relative;
	width: 670px;
	height: 280px;
	margin-bottom: 10px;
	overflow: hidden;
}
.banner .fade{
	height: 100%;
}
.banner .fade li {
	position:absolute;
	display:none;
	width: 100%;
	height: 100%;
}
.banner .fade li a{
	position: relative;
	display: block;
	height: 100%;
}
.banner .fade li a img{
	width: 100%;
}
.banner .fade li a p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	padding: 5px 15px;
	color: #fff;
	font-weight: bold;
	background: rgba(0,0,0,0.3);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(19,19,19,1) 100%);
}
.banner .fade li:first-child {
	display:block;
}
.banner .arrow {
	display:none;
}
.banner:hover .arrow {
	display:block;
}
.banner .arrow-left,
.banner .arrow-right {
	position:absolute;
	top:50%;
	margin-top:-30px;
	width:30px;
	height:60px;
	background-color:rgba(0,0,0,0.3);
	cursor:pointer;
	text-align:center;
	line-height:60px;
	color:#fff;
	font-weight:700;
	font-size:30px;
	-moz-user-select: none; 
	-o-user-select:none; 
	-webkit-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
}
.banner .arrow-left {
	left:0;
}
.banner .arrow-right {
	right:0;
}
.banner .arrow-left:hover,
.banner .arrow-right:hover {
	background-color:rgba(0,0,0,.6);
}
.banner .pagination {
	position:absolute;
	bottom: 10px;
    right: 10px;
}
.banner .pagination ul li {
	float:left;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	background-color:#fff;
    cursor:pointer;
    border-radius: 25px;
    transition: all .3s;
}
.banner .pagination ul li.active {
    width: 26px;
	background-color:#d92f29;
}


/* 刷新 返回顶部 */
.newscon .refreshtop{
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: -155px;
    font-size: 0;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 5px #dad8d8;
}
.newscon .refreshtop p{
    display: inline-block;
    /* width: 65px; */
    width: 90px;
    height: 55px;
    font-size: 14px;
    cursor: pointer;
    color: #d43d3d;
    padding-top: 5px;
    background: rgba(255,255,255,.9);
}
.newscon .refreshtop p.totop{
    display: none;
}
.newscon .refreshtop p:hover{
    background: rgba(255,255,255,1);
}
.newscon .refreshtop p i{
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}
.newscon .refreshtop p span{
    display: block;
    text-align: center;
    
}
/*单图*/
.newscon .newslist,
.newscon .newslist li {
    width: 100%;
}
.newscon .newslist li:nth-child(1){
    display: none;
}
.newscon .newslist .singledia{
	height: 120px;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.newscon .newslist .singledia:hover{
	background: #f8f8f8;
}
.newscon .newslist .singledia .pic{
	display: inline-block;
	width: 157px;
	height: 100%;
	overflow: hidden;
}
.newscon .newslist .singledia .pic img{
	width: 100%;
}
.newscon .newslist .singledia .information{
    vertical-align: top;
	display: inline-block;
	width: 500px;
	height: 100%;
	font-size: 12px;
	padding-top: 15px;
}
.newscon .newslist .singledia .information h3{
	line-height: 30px;
	color: #333;
	font-size: 20px;
	padding: 0 20px;
	margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscon .newslist .singledia .information h3 a:hover{
	color: #d92f29;
}
.newscon .newslist .singledia p{
	padding: 0 20px;
	line-height: 20px;
}
.newscon .newslist .singledia p .catename{
	font-size: 12px;
    color: #808080;
    margin-right: 10px;
    padding: 0 3px;
    border: 1px solid #808080;
    border-radius: 3px;
}
.newscon .newslist .singledia p .time{
	font-size: 12px;
	color: #808080;
	margin-right: 10px;
}
.newscon .newslist .singledia .pic img{
    width: 100%;
    min-height: 100px;
	transition: all .7s;
}
.newscon .newslist .singledia .pic:hover img{
	transform: scale(1.1);
}
/* 三图 */
.newscon .newslist .threedia{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.newscon .newslist .threedia:hover{
	background: #f8f8f8;
}
.newscon .newslist .threedia h3{
    line-height: 30px;
	color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscon .newslist .threedia h3 a:hover{
	color: #d92f29;
}
.newscon .newslist .threedia .picbox{
    font-size: 0;
    margin-bottom: 5px;
}
.newscon .newslist .threedia .picbox>div{
	vertical-align: top;
	display: inline-block;
    width: 157px;
    height: 100px;
    margin-right: 14px;
    overflow: hidden;
}
.newscon .newslist .threedia .picbox>div:last-of-type{
    margin-right: 0;
}
.newscon .newslist .threedia .picbox a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.newscon .newslist .threedia .picbox a img{
    width: 100%;
    min-height: 100px;
    transition: all .7s;
}
.newscon .newslist .threedia .picbox a img:hover{
    transform: scale(1.1);
}
.newscon .newslist .threedia .picbox .more a{
    text-align: center;
    line-height: 100px;
    font-size: 14px;
    color: gray;
    background: #f1f1f1;
}
.newscon .newslist .threedia p{
    height: 20px;
	line-height: 20px;
}
.newscon .newslist .threedia p .catename{
	font-size: 12px;
    color: #808080;
    margin-right: 10px;
    padding: 0 3px;
    border: 1px solid #808080;
    border-radius: 3px;
}
.newscon .newslist .threedia p .time{
	font-size: 12px;
	color: #808080;
	margin-right: 10px;
}
/* 四图 */
.newscon .newslist .fourdia{
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.newscon .newslist .fourdia:hover{
	background: #f8f8f8;
}
.newscon .newslist .fourdia h3{
    line-height: 30px;
	color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscon .newslist .fourdia h3 a:hover{
	color: #d92f29;
}
.newscon .newslist .fourdia .picbox{
    font-size: 0;
    margin-bottom: 5px;
}
.newscon .newslist .fourdia .picbox>div{
	vertical-align: top;
	display: inline-block;
    width: 157px;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
}
.newscon .newslist .fourdia .picbox>div:last-of-type{
    margin-right: 0;
}
.newscon .newslist .fourdia .picbox a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.newscon .newslist .fourdia .picbox a img{
    width: 100%;
    min-height: 100px;
    transition: all .7s;
}
.newscon .newslist .fourdia .picbox a img:hover{
    transform: scale(1.1);
}
.newscon .newslist .fourdia p{
    height: 20px;
	line-height: 20px;
}
.newscon .newslist .fourdia p .catename{
	font-size: 12px;
    color: #808080;
    margin-right: 10px;
    padding: 0 3px;
    border: 1px solid #808080;
    border-radius: 3px;
}
.newscon .newslist .fourdia p .time{
	font-size: 12px;
	color: #808080;
	margin-right: 10px;
}
/*360单图广告*/
.newscon .newslist .mediav-flow{
	border-bottom: 1px solid #ddd;
}
.newscon .newslist .mediav-flow:hover{
	background: #f8f8f8;
}
.newscon .newslist .mediav-flow .dantu{
    padding: 10px 0;
    height: 100px;
}
.newscon .newslist .mediav-flow .dantu .pic{
	display: inline-block;
	width: 157px;
	height: 100%;
	overflow: hidden;
}
.newscon .newslist .mediav-flow .dantu .pic img{
	width: 100%;
}
.newscon .newslist .mediav-flow .dantu .information{
    vertical-align: top;
	display: inline-block;
	width: 500px;
	height: 100%;
	font-size: 12px;
	padding-top: 15px;
}
.newscon .newslist .mediav-flow .dantu .information h3{
	line-height: 30px;
	color: #333;
	font-size: 20px;
	padding: 0 20px;
	margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscon .newslist .mediav-flow .dantu .information h3 a:hover{
	color: #d92f29;
}
.newscon .newslist .mediav-flow .dantu .information p{
    padding: 0 20px;
    height: 20px;
	line-height: 20px;
}
.newscon .newslist .mediav-flow .dantu .information p .catename{
	font-size: 12px;
	color: #808080;
    margin-right: 10px;
    padding: 0 3px;
    border: 1px solid #808080;
    border-radius: 3px;
}
.newscon .newslist .mediav-flow .dantu .information p .time{
    line-height: 20px;
    font-size: 12px;
	color: #808080;
}
.newscon .newslist .mediav-flow .dantu .pic img{
    width: 100%;
    min-height: 100px;
	transition: all .7s;
}
.newscon .newslist .mediav-flow .dantu .pic:hover img{
	transform: scale(1.1);
}
/*360多图广告*/
.newscon .newslist .mediav-flow .duotu{
    padding: 10px 0;
}
.newscon .newslist .mediav-flow .duotu h3{
    line-height: 30px;
	color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscon .newslist .mediav-flow .duotu h3 a:hover{
	color: #d92f29;
}
.newscon .newslist .mediav-flow .duotu .picbox{
    font-size: 0;
    margin-bottom: 5px;
}
.newscon .newslist .mediav-flow .duotu .picbox>div{
	vertical-align: top;
	display: inline-block;
    width: 157px;
    height: 100px;
    margin-right: 14px;
    overflow: hidden;
}
.newscon .newslist .mediav-flow .duotu .picbox>div:last-of-type{
    margin-right: 0;
}
.newscon .newslist .mediav-flow .duotu .picbox a{
    display: block;
    height: 100%;
    overflow: hidden;
}
.newscon .newslist .mediav-flow .duotu .picbox a img{
    width: 100%;
    min-height: 100px;
    transition: all .7s;
}
.newscon .newslist .mediav-flow .duotu .picbox a img:hover{
    transform: scale(1.1);
}
.newscon .newslist .mediav-flow .duotu p{
    height: 20px;
	line-height: 20px;
}
.newscon .newslist .mediav-flow .duotu p .catename{
	font-size: 12px;
    color: #808080;
    margin-right: 10px;
    padding: 0 3px;
    border: 1px solid #808080;
    border-radius: 3px;
}
.newscon .newslist .mediav-flow .duotu p .time{
	font-size: 12px;
	color: #808080;
	margin-right: 10px;
}
/*360大图广告*/
.newscon .newslist .mediav-flow .datu>a{
    display: block;
    padding: 10px 0;
}
.newscon .newslist .mediav-flow .datu h3{
    line-height: 30px;
	color: #333;
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscon .newslist .mediav-flow .datu h3:hover{
	color: #d92f29;
}
.newscon .newslist .mediav-flow .datu .pic{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.newscon .newslist .mediav-flow .datu .pic img{
    width: 100%;
    min-height: 100px;
	transition: all .7s;
}
.newscon .newslist .mediav-flow .datu .pic:hover img{
	transform: scale(1.1);
}
.newscon .newslist .mediav-flow .datu p{
    height: 20px;
	line-height: 20px;
}
.newscon .newslist .mediav-flow .datu p .catename{
	font-size: 12px;
    color: #808080;
    margin-right: 10px;
    padding: 0 3px;
    border: 1px solid #808080;
    border-radius: 3px;
}
.newscon .newslist .mediav-flow .datu p .time{
	font-size: 12px;
	color: #808080;
	margin-right: 10px;
}
.newscon .newslist .newsover{
    height: 80px;
    line-height: 80px;
    color: #999;
    font-size: 14px;
    text-align: center;
}
/* 百度广告 */
.newscon .newslist .baidu{
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
/* ------------------------右侧 */
.other-right{
    margin-top: 20px;
    width: 300px;
    margin-left: 10px;
}
/* 24小时热文 */
.other-right .headline{
    margin-bottom: 10px;
    background: #fff;
}
.other-right .headline h5{
    height: 40px;
    line-height: 40px;
    color: #d43d3d;
    font-size: 16px;
}
.other-right .headline ul{
    font-size: 14px;
}
.other-right .headline ul li{
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.other-right .headline ul li:nth-child(1){
    display: none;
}
.other-right .headline ul li:last-of-type{
    border-bottom: 0;
}
.other-right .headline ul li a{
    display: block;
    height: 100%;
    font-size: 0;
}
.other-right .headline ul li a .pic{
    position: relative;
    display: inline-block;
    width: 95px;
    height: 60px;
    overflow: hidden;
} 
.other-right .headline ul li a .pic .time{
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 12px;
    z-index: 900;
    background: url('../images/guanggao.png');
} 
.other-right .headline ul li a .pic img{
    width: 100%;
    min-height: 60px;
    transition: all .7s;
} 
.other-right .headline ul li a .pic:hover img{
    transform: scale(1.1);
} 
.other-right .headline ul li a p{
    display: inline-block;
    width: 195px;
    height: 60px;
    color: #333;
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
    overflow: hidden;
} 
.other-right .headline ul li a p:hover{
    color: #d43d3d;
} 

/* 广告 */
.other-right .right-ad{
    height: 500px;
    margin-bottom: 10px;
    overflow: hidden;
}
.other-right .right-ad1{
    height: 250px;
    margin-bottom: 10px;
    overflow: hidden;
}





























