@import url(zhang.css);
.m-lf {
    width: 870px;
}

.m-rt {
    width: 310px;
}


.m-hot-text a {
    width: 191px;
}

.m-hot-f:after {
    left: 10px;
}

.m-slider {
    position: fixed;
    width: 120px;
    box-sizing: border-box;
    z-index: 10;
}
.m-adve img{max-width: 100%;}
.m-adve a{
    height: auto;
}


.m-slider li {
    font-size: 14px;
    color: #666;
    line-height: 20px;
}

.m-slider li a {
    /*float: none; !important;*/
    /*font-size: 14px; !important;*/
    /*padding-left: 0; !important;*/
    /*background: none; !important;*/
    color: #666;
    display: inline-block;
    height: 26px;
    transition: all .3s ease;
    vertical-align: bottom;
    cursor: pointer;
}

.m-s-hd {
    padding: 0 14px;
    background: #fff;
    border: 1px solid #EBEBEB;
}

.m-s-hd li {
    padding: 10px 0;
    cursor: pointer;
    /*border-bottom: 1px solid #E1E0E1;*/
}

.m-s-hd li i {
    padding-right: 17px;
    margin-right: 5px;
}

.m-s-hd .m-s-num {
    border-bottom: 1px solid #E1E0E1;
}

.m-s-hd .m-s-num i {
    background: url(../images/icon/ll.svg) no-repeat left center;
}

.m-s-hd .m-s-pl i {
    background: url(../images/icon/pl.svg) no-repeat left center;
}

.m-s-hd .m-s-sc {
    cursor: pointer;
    border-bottom: 0;
    transition: all .3s ease;
}

.m-s-hd .m-s-sc i {
    background: url(../images/icon/sc.svg) no-repeat left center;
}

.m-s-hd .m-s-sc.show {
    color: #E9C21D;
}

.m-s-hd .m-s-sc.show i {
    background: url(../images/icon/sc-2.svg) no-repeat left center;
}

.m-s-shear {
    padding-left: 14px;
    margin-top: 10px;
    background: #fff;
    border: 1px solid #EBEBEB;
}

.m-s-shear li {
    position: relative;
    margin-bottom: 20px;
    line-height: 26px;
}

.m-s-box {
    position: absolute;
    top: 50%;
    left: -140px;
    padding: 7px 10px;
    width: 249px;
    height: 108px;
    opacity: 0;
    background: #fff;
    transform: translate(100%, -50%);
    visibility: hidden;
    box-sizing: border-box;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.20);
}

.m-s-box:after {
    content: ' ';
    position: absolute;
    top: 50%;
    left: -14px;
    width: 14px;
    height: 23px;
    background: url(../images/icon/m-s-box.svg) no-repeat center;
    transform: translatey(-50%);
}

.m-s-shear li:hover .m-s-box {
    opacity: 1;
    left: -160px;
    visibility: visible;
    transition: all .3s ease;
}

.output {
    width: 94px;
    height: 94px;
    overflow: hidden;
}

.output-text {
    width: 120px;
    font-size: 12px;
    color: #333333;
    text-align: justify;
    margin-top: 9px;
    line-height: 24px;
}

.m-s-fx {
    padding: 5px 0;
    border-bottom: 1px solid #EBEBEB;
}

.m-s-shear li i {
    display: inline-block;
    padding: 13px;
    margin-right: 5px;
    transition: all .3s ease;
    vertical-align: middle;
}

.m-s-shear .m-s-fx {
    margin-right: 14px;
    color: #9B9B9B;
}

.m-s-wx i {
     background: url(../images/icon/wx-2.svg) no-repeat left center; background-size: 100% auto;
}

.m-s-wx:hover i {
   
}

.m-s-shear .m-s-wx a:hover {
    color: #7CBB00;
}

.m-s-kj i {
    background: url(../images/icon/kj-2.svg) no-repeat left center;
}

.m-s-kj:hover i {
  
}

.m-s-shear .m-s-kj a:hover {
    color: #00A5E3;
}

.m-s-wb i {
  background: url(../images/icon/wb-2.svg) no-repeat left center;
}

.m-s-wb:hover i {
    
}

.m-s-shear .m-s-wb a:hover {
    color: #C60018;
}

.m-s-twitter i {
    background: url(../images/icon/twitter.svg) no-repeat left center;
}

.m-s-twitter:hover i {
    background: url(../images/icon/twitter-2.svg) no-repeat left center;
}

.m-s-shear .m-s-twitter a:hover {
    color: #1DA1F2;
}

