﻿.con_bg {
    max-width: 100%;
    background: transparent url("../images/con_bg.png") repeat-x scroll center center;
    text-align: center;
}
.position{
	color:#aaa;
	margin:20px 0;

}
.position span {
	color:#aaa;
}
.position a {
	color:#aaa;
}
.position a:hover{
	color:#888;
	text-decoration: none;
}
.list_cont{
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
	padding-bottom:20px;
}
.c-title {
    font-size: 20px;
    padding-bottom: 20px;
}
.c-title a {
    color: #666;
}
.c-title a:hover {
    color: #888;
    text-decoration: none;
}

.brief {
	line-height: 28px
}
.brief p {
   color: #666;
   font-size:16px;
}

.list_pic {
	padding-top: 5px;
}

@media (max-width:767px){
.list_pic img{
	width:300px;
	height:auto;
}
}
.list_pic img{
	width:500px;
	height:auto;
	padding-left:2em;
}

.c-footer {
	color: #8b8b8b;
	padding-top: 15px;
	padding-bottom: 35px;
	height: 20px;
	line-height: 20px
}
 .c-footer a {
	color: #888;
}

.list_time {
    float: left;
    width: auto;
	padding-top:5px;
	padding-right:5px;
	font-size:14px;
}
.list_time span {
    margin-right: 10px;
}
.list_tags {
	float: left;
	width: auto;
	height: 20px;
	padding-top:5px;
	padding-right:5px;
	font-size:14px;
}
.list_tags span {
    margin-right: 10px;
	padding-top:5px;
}
.list_share {
    float: left;
    width: auto;
	font-size:14px;
}


/** list_sidebar **/

.list_sidebar{
	height:auto;
}
.hot-red {
    border-bottom: 1px solid #dadada;
	padding:5px;
	width:100%;
	height:auto;
}
.hot-red_tit {
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    border-left: 5px solid #C40606;
	color:#666;
}
.hot-red_cont{
    width:100%;
	min-height:110px;
	position: relative;
    border-bottom: 1px dotted #dbdbdb;
}
.hot-red_cont_tit{
    padding-top:10px;
	width:100%;
	height:auto;
}
.hot-red_cont_tit a{
	font-size: 16px;
	color:#666;
}
.hot-red_cont_tit a:hover{
	color:#B10000;
	text-decoration: none;
}
.hot-red_img{
   width:30%;
}
.hot-red_img img{
   width:100%;
   max-height:60px;
}
.hot-red_bref{
   padding:10px;
   width:70%;
   font-size:12px;
   color:#666;
}
.hot-red_img,.hot-red_bref{
   float:left;
   padding-top:10px;
}

/** tags **/
.sidebar-tag{
    border-bottom: 1px solid #dadada;
	padding:40px 5px 5px 5px;
	width:100%;
	height:auto;
}
.sidebar-tag_tit {
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    border-left: 5px solid #C40606;
	color:#666;
}
.tag-content {
    padding-top: 20px;
}
.tag-content a {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    background-color: #C40606;
    margin: 0 10px 10px 0;
    white-space: nowrap;
}
.tag-content a:hover {
    color:#FFF;
	text-decoration: none;
	opacity:0.8;
}


/** show **/
.mainText {
    margin-top: 20px;
    width: 100%;
}
.mainText h1 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    line-height: 30px;
}
.textWrap {
    border-top: 1px solid #f2f2f2;
    font-size: 15px;
    margin: 15px 15px 0 0;
	padding:15px 0 0 0;
}
.textWrap p {
    line-height: 26px;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 15px;
    color: #666;
}
.mainText img {
    /**/min-width: 500px;
	width:100%;
    height: auto;
	padding-top:10px;
}

.textWrap table {
    margin-left:30px;
}

.textWrap table tbody{
    border: 1px solid #ddd;
}

.textWrap table tbody tr{
    border-bottom: 1px solid #ddd;
	line-height:34px;
}
.textWrap table tbody tr td{
    padding-left:12px;
    border-right: 1px solid #ddd;
}

.textWrap strong {
    font-size:18px;
	color:#333;
}
@media (max-width:767px) {
.mainTex img {
	width:260px;
	height:145px;
}
}

@media (max-width:991px) {
.list_time,.list_share {
	width:auto;
}
}

.share-atr {
    overflow: hidden;
    margin-top: 40px;
    font-size: 14px;
    color: #2b2b2b;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    line-height: 28px;
    position: relative;
}
.articlePre {
    height: auto;
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    line-height: 60px;
}

@media (max-width:768px) {
 .articlePre {
    display:none;
 }
}

.previous_post_link {
    width: 100%;
}
.previous_post_link a:hover{
    color: #888;
}
.PreLeft {
    padding-left:15px;
    float: left;
    height: 60px;
    width: 50%;
    background: url('../images/left.png') 0px 25px no-repeat;
    border-right: 1px solid #e4e4e4;
}
.PreLeft span {
    display: block;
    height: 60px;
    width: 65px;
    padding-right: 5px;
    text-align: center;
    color: #666;
    float: right;
}
.PreLeft a {
    display: block;
    height: 60px;
    width: 220px;
    padding-right: 5px;
    text-align: left;
    color: #666;
    float: right;
}

.PreRight {
    float: left;
    height: 60px;
    width: 50%;
    background: url('../images/right.png') right 25px no-repeat;
}
.PreRight span {
    display: block;
    height: 60px;
    width: 65px;
    padding: 0 0 0 5px;
    text-align: center;
    color: #666;
    float: left;
}
.PreRight a {
    display: block;
    height: 60px;
    width: 220px;
    padding: 0 0 0 5px;
    text-align: left;
    color: #666;
    float: left;
}

.zxy-news-b {
    width:100%;
	height:105px;
}
.s-fa-1 img {
    width:120px;
}
.s-fa-1 h4 {
    color:#666;
	font-size:14px;
}
.zxy-sidebar-fa ul li {
    width: 131px;
    float: left;
}
.zxy-sidebar-fa ul{
     padding:10px 0;
}
.sidebar-tit span {
    padding: 0 5px;
    border-left: 4px solid #c22b3c;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
}
.sidebar-tit h3 {
    font-size: 20px;
    display: inline-block;
    color: #666;
    padding: 10px 0;
    margin: 0;
}
.zxy-sidebar-cp {
    margin:0 auto;
	width:auto;
	height:auto;
	position: relative;
}
.sidabar-ad img {
    padding:10px 0;
}
.zxy-fa-box {
    width:175px;
	height:auto;
	text-align:center;
	float:left;
}
.zxy-fa-box h4{
    line-height: 28px;
    padding: 5px 15px;
    font-size: 14px;
}
.b-lf {
	margin-right:5px;
}
.b-ri {
	margin-left:5px;
}

.list_page{text-align:center;margin:10px;display:block;}
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#fff;}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}