﻿@charset "utf-8";
/* CSS Document */
body {
	background-color: #efefef;
	margin: 0px;
	padding: 0px;
	/*filter: grayscale(100%);*/
	/*-moz-filter: grayscale(100%);*/
	/*-ms-filter: grayscale(100%);*/
	/*-o-filter: grayscale(100%);*/
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
	/*-webkit-filter: grayscale(1);*/
}

ul{
	list-style-type: none;
}

a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color: #dc6e14;;
	text-decoration: none;
}
a:visited{
	color: #555;
	text-decoration: none;
}
a img{
	border:0;	
}
.slh {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 头部 */
.searchbar {
	position:absolute;
	z-index:9999;
	top:10rem;
	right:0;
	left:0;
	height:0;
	background-color:#eee;
	opacity:0;
	overflow:hidden;
	transition:all 0.3s;
}

.searchbarshow {
	height:10rem;
	opacity:1;
	dispaly:block;
}

.close {
	display:none;
}

.open {
	float:right;
	margin-top:1.5rem;
	margin-right:2rem;
	vertical-align: middle;
}

.searchbarcontainer {
	width:670px;
	margin:0 auto;
	overflow:hidden;
}

.searchbarcontent {
	border:1px solid #cdcdcd;
	height:90px;
	margin-top:2rem;
	overflow:hidden;
	border-radius:0.4rem;
	font-size:2rem;
}

.searchbartext {
	display:block;
	width:100%;
	border:none;
	line-height:6rem;
	text-indent:5px;
	font-size:2rem;
}

.searchbarbutton {
	padding:0;
	margin:0;
	display:block;
	width:100%;
	line-height:6rem;
	text-align:center;
	border:none;
	border-left:1px solid #ccc;
	background-size:auto 60%;
	text-indent:-300%;
	overflow:hidden;
}

.topcontainer {
	position:relative;
	height:6rem;
	background-size:cover;
	background-color:#d22520;
	padding-top:2rem;
	padding-bottom:2rem;
	padding-left:2rem;
}

.toppc {
	font-size:3rem;
	color:#f0f0f0;
	float:right;
	margin-top:1rem;
	margin-right:2rem;
	cursor: pointer;
}


/* 导航  */
.navwap {
	height:13rem;
	background-color:white;
	margin-bottom:1rem;
	margin-top:5px;
}

.navwap ul {
	width: 100%;
	list-style: none;
	text-align:center;
	padding:6px;
	margin: 0 auto;
}

.navwap ul li {
	display: inline-block;
	padding:1rem 2.5rem;
	text-align: center;
	float:left;
	font-size:3rem;
}

.navwap ul li span {
	color:#000;
}

/* 头条 */
.toutiaopart{
	margin:0 auto;
	border:solid 0px #333;
	margin: 2px 0;
}
.toutiaopart .toutiaotitlepart{
	width:88px;height:57px;background-image: url(../images/toutiao.png);float:left;margin-top:10px;margin-right:10px;
}
.toutiaopart .toutiaocontent a{
	font-size:44px;font-weight:bold;line-height:70px;color:#0b62b9;
}
.toutiaopart .toutiaomorepart{
	width:78px;cursor: pointer;margin-left: 20px;
}
.toutiaopart .toutiaomorepart a{
	font-size:40px;font-weight:normal;color:#000;
}

/* 图片新闻 */
.newspic {
	margin-top:20px;
	height: 630px;
	position: relative;
}

.newspicbody {
	width: 100%;
	position: absolute;
	height: 630px;
	border: solid 0px #f66;
}

.newspictitle {
	position: absolute;
	background-image: url(../images/newspictitle1.png);
	background-repeat: x;
	opacity:0.7;
	background-position: 0px bottom;
	height: 75px;
	width: 100%;
	margin-top: 555px;
	padding-bottom: 0px;
	line-height: 35px;
	text-align: left;
	border: solid 0px #6f6;
}
.titlenewspic {
	margin: 0px;
	padding: 0px;
	float: left;
	margin-left: 20px;
}
.titlenewspic a {
	line-height:75px;
	font-size: 32px;
	color: #FFF;
	text-decoration: none;
}
.titlenewspic a:hover {
	color: #FF0;
	text-decoration: none;
}
.newspicnav {
	float: right;
	height: 17px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.newspicnav ul li {
	background-color: #B5B5B5;
	display: block;
	padding: 0px;
	float: left;
	height: 17px;
	width: 17px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.newspicnavcurrent {
	background-color: #4686fd;
}

/* 新闻 */
.newsheadwap{
	box-sizing: border-box;
	width:96%;
	height:62px;
	margin-left:20px;
	padding:0px;
	border-bottom:solid 2px #c0c0c0;
}
.newstitlewap{
	box-sizing: border-box;
    height: 62px;
	float:left;
	color:#255cb0;
	font-size: 2.2em;
	font-weight:bold;
	letter-spacing:1px;
	padding:7px;
	border-bottom:solid 2px #255cb0;
}
.newsmorepartwap{
	float:right;
 	height:28px;
}
.newsmorewap{
	 display: inline-block;
	 font-size: 2.2em;
	 width:78px;
	 height:14px;
	 padding:7px;
}
.newslistwap {
	margin: 0px;
	padding-bottom: 5px;
}
.newslistwap ul{
	list-style: none;
}
.newslistwap ul li {
	height: 58px;
	line-height: 48px;
	text-align: left;
	display: block;
	margin-left:-20px;
}
.newslistwap ul div {
	width:10px;height:10px;background-color: #B5B5B5;margin-top:22px;margin-right:15px;float:left;
}
.newslistwap ul li a{
	font-size: 2.2em;
}


/* 专题 */
.zhuantipic {
	padding-top:15px;
	height: 200px;
	position: relative;
}

.zhuantipicbody {
	width: 100%;
	position: absolute;
	height: 200px;
	border: solid 0px #f66;
}

.zhuantipictitle {
	position: absolute;
	height: 20px;
	width: 100%;
	margin-top: 150px;
	line-height: 20px;
}

.zhuantipicnav {
	width:100px;
	height: 17px;
	margin:0px auto;
}

.zhuantipicnav ul li {
	background-color: #B5B5B5;
	display: block;
	padding: 0px;
	float: left;
	height: 17px;
	width: 17px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
.zhuantipicnavcurrent {
	background-color: #4686fd;
}

/*列表界面*/
.container{
	width:100%;
	background-color:#fff;
	margin:0px auto;
	margin-top:20px;
	border:solid 1px #fff;
}
.container .content{
	min-height:350px;
}

.infolist{
	width:100%;
	padding:20px 0;
	margin:0 auto;
	border:solid 0px #333;
}
.infolist .subject{
	width:100%;
	text-align: center;
	color:#00589C;
	letter-spacing:3px;
}
.infolist .list{
	width:100%;
}
.infolist .list ul{
	margin:0;
	min-height:250px;
	border:solid 0px #f33;
	padding-top:1rem;
}
.infolist .list ul li{
	list-style: none;
	height:70px;
	line-height:70px;
	border-bottom:solid 1px #e8e8e8;
}
.infolist .list ul li a{
	color:#222;
}
.infolist .list ul li a:hover{
	color: #dc6e14;
}
.infolist .list ul li .title{
	float:left;width:650px;
	border:solid 0px #333;
}
.infolist .list ul li .date{
	float:right;
	width:220px;
	text-align:left;
	border:solid 0px #333;
	color:#00589C;
}


.paging{
	width:100%;height:28px;
	margin:0 auto;text-align:center;
	border:solid 0px #333;
}
.paging ul{
	list-style: none;
}
.paging ul li{
	display:inline-block;
	height:28px;line-height:28px;
	font-size:2em;
	color:#00589C;
	margin-right:15px;
	letter-spacing:2px;
	border:solid 0px #333;
}
.paging ul li.link{
	cursor:pointer;
}


/*showinfo*/
.infopart{
	margin:0 auto;
	margin-top:20px;
	background-color:#FFF;
	padding-left: 10px;
    padding-right: 10px;
}
.infopart .title{
	text-align:center;
	color:#111;
	font-family:'微软雅黑';
	margin:10px 0;
}
.infopart .titlestyle3{
	font-size:3rem;
	font-weight:bold;
	color:#111;
}
.infopart .titlestyle2{
	font-size:2.5rem;
	color:#222;
}
.infopart .titlestyle1{
	font-size:2rem;
	color:#888;
}
.menu{
	text-align:center;
	border-bottom:solid 1px #bfbfbf;
	height:70px;
	font-size:2.2rem;
}

/*评论*/
.commentary {
	width:100%;
	background-color: #FFF;
	margin:0 auto;
	margin-bottom:20px;
	border: 1px solid #DCDCDC;
	padding:0;
	
}

.commentarytitle {
	font-size: 44px;
	line-height: 90px;
	font-weight: bold;
	color: #E40000;
	background-color: #F3F3F3;
	text-align: left;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DCDCDC;
}

.btlogin {
	font-size: 36px;
	line-height: 58px;
	font-weight: normal;
	color: #FFF;
	background-color:#c2c1c2;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 0px;
	height: 60px;
	width: 100px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.inputcommentary {
	width: 90%;
	height:150px;
	font-size: 32px;
	font-weight: normal;
	color: #808080;
	text-decoration: none;
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	border: 1px solid #DCDCDC;
	padding: 4px;
}

.btcommentary {
	font-size: 38px;
	line-height: 58px;
	font-weight: normal;
	background-color:#c2c1c2;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 0px;
	height: 60px;
	width: 170px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.commentarylist {
	padding: 0px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	min-height: 50px;
}

.bannerright {
	padding: 0px;
	float: right;
	height: 87px;
	width: 87px;
	margin-top: 20px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.hand {
	cursor: pointer;
}

#list_pinglun ul{
	list-style: none; margin:0; padding:0;
}
#list_pinglun li{
	width:95%;
	line-height:50px;
	padding-left:10px;
	border-bottom: dashed 1px #696767;
	padding-top:5px;
	padding-bottom:5px;
	background-color: #fff;position: relative;
}
 .NiCheng{
	font-size:1rem;
}
.IP{
	font-size:1rem;
	margin-left:30px;
}
.ShiJian{
	font-size:1rem;
	margin-left:30px;
}
.NeiRong{
	font-size:0.9rem;
	color:#555;
} 

.infolist .subject span{
	padding-right:30px;
	background-color: #fff;
}
	
.infolist .innersubjectstyle{
	text-align: left;
	background-image: url(../images/listtitlebg.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: auto 70%;
}
.infolist .innersubjectstyle .more{
	float:right;	
	width:5rem;
	height:2rem;
	margin-top:5px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-size: auto 90%;
}

.innernav{
	width:96%;
    height:3rem;
    line-height:42px;
	background: #FFF;
    margin: 0px auto;
    border-bottom: #FFC8C5 1px solid;
    color: #00589C;
    font-size:2rem;
}

.innernav .currentposition{
	font-weight:bold;
	float:left;
	width:700px;
}
.innernav .currentposition a{
	font-weight: bold;
	color: #CA0000;
	text-decoration: none;
	display: inline-block;
	margin-left:20px;
}

.innernav .currentposition a:hover {
	color: #dc6e14;
}