.m-s-facebook i {
    background: url(../images/icon/facebook.svg) no-repeat left center;
}

.m-s-facebook:hover i {
    background: url(../images/icon/facebook-2.svg) no-repeat left center;
}

.m-s-shear .m-s-facebook a:hover {
    color: #3C599A;
}

.m-infor {
    width: 730px;
}

.m-i-article {
    padding: 0 29px 55px;
    background: #fff;
    border: 1px solid #EBEBEB;
}

.m-i-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: bolder;
    color: #333;
    padding: 34px 0 14px;
}

.m-i-type {
    font-size: 12px;
    line-height: 12px;
    color: #9B9B9B;
    padding-bottom: 13px;
    margin-bottom: 6px;
    border-bottom: 1px dashed #E0E0E0;
}

.m-i-type p.lf {
    margin-right: 9px;
}

.m-i-type span {
    display: inline-block;
}

.m-i-type i {
    display: inline-block;
    height: 12px;
    margin-right: 6px;
    vertical-align: bottom;
}

.m-i-type-timer i {
    width: 12px;
	float: left;
	margin-top: 6px;
    background: url(../images/icon/timer.svg) no-repeat center;
}

.m-i-type-label i {
    width: 10px;
    background: url(../images/icon/label.svg) no-repeat center;
}

