@CHARSET "UTF-8";
html {
	height: 100%;
}
textarea {
    resize: none;
}
/*清除浮动*/
.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
}
.clearfix::after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* 头部 */
.hot ul {
    list-style: none;
}
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

a{text-decoration: none;color: #000;}
a:hover,
a:active {text-decoration: none;cursor: pointer;outline: none;color: #029bdf;text-decoration: none !important;}

/* 小屏幕下的返回按钮，和登录注册按钮 */
@media (max-width: 992px) {
	header .back {
	    float: left;
	}
	header .back i {
		float: left;
		height: 30px;
		line-height: 30px;
		font-size: 22px;
	    color: #888;
	}
    header .navbar-right {
        overflow: hidden;
        float: right;
    }
	header .navbar-right a {
    	float: right;
    	margin-right: 20px;
		height: 30px;
		line-height: 30px;
	    font-size: 18px;
	    color: #888;
    }
	header .navbar-right a>i {
	    line-height: 30px;
	}
	header .navbar-right a:first-child {
	    margin-right: 5px;
	}
}


/* 图标背景 */
.i-username {
    background: url(../images/username.png) no-repeat;
    background-size: 100% 100%;
}
.i-password {
    background: url(../images/password.png) no-repeat;
    background-size: 100% 100%;
}
.i-collection {
    background: url(../images/collection.png) no-repeat;
    background-size: 100% 100%;
}
.i-history {
    background: url(../images/history.png) no-repeat;
    background-size: 100% 100%;
}
.i-install {
    background: url(../images/install.png) no-repeat;
    background-size: 100% 100%;
}
.i-article {
    background: url(../images/article.png) no-repeat;
    background-size: 100% 100%;
}
.i-record {
    background: url(../images/record.png) no-repeat;
    background-size: 100% 100%;
}



.line-top{height: 3px;background-color: #ffb400;}


.title-logo{float: left;margin: 14px 0;height: 39px;width:70px; background: url(../images/logo.png) no-repeat;width: 70px;}
.title-pic{margin-top: -6px;width: 100%;height: 63px;background: url(../images/logokepu.png) no-repeat left;}
.title-button{/* width: 190px; */height: 40px;/* border: 1px solid #cccccc; background-color: #f8f8f8;*/float: right;}
.title-button-login{width: 130px;}
.title-button .button{text-decoration:none;float: left;padding-top: 10px;text-align: center;/* width: 50%; */height: 100%;color: #888888;margin: 0 0 0 20px;}
.title-button .olderVersion{width:80px;border-radius: 2px;background-color:#1db5a8;color:#fff;margin-left:15px;}
@media (max-width: 1200px) {
	.title-button .olderVersion{margin-top: 5px;padding-top: 5px;width: 63px;height: 30px;}
}
.title-button .button-login{width:100%;}
.title-button .button:hover{color: #0078e7;}
.title-button .olderVersion:hover{color: #fff;}
.title-button .button>i{margin-right: 4px;}
.button>span{font-size:13px;}
/*//搜索框*/
.search{margin: 0;padding: 0;}
.input-group .form-control{border-radius: 0;height: 40px;border-left: 1px solid #dedede;border-top: 1px solid #dedede;border-bottom: 1px solid #dedede;}
.input-group .btn{border-radius: 0;width: 45px;height: 40px;border: none;color: #fff;font-size: 16px;background-color: #4fb9e6;}
.input-group .input-group-addon{margin: 0;padding: 0;background-color: #0078e7;border: none;color: #fff;font-size: 24px;}
/*//热词*/
.hot{font-size: 14px;font-family:'microsoft yahei';}
.hot span{float: left;line-height: 12px;}
.hot ul{list-style: none;}
.hot li{float: left;border-right: 1px solid #999999;padding-right: 22px;padding-left: 22px;height: 14px;line-height: 14px;}
.hot li>a{color: #000;}
.hot ul :first-child{padding-left: 0px;}
.hot ul :last-child{padding-right: 0px;border-right: 0px solid #999999;}

@media (min-width: 768px) and (max-width: 991px)  { 
  	.title-button{width: 100%;height: 40px;background-color: #fff;float: left;border:none;text-align: center;}
	.title-pic{margin: 0;margin-bottom:10px;height: 30px;background: url(../images/logokepusmall.png) no-repeat center;}
}
@media (min-width: 479px) and (max-width: 767px)  { 
	.title-pic{overflow: hidden;margin: 0;margin-bottom:10px;width: auto;height: 30px;background: url(../images/logokepusmall.png) no-repeat center;}
}
@media (max-width: 479px)  { 
	.title-pic{overflow: hidden;margin: 0;margin-bottom:10px;width: auto;height: 30px;background: url(../images/logokepusmall.png) no-repeat center;}
}

.main-top {
	padding-top: 33px;
}
@media (max-width: 992px) {
	.main-top {
		padding-top: 10px;
	}
}
/* 导航栏*/
.navbar{margin-top: 23px;background-color: #0078e7;border:none;padding: 0;border-radius: 0;}
.navbar-default{margin-bottom: 23px;height: auto;min-height: 0;}
.navbar-default .collapse{margin: 0;padding: 0;}
.navbar-collapse{margin: 0;padding: 0;width: 100%;}
.collapse .nav{display: flex;width: 100%;}
@media (max-width: 767px)  { 
	.collapse .nav{display: block;}
}
.navbar-default .navbar-header .navbar-brand {color: #fff;}
.navbar-default .navbar-nav>li{flex: 1;padding: 0 38px;text-align:center;}
@media (max-width: 1200px) {
	.navbar-default .navbar-nav>li{padding: 0 24px;}
}
@media (max-width: 992px)  { 
	.navbar-default .navbar-nav>li{padding: 0 12px;}
}
.navbar-default .navbar-nav>li>a {
	padding: 15px 0;
	border-bottom: 4px solid transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	font-size: 20px;
	font-family: 'microsoft yahei';
}
@media (max-width: 992px)  { 
	.navbar-default .navbar-nav>li>a {
		padding: 5px 0;
		border-bottom: 2px solid transparent;
		font-size: 18px;
		line-height: 20px;
	}
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{border-bottom-color: #ffb400;color: #fff;}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{border-bottom-color: #ffb400;color: #fff;background-color:#0078e7;}

.navbar-brand{position: absolute;z-index: 50;display: none;width: 150px;font-size: 18px;text-decoration:none;font-weight: 700;font-family:'microsoft yahei';} 
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
	background-color: #0078e7;
}
/* 二级导航栏 */
.son-nav{margin-bottom: 50px;background-color: #c2ebff;}
.son-nav>ul{overflow: hidden;padding: 0;margin: 0;height: 43px;list-style: none;}
@media (max-width: 992px)  { 
	.son-nav>ul {
		height: 30px;
	}
}
.son-nav>ul>li{float: left;min-width: 70px; height: 43px;text-align: center;}
@media (max-width: 992px)  { 
	.son-nav>ul>li {
		min-width: 0;
		height: 30px;
	}
}
.son-nav>ul>li>a{display: block;padding: 0 20px;line-height: 43px;color: #094078;}
@media (max-width: 992px)  {
	.son-nav>ul>li>a {
		padding: 0 10px;
		line-height: 30px;
	}
}
.son-nav>ul .son-nav-pic{width: 191px;background: url(../images/son-nav.png) no-repeat;}
@media (max-width: 992px)  {
	.son-nav>ul .son-nav-pic {
		width: 133px;
		background-image: url(../images/son-nav-l.png);
	}
}
.son-nav>ul>li>a:hover{color: #fff;}
.navbar-nav {
	margin: 0px 0px;
}
@media (max-width: 767px)  { 
	.main-top {
		padding-top: 10px;
	}
	.navbar{
		margin-top: 0;
		margin: 0 -15px;
	}
	.navbar-default{
		margin-bottom: 10px;
	}
	.son-nav{
		margin: 0 -15px;
	}
}

/* 轮播图 */
.carousel{height: 100%;width: 100%;}
.carousel-inner{height: 100%;width: 100%;}
.carousel-inner .item{height: 100%;width: 100%;background-color: #eee;background-image: url(../images/nopicture.jpg);background-size: cover;text-align: center;background-repeat: no-repeat;background-position: center;overflow: hidden;}
.item>a{display: block;height: 100%;width: 100%;}
@media (min-width: 1200px) {
	.navbar-toggle {display: none;}
}
.carousel-indicators {margin-bottom: 25px;letter-spacing: 10px;-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.carousel-indicators li{border: none;height: 12px;width: 12px;background-color: #fff;}
.carousel-indicators li.active{margin: 1px;height: 12px;width: 12px;background-color: #ffb400;}
.carousel-control.left,.carousel-control.right{width: 40px;height: 40px;top: 45%;background: none;background-color: rgba(7, 17, 27, 0.6);font-size: 64px;line-height: 30px;}
.carousel-caption {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	position: absolute;
	padding: 0;
	padding-left: 16px;
	margin: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: left;
	font-size: 18px;
	background-color: rgba(0, 0, 0, 0.6);
}
.carousel-caption .carousel-title>a {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 47px;
	font-family: 'microsoft yahei';
}
@media (max-width: 992px) {
	.carousel-caption .carousel-title>a {
		font-size: 16px;
		line-height: 30px;
	}
}

/*//栏目标题*/
.title{position: relative; height: 30px;margin-bottom: 24px;background: url('../images/t-line.png') repeat-x 0 15px;}
.title-noline{background:none;}
.title .new{padding-right: 10px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 92%;line-height: 30px;height: 30px; font-size: 24px;color: #333;float: left;font-family:'microsoft yahei';}
.title .t-left{float: left;max-width: 98%;background-color: #fff;/*padding-right: 10px;*/}
.title .t-right>a{font-family:'microsoft yahei';font-size: 14px;line-height: 30px;float: right;color: #7b7878;background-color: #fff;padding-left: 10px;}
.title .t-right>a:hover{color: #0568b0;}
.t-left .t-title{height: 30px;width: 40px;float: left;background-repeat: no-repeat;background-size: 30px 30px;background-position: left;}
@media (max-width: 992px) {
	.t-left .t-title {
		height: 20px;
		width: 30px;
		background-size: 20px 20px;
	}
}
.t-left .t-zt{background-image: url(../images/t-zt.png);}
.t-left .t-zc{background-image: url(../images/t-zc.png);}
.t-left .t-class{background-image: url(../images/t-class.png);}
.t-left .t-zb{background-image: url(../images/t-zb.png);}
.t-left .t-video{background-image: url(../images/t-video.png);}
.t-left .t-jlp{background-image: url(../images/t-jlp.png);}
.t-left .t-famous{background-image: url(../images/t-famous.png);}
.t-left .t-news{background-image: url(../images/t-news.png);}
.t-left .t-zp{background-image: url(../images/t-zp.png);}
.t-left .t-micro{background-image: url(../images/t-micro.png);}
.t-left .t-hp{background-image: url(../images/t-hp.png);}
.t-left .t-school{background-image: url(../images/t-school.png);}
.t-left .t-home{background-image: url(../images/t-home.png);}
.t-left .t-ck{background-image: url(../images/t-ck.png);}
.t-left .t-book{background-image: url(../images/t-book.png);}
.t-left .t-base{background-image: url(../images/t-base.png);}
.t-left .t-town{background-image: url(../images/t-town.png);}
.t-left .t-dnew{background-image: url(../images/t-dnew.png);}
.t-left .t-paper{background-image: url(../images/t-paper.png);}
.t-left .t-anecdote{background-image: url(../images/t-anecdote.png);}
.t-left .t-QA{background-image: url(../images/t-qa.png);}
.t-left .t-ds{background-image: url(../images/t-ds.png);}
.t-left .t-homer{background-image: url(../images/homer.png);}
@media (max-width: 767px)  { 
	.title{height: 20px;margin-bottom: 10px;background: url('../images/t-line.png') repeat-x 0 10px;}
	.title .new{padding-right: 4px;line-height: 20px;font-size: 18px;}
	.title .t-right>a{font-size: 14px;line-height: 20px;}
}
@media (max-width: 479px)  { 
	.title .new{max-width: 86%;}
}
/* 详情页的标题 */
.homer-title{
	height: 18px;margin-bottom: 18px;background: none;
}
.homer-title .t-left .t-title{
	height: 20px;width: 28px;
	float: left;
	background-repeat: no-repeat;
	background-size: 18px 16px;
	background-position: left;
}
.homer-title .t-left .homer-t{
	padding-right: 10px;
	line-height: 20px;
	height: 20px; 
	font-size: 16px;
	color: #333;
	float: left;
	font-family:'microsoft yahei';
}
@media (max-width: 767px)  { 
	.homer-title .t-left .homer-t{
		padding-right: 4px;
	}
}



/* //3:2图片比例 */
.image-scale-1{
	width: 93%;padding-top: 66.6666666666666666666%;
	background-color: #eee;
	background-image: url(../images/nopicture.jpg);
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
/* //16:9图片比例 */
.image-scale-2{
	height: 0;width: 100%;padding-top: 56.25%;
	background-color: #eee;
	background-image: url(../images/nopicture.jpg);background-size: cover;
	text-align: center;background-repeat: no-repeat;background-position: center;
	overflow: hidden;
}
.padd-pointer{position:absolute;bottom:0;left:0;top:0;width:100%;height:100%;}





/*//数字报*/
.digital{margin-bottom: 24px; padding-top: 133%; border:1px solid #d2d2d2;overflow: hidden;width: 100%; height: 0; background-repeat: no-repeat; background-size: contain; background-position: center;}
/* .digital>a{display: block; width: 100%; height: 100%;} */
/* .digital>a>img{min-width: 100%;min-height: 100%;} */



/*//专题*/
.zt{position: relative;width: 100%;margin-bottom: 30px;}
@media (max-width: 767px)  {
	.zt{margin-bottom: 0px;}
}
.index-zt{margin-bottom: 5px;}
.zt .project{position: relative;margin-bottom: 6px;height: auto;width: 100%;}
.project .section-special-wrapper{width: 100%;height: 100%;}
.special-caption {
	position: absolute;
	left: 0;
	bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding: 0 16px;
	margin: 0;
	width: 100%;
	font-size: 16px;
	font-family: 'microsoft yahei';
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
}
@media (max-width: 767px)  {
	.special-caption {
		padding: 0 6px;
	}
}
.special-caption .special-title>a {
	position: relative;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
}

/*//政协速递*/
.news-det-gov .title{margin-bottom: 15px;}
@media (max-width: 767px)  {
	.news-det-gov .title{margin-bottom: 10px;}
}
.gov{width: 100%;margin-bottom: 30px;}
@media (max-width: 767px)  {
	.gov{margin-bottom: 0px;}
}
.gov div{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;background-color: transparent;border-bottom: 1px solid #e9e8e8;}
.gov div span>a{color: #666666;font-size: 16px;background-image: url(../images/gov.png);background-repeat: no-repeat;background-position: 0 4px;padding-left: 24px; line-height: 48px;}
@media (max-width: 767px)  {
	.gov div span>a{padding-left: 16px;line-height: 30px;}
}
.gov div span>a:hover{color: #0568b0;}


/* 点  列表*/
.dist{width: 100%;margin-top: 12px;margin-bottom: 12px;overflow: hidden;}
@media (max-width: 767px)  {
	.dist{margin-top: 0px;margin-bottom: 10px;}
}
.dist div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dist div>span{
	padding-right: 10px;
	position: relative; 
	background-image: url(../images/cir.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	line-height: 38px;
	padding-left: 24px;
}
@media (max-width: 767px)  {
	.dist div>span{
		line-height: 30px;
		padding-left: 16px;
	}
}
.dist div>span>a{color: #666666;font-size: 16px;font-family:'microsoft yahei';}
.dist div>span>a:hover{color: #0568b0;}
.zt-d{margin-bottom:0px;}

/* 播放按钮  列表*/
.zbwsp{width: 100%;margin-bottom: 28px;}
@media (max-width: 767px)  {
	.zbwsp{margin-bottom: 10px;}
}
.zbwsp div {
	padding-left: 34px;
	line-height: 38px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	background-image: url(../images/v7.png);
	background-position: 0 center;
	background-repeat: no-repeat;
}
.zbwsp div span>a {
	color: #666666;
	font-size: 16px;
	font-family: 'microsoft yahei';
}
@media (max-width: 767px)  {
	.zbwsp div {
		padding-left: 24px;
		line-height: 30px;
	}
}
.zbwsp div span>a:hover {
	color: #0568b0;
}

.zbwsp.jlp-index {
	margin: 0;
}
.zbwsp.jlp-index div span>a {
	line-height: 42px;
}
@media (max-width: 767px)  {
	.zbwsp.jlp-index div span>a {
		line-height: 30px;
	}
}

/* 视频    */
.media-v{position: relative; margin-bottom: 30px;}
@media (max-width: 767px)  {
	.media-v{margin-bottom: 10px;}
}
.media-object-v{background-image: url(../images/v1.png);}
.media-body-v{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 35px;
}
.media-body-v>a{line-height: 30px; font-size: 16px;font-family:'microsoft yahei';color: #000;}
.media-body-v>a:hover{color: #0568b0;}
.more-v{height: 240px;}
.video1{background-image: url(../images/v1.png);}
.video2{background-image: url(../images/v2.png);}
.video3{background-image: url(../images/v3.png);}


/* 视频压图   */
.live-caption {
	position: absolute;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-left: 48px;
	padding-right: 16px;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: left;
	background-image: url(../images/play.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	color: #fff;
}

.live-caption .live-title>a {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 40px;
	font-family: 'microsoft yahei';
}
/* 图片压图 */
.pic-caption {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	position: absolute;bottom: 0;
	padding-left: 0px;
	padding-right: 0px;width: 100%;height: 40px;background-color: rgba(0,0,0,0.6);
	text-align: center; 
	color: #fff;
}
.pic-caption .pic-title>a {
	position: relative;
	color: #fff;
	font-size: 18px;
	line-height: 40px;text-align: center;
	font-family: 'microsoft yahei';
}

@media (min-width: 479px) and (max-width: 767px)  { 
	.live-caption .live-title>a {font-size: 16px;}
	.pic-caption .pic-title>a{font-size: 16px;}
}
@media (max-width: 479px)  { 
	.live-caption {
		padding-left: 30px;
		padding-right: 6px;
		height: 30px;
		background-repeat: no-repeat; 
		background-size: 20px 20px;
		background-position: 5px 5px;  
	}
	.live-caption .live-title>a {
		position: relative;
		color: #fff;
		font-size: 16px;
		line-height: 30px;
	}
	
	.pic-caption {
		padding-left: 6px;
		padding-right: 6px;height: 30px;
	}
	.pic-caption .pic-title>a {
		font-size: 16px;line-height: 30px;
	}
}

/* 广告   */
.advertising {
    overflow: hidden;
    margin-bottom: 20px;
}
@media (max-width: 479px)  {
	.advertising {
	    margin-bottom: 10px;
	}
}
.advertising>a>img {
    width: 100%;
}


/* 底部   */
.base{position: relative;width: 100%;background-color: #393939;list-style: none;padding-top: 32px; ;font-family:'microsoft yahei';margin-top: 30px;padding-bottom: 40px;}
.base a{color: #e1e1e1;font-size:16px;}
.base a:hover,.base a:active {color: #0568b0;}
.base .one{ padding-bottom: 15px;margin-bottom: 49px; border-bottom: 1px solid #e1e1e1; position: relative;color: #fff;}
/* 友情链接 */
.one .link{margin-left: 44px;margin-bottom: 21px;}
.one .link>span{font-size: 18px;font-family:'microsoft yahei';}
.one>ul{padding: 0;margin: 0; margin-left: 42px;margin-right: 42px;}
.one>ul>li{height:14px;line-height:14px; display: inline-block;padding: 0;margin: 0;border-right: 1px solid #e1e1e1;padding-left: 2px;padding-right: 6px;margin-bottom: 17px;}
.one>ul>li:last-child{border: none;}
.one>ul>li>a{color: #e1e1e1;font-size:16px;}
.one>ul>li>a:hover,.one>ul>li>a:active {color: #0568b0;}

.base .about{ position: relative;color: #e1e1e1;margin-bottom: 15px;}
.base .about ul{padding: 0;margin: 0;}
.base .about ul>li{height:16px;line-height:16px;display: inline-block;margin-bottom:10px;padding-left: 3px;padding-right: 7px;border-right: 2px solid #e1e1e1;}
.base .about ul>li>a{color:#e1e1e1;font-size:18px;}
.base .about ul>li>a:hover,.base .about ul>li>a:active {color: #0568b0;}
.base .about ul>li:last-child{border-right: 0px solid #fff;}

.base .two{position: relative;color: #e1e1e1;margin-bottom: 15px;}
.base .two ul{padding: 0;margin: 0;}
.base .two ul>li{display: inline-block;margin-right: 10px;font-size: 16px;}

.base .three{position: relative;color: #e1e1e1;}
.base .three ul{padding: 0;margin: 0;}
.base .three ul>li{display: inline-block;margin-right: 16px;font-size: 16px;}

.message{margin: auto;width: 100%;text-align: center;display: inline-block;}
.biao-bot{margin-top:20px; width: 100%;text-align:center;padding-left:256px;}
.biao-bot-1{width: 56px;height: 68px;margin-right:24px;display: inline-block;background:url(../images/bott1.png) no-repeat left;}
.biao-bot-2{width: 110px;height: 68px;display: inline-block;background:url(../images/bott2.png) no-repeat left center;}
.biao-bot-3{width: 121px;height: 132px;float:right;margin-top: -27px;margin-right:14px;display: inline-block;background:url(../images/microblog.png) no-repeat center center;}
.biao-bot-4{width: 121px;height: 132px;float:right;margin-top: -27px;display: inline-block;background:url(../images/wechat.png) no-repeat center center;}

.base .four{position: relative;width: 56px;height: 91px;display: inline;margin-left: 12px;margin-right: 12px;}
.four img{margin-top: 23px;}

.base .five{position: relative;height: 91px;width: 110px;display: inline;margin-left: 12px;margin-right: 12px;}
.five img{margin-top: 23px;}

.bottpic{width: 300px;margin: auto;}

.code{position: relative;}
.code .six{position: relative;width: 121px;height: 132px;margin-left: 8px;float: right;margin-top: -110px;}

/* 站长统计 */
.master-count a {color: #393939;}
.master-count a:hover {color: #e1e1e1;}

@media (min-width: 768px) and (max-width: 992px)  { 
	.code{width: 100%;text-align: center;margin:auto;margin-top: 20px;}
	.code .six{position: relative;display: inline;width: 121px;height: 132px;float: none;margin: auto;margin-top: 10px;margin-right: 10px;}
	.base .about ul>li{height: 12px;line-height: 12px;magin-bottom: 6px;border-right: 1px solid #e1e1e1;}
	.base .about ul>li>a{font-size: 14px;}
	.base .two ul>li{margin-right: 6px;font-size: 14px;}
	.base .three ul>li{margin-right: 8px;font-size: 14px;}
}
@media (min-width: 479px) and (max-width: 767px)  { 
	.code{width: 100%;text-align: center;margin:auto;margin-top: 20px;}
	.code .six{position: relative;display: inline;width: 121px;height: 132px;float: none;margin: auto;margin-top: 10px;margin-right: 10px;}
	.base .about ul>li{height: 12px;line-height: 12px;magin-bottom: 6px;border-right: 1px solid #e1e1e1;}
	.base .about ul>li>a{font-size: 14px;}
	.base .two ul>li{margin-right: 6px;font-size: 14px;}
	.base .three ul>li{margin-right: 8px;font-size: 14px;}
	.biao-bot{padding:0;}
}
@media (max-width: 479px)  { 
	.base{padding-top: 10px;margin-top: 10px;padding-bottom: 0px;}
	.code{width: 100%;text-align: center;margin:auto;margin-top: 20px;}
	.code .six{position: relative;display: inline;width: 121px;height: 132px;float: none;margin: auto;margin-top: 10px;margin-right: 10px;}
	.base .about ul>li{height: 12px;line-height: 12px;magin-bottom: 6px;border-right: 1px solid #e1e1e1;}
	.base .about ul>li>a{font-size: 14px;}
	.base .two ul>li{margin-right: 6px;font-size: 14px;}
	.base .three ul>li{margin-right: 8px;font-size: 14px;}
	.message{width: 100%;text-align: center;margin-bottom: 10px;}
	.biao-bot{padding:0;}
}


/* 文章点赞那 */
.detil-new-browse{
	margin: 0 0 33px;
	text-align: center;
}
@media (max-width: 992px)  { 
	.detil-new-browse{
		margin: 0 0 15px;
	}
}
.detil-new-browse .detil-user{
	display: inline-block;
    padding: 7px;
	margin: 0 30px;
	min-width: 80px;
	border:1px solid #dad8d8;
	border-radius: 20px;
	color: #999999;
}
.detil-new-browse a.detil-user:hover{
	border-color: #029bdf;
	color: #029bdf;
}


/* 评论 */
.detil-new-cont .detil-t{
	font-size: 24px;
	font-family:'microsoft yahei';
	color: #000;
	border-bottom:1px solid #e0e0e0;
}
@media (max-width: 992px)  { 
	.detil-new-cont .detil-t{
		font-size: 18px;
	}
}
.detil-new-cont .detil-t div{
	display:inline-block;
	border-bottom:1px solid #0568b0;
}
.detil-comm{
	padding-top: 19px;
	border-top: 1px solid #cccccc;
	margin-bottom: 19px;
}
.detil-comm .detil-comm-pic{
	float: left;
	width: 55px;
	height: 55px;
	margin-right: 20px;
}
@media (max-width: 992px)  { 
	.detil-comm .detil-comm-pic{
		width: 46px;
		height: 46px;
		margin-right: 10px;
	}
}
.detil-comm .detil-comm-pic img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.detil-comm .name{
	margin-bottom: 5px;
	font-size: 16px;
}
@media (max-width: 992px)  { 
	.detil-comm .name{
		font-size: 14px;
	}
}
.detil-comm .detil-comm-item {
    overflow: hidden;
	display: block;
    width: auto;
}
.detil-comm .cont{
	margin-bottom: 7px;
    word-wrap: break-word;
	font-size: 16px;
	color: #666;
}
@media (max-width: 992px)  { 
	.detil-comm .cont{
		font-size: 14px;
	}
}
.detil-comm .bot{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #666666;
}
@media (max-width: 992px)  { 
	.detil-comm .bot{
		font-size: 14px;
	}
}
.detil-comm .bot .user-l{
	float: left;
}
.detil-comm .bot .u-r-act{
	display: inline;
	float: right;
}
.detil-comm .bot .user-r{
	float: right;
	margin-left: 22px;
}
@media (max-width: 992px)  { 
	.detil-comm .bot .user-r{
		margin-left: 10px;
	}
}
.detil-comm .bot .user-r>a>i{
	margin-right: 6px;
	color: #666666;
}
@media (max-width: 992px)  { 
	.detil-comm .bot .user-r>a>i{
		margin-right: 3px;
		color: #666666;
	}
}
.active{
	color:red;
}
.detil-comm .bot .user-r>a,.detil-comm .bot .user-r>span>a{
	color: #666666;
}
.detil-comm .bot .user-r.active>a,
.detil-comm .bot .user-r.active>span>a,
.detil-comm .bot .user-r.active>a>i,
.detil-comm .bot .user-r:hover>a,
.detil-comm .bot .user-r:hover>span>a,
.detil-comm .bot .user-r:hover>a>i{
	color: #029bdf;
}
.noComm{
	height: 54px;
    line-height: 54px;
    font-size: 16px;
}

/* 发表评论 */
.publish{
	margin-bottom: 33px;
}
@media (max-width: 992px)  { 
	.publish{
		margin-bottom: 20px;
	}
}
.publish .prompt{
	margin-bottom: 15px;
	font-size: 18px;
}
.publish .prompt>span{
	font-family:'microsoft yahei';
}
.publish .area{
	width: 100%;
	height: 172px;
	border:2px solid #f2f2f2;
	padding:18px 25px;
	font-family:'microsoft yahei';
	margin-bottom: 13px;
	outline:none;
}
@media (max-width: 992px)  { 
	.publish .area{
		height: 150px;
		padding: 10px;
	}
}
.publish .commit .com{
	background-color: #28abcc;
	width: 155px;
	height: 38px;
	color: #fff;;
	font-family:'microsoft yahei';
	border:none;
	outline:none;
}
@media (max-width: 992px)  { 
	.publish .commit .com{
		width: 120px;
		height: 38px;
	}
}
.publish .commit .item{
	position: relative;
	float: right;
	margin-left: 10px;
	height: 38px;
	color: #666666;
}
.publish .commit .item i{
	width: 26px;
	text-align: center;
	font-size: 20px;
	line-height: 38px;
}
.publish .commit .item:hover i{
	color: #029bdf;
    cursor: pointer;
}
.share{
	display: none;
	position: absolute;
    right: -2px;
    bottom: -42px;
    z-index: 100;
    -webkit-box-shadow: 0 -2px 10px #aaa; 
       -moz-box-shadow: 0 -2px 10px #aaa;
            box-shadow: 0 -2px 10px #aaa;
	width: 120px;
	height: 42px;
	background-color: #fff;
}
.share:before {
	content: "";
	position: absolute;
    top: -12px;
	right: 8px;
    border-width: 6px 8px;
	border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.publish .commit .item:hover .share{
	display: block;
}
.social-share .social-share-icon {
	float: left;
}
@media (max-width: 992px)  { 
	.share{
		width: 80px;
	}
	.share .social-share-icon.icon-wechat{
		display: none;
	}
}



/* 浮动二维码  */
.qr-code {
	position: fixed;
	bottom: 30%;
	right: 2%;
	z-index: 100;
}

.dis-float{
	 width:32px;
	 float:right;
	 background-color: rgba(255, 255, 255, 0.4);
}
.flo{
	height:40px;
}
.m{
	background:url(../images/m.png) no-repeat center center;
	cursor: pointer;
}
.b{
	background:url(../images/b.png) no-repeat center center;
	cursor: pointer;
}
.p{
	background:url(../images/p.png) no-repeat center center;
	cursor: pointer;
}
.c{
	background:url(../images/c.png) no-repeat center center;
	cursor: pointer;
}
.code-m{
	background:url(../images/m-code.png) no-repeat top;
	height:91px;
}
.code-b{
	background:url(../images/b-code.png) no-repeat top;
	height:91px;
}
.code-p{
	 
	height:91px;
}
.code-float{
	 display:none;
	 height:144px;
	 width:116px;
	 float:right;
	 padding:16px 10px 0 10px;
	 margin-top: 4px;
	 margin-right: 6px;
	 border:1px solid #e5e5e5;
	 border-radius:7px;
	 background-color:#fff;
}
.top-code{
	 text-align:center;margin-top:6px;
}
/* 分页 */
.page {
	text-align: center;
}
/* 分页插件重写 */
.whj_jqueryPaginationCss-1 .whj_border {
	line-height: 20px;
}
.whj_jqueryPaginationCss-1 .whj_border.whj_color {
	height: 24px;
}
.whj_jqueryPaginationCss-1 .whj_padding.whj_color {
	margin: 3px;
    height: 22px;
	line-height: 20px;
}

/**
 * 整理
 ********************************************************************/