.m-i-bd {
    padding-bottom: 23px;  
    border-bottom: 1px solid #EBEBEB;
    color: #333;
    word-break: break-all;
    text-align: justify;
}
.czuo{ float:right;}
.czuo a{ color:#999;}.czuo a:hover{ color:#3CF;}
.m-i-bd ,.m-i-bd *{font-size:16px;line-height: 36px;}
.m-zhang .source-info{ width:100%; float:left;  font-size:12px;  color: #555;}
.m-zhang p{ margin-top:8px; margin-bottom:8px;}

/*文章声明*/
.sm_box{ text-align:left; line-height:20px; font-size:12px; color:#666;}

.m-i-bd img {
    max-width: 100%;
    margin-bottom: 15px;
}

/*.m-i-remarks {*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    /*color: #4A4A4A;*/
    /*margin: 15px 0 18px;*/
/*}*/
.m-i-to{
    padding-left: 21px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-top: 14px;
    background: url(../images/icon/m-i-to.svg) no-repeat left center;
}
.m-i-to a {
    color:#1892d4;
}
.m-i-to a:hover{
    text-decoration: underline;
}
.m-i-gzh{
    font-size: 14px;
    color: #666;
    margin-top: 14px;
    line-height: 24px;
}
.m-i-page{
    margin-top: 16px;
}
.m-i-page p {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #B2B2B2;
    padding-left: 8px;
    transition: all .3s ease;
}

.m-i-page p a {
    color: #B2B2B2;
}

/*.m-i-page p:hover {*/
/*color: #1892d4;*/
/*}*/
.m-i-page p:hover a {
    color: #1892d4;
    text-decoration: underline;
}

.m-i-page p i {
    position: absolute;
    left: 2px;
    top: 7px;
    width: 2px;
    height: 2px;
    background: #B2B2B2;
}

.m-i-page p:hover i {
    background: #1892d4;
}

.m-about {
    padding: 0 19px 14px;
    background: #fff;
    border: 1px solid #EBEBEB;
}

.m-about-tt {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    padding: 24px 0 5px;
}

.m-about-tt i {
    padding: 0 10px;
    margin-right: 6px;
    background: url(../images/icon/about.svg) no-repeat center;
}

.m-about li {
    border-bottom: 1px solid #EBEBEB;
}

.m-about li:last-child {
    border-bottom: 0;
}

.m-about li p a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #666;
    line-height:18px;
    padding: 14px 0 13px 15px;
    transition: all .3s ease;
}


.m-about li p:hover a {
    color: #1892d4;
    text-decoration: underline;
}

.m-about li p a:before {
    content: ' ';
    position: absolute;
    top: 23px;
    left: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translatey(-50%);
    background: #50c6e1;
}.m-adve {
    margin:   0;
}
.m-i-adv{
    margin-top: 10px;
}
.m-i-adv img{
    width: 100%;
}
.m-i-message {
    margin-top: 10px;
    padding: 0 29px 19px;
    border: 1px solid #EBEBEB;
    background: #fff;
}

.m-i-message-tt {
    padding-top: 35px;
    margin-bottom: 15px;
    line-height: 18px;
}

.m-i-message-tt i {
    margin-right: 6px;
    padding-right: 17px;
    background: url(../images/icon/message.svg) no-repeat center;

}

.m-i-message-textarea {
    position: relative;
    font-size: 14px;
    color: #9B9B9B;
}

.m-i-message-textarea textarea {
    width: 100%;
    height: 130px;
    padding: 14px 15px;
    background: #FAFAFA;
    border: 1px solid #EBEBEB;
    border-radius: 2px;
    box-sizing: border-box;
    vertical-align: top;
}

.m-i-message-textarea textarea:focus {
    border: 1px solid #1892d4;
}

.m-i-message-textarea span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.m-i-message-textarea span.hide {
    display: none;
}

.m-i-message-textarea span a {
    color: #1892d4;
}

.m-i-message-textarea span a:hover {
    text-decoration: underline;
}

.m-i-message-post {
    font-size: 14px;
    color: #494F55;
    line-height: 26px;
    margin: 9px 0 8px;
}

.m-i-message-post .rt {
    width: 60px;
    color: #1892d4;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #1892d4;
    transition: all .3s ease;
    cursor: pointer;
}

.m-i-message-post .rt.show {
    background: #1892d4;
    color: #fff;
}

.m-i-message-post .rt.show:hover {
    background: #315EE4;
}

.m-i-message-list > ul > li {
    padding: 14px 0;
    border-bottom: 1px solid #EBEBEB;
}

.m-i-message-list > ul > li:last-child {
    padding-bottom: 0;
    border: 0;
}

.m-i-message-list li:after {
    content: ' ';
    display: block;
    clear: both;
}

.m-i-message-photo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.m-i-message-photo img {
    width: 100%;
}

.m-i-message-text {
    font-size: 14px;
    line-height: 14px;
    width: 623px;
    color: #333;
    margin-left: 12px;
}

.m-i-message-name {
    color: #000;
    margin-bottom: 15px;
}

.m-i-message-name span {
    font-weight: bold;
}

.m-i-message-infor {
    line-height: 24px;
}

.m-i-message-type {
    margin-top: 15px;
}

.m-i-message-time {
    font-size: 12px;
    line-height: 12px;
    color: #9B9B9B;
}

.m-i-message-hf,
.m-i-message-dz {
    font-size: 12px;
    line-height: 14px;
    color: #9B9B9B;
    display: inline-block;
    margin-left: 19px;
    cursor: pointer;
    transition: all .3s ease;
}

.m-i-message-hf i {
    margin-right: 5px;
    padding-right: 12px;
    background: url(../images/icon/hf.svg) no-repeat center;
}

.m-i-message-hf:hover {
    color: #1892d4;
}

.m-i-message-hf:hover i {
    background: url(../images/icon/hf.svg) no-repeat center;
}

.m-i-message-dz i {
    margin-right: 5px;
    padding-right: 13px;
    background: url(../images/icon/dz.svg) no-repeat center;
    transition: all .3s ease;
}

.m-i-message-dz:hover,
.m-i-message-dz.show {
    color: #1892d4;
}

.m-i-message-dz:hover i,
.m-i-message-dz.show i {
    background: url(../images/icon/dz-h.svg) no-repeat center;
}

.m-i-message-ipt {
    width: 100%;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .3s ease;
}

.m-i-message-ipt.show {
    height: 155px;
}

.m-i-message-wbk {
    position: relative;
    margin-top: 14px;
}

.m-i-message-wbk textarea {
    width: 100%;
    height: 108px;
    line-height: 22px;
    font-size: 14px;
    padding: 8px 10px;
    text-align: justify;
    border: 1px solid #1892d4;
    box-sizing: border-box;
    color: #333333;
    background: #fff;
    transition: all .3s ease;
    overflow: hidden;
}

.m-i-message-wbk:after {
    content: ' ';
    position: absolute;
    right: 78px;
    top: -6px;
    width: 12px;
    height: 8px;
    background: url(../images/icon/hf-line.svg) no-repeat center;
}

.m-i-message-btn {
    font-size: 12px;
    color: #9B9B9B;
}

.m-i-message-btn {
    text-align: right;
    line-height: 22px;
    margin-top: 10px;
    cursor: pointer;
}

.m-i-message-fb {
    display: inline-block;
    width: 40px;
    color: #fff;
    text-align: center;
    margin-left: 9px;
    background: #1892d4;
    border-radius: 2px;
    transition: all .3s ease;
}

.m-i-message-fb:hover {
    background: #315EE4;
}

.m-i-message-qx:hover {
    color: #1892d4;
}

.m-i-message-box {
    padding: 21px 22px 21px 19px;
    background: #F5F5F5;
    margin-top: 9px;
}

.m-i-message-box li:not(:first-child) {
    margin-top: 22px;
}

.m-i-message-box .m-i-message-name {
    margin-bottom: 10px;
}

.m-i-message-box .m-i-message-infor {
    position: relative;
    font-size: 13px;
    margin-top: 10px;
}

.m-i-message-t {
    width: 400px;
}

.m-i-message-pos {
    position: absolute;
    bottom: 0;
    right: 0;
}

.m-i-message-open a {
    display: inline-block;
    font-size: 13px;
    color: #1892d4;
    line-height: 14px;
    margin-top: 10px;
}

.m-i-more a {
    display: block;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #2D50A9;
    margin-top: 10px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.m-i-more a:hover {
    background: #F9FAFD;
}

.writing-tt {
    font-size: 20px;
    color: #333;
    line-height: 24px;
    padding: 17px 20px;
    margin-bottom: 3px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
}

.writing-tt img {
    margin-right: 8px;
}

.writing-tt a{
	float: right;
    font-size: 13px;
    color: #1892d4;
    border: 1px solid #1892d4;
    border-radius: 15px;
    padding: 2px 15px;
    box-sizing: border-box;
    margin-top: -3px;
}
  

.author {
    padding: 25px 0 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #EBEBEB;
}

.author-phone {
    position: relative;
    width: 148px;
    height: 148px;
    border-radius: 50%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 6px solid #ECECEC;
}

.author-phone p {
    width: 130px;
    height: 130px;
    margin: 3px;
    border-radius: 50%;
    overflow: hidden;
}
.author-icon{
    position: absolute;
    bottom: -1px;
    right: 13px;
    width: 28px;
    height: 28px;
    background: url(../images/icon/columnist-icon-home.svg) no-repeat center;
}
.author-phone img {
    width: 100%;
}

.author-name {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 20px;
    width: 250px;
    margin: 18px auto 7px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.author-profile {
    position: relative;
    width: 250px;
    color: #666666;
    font-size: 13px;
    margin-left: 29px;
    text-align: center;
    word-break: break-all;
}
.author-profile-edit{
    width: 250px;
    color: #666666;
    font-size: 13px;
    line-height: 22px;
    margin-left: 34px;
    text-align: center;
    padding-left: 10px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid transparent;
}
.author-profile-edit:hover,
.author-profile-edit.show {
    border-color: #E0E0E0;
}
.author-profile-edit b{
    word-break: break-all;
}
.author-profile-edit span {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 7px;
    margin-top: -5px;
    vertical-align: middle;
    background: url(../images/icon/writing-profile.svg) no-repeat center;
    cursor: pointer;
}

.author-profile-edit input {
    width: 203px;
    border: 0;
    background: transparent;
    box-sizing: border-box;
    line-height: 22px;
}

.author-record {
    width: 270px;
    padding: 8px 0;
    margin: 18px auto 0;
    border-top: 1px solid #EBEBEB;
}

.author-record p {
    margin-top: 9px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.author-record p img {
    margin-right: 8px;
    vertical-align: middle;
}

.author-record p span {
    font-size: 16px;
}

.author-more {
    width: 270px;
    font-size: 14px;
    color: #1892d4;
    line-height: 33px;
    text-align: center;
    margin: 26px auto 12px;
    border: 1px solid #1892d4;
}
.author-more  a{
    color: #1892d4;
    display: block;
}

/*文章底部标签*/
.biaoqian { width:100%; float:left;}
.ptg{ width:100%; margin-top:5px;  float:left;}

.ptg a{ font-size:14px; border:#ececec solid 1px; padding:3px 5px; }
.ptg a:hover{ border:#52a0eb solid 1px;  color:#52a0eb;}
.ptg span{ font-size:14px; color:#666;}
.pcxiangguan{
	width: 100%;
	background:#fff;
	border: 1px solid #ececec;	
	padding: 10px 0 0px;;
	margin-top: 10px;
}
.pcxiangguan dl{
	width: 42%;
	float: left;
	height: 90px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.pcxiangguan dl dd.m{
	float: left;
	margin-right: 10px;
	height: auto;
}
.pcxiangguan dl dd{
	height: 40px;
	line-height: 20px;	
	overflow: hidden;
	text-overflow:ellipsis;
	color: #666;
}
.pcxiangguan dl dt{
}
.pcxiangguan .m-hot-tt{
	margin-left: 30px;
	margin-bottom: 20px;
}


#erweima img{
	width: 250px;
	height: 250px;
}



