@charset "utf-8";
a {
    color: #5d5d5d;
}

a:hover {
    color: #408ed6;
}

header#header2 {}

#topNav {
    width: 100%;
    border-top: 2px solid #2071af;
    border-bottom: 1px solid #dedede;
    height: 35px;
}

#topNav .topBar {
    width: 1000px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 12px;
    color: #5C5C5C;
}

#topNav a {
    color: #5C5C5C;
    padding: 3px 8px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#topNav a:hover {
    text-decoration: none;
    background: #8cbbe6;
    color: #fff;
}

#topNav .topColumn {
    float: left;
}

#topNav .topColumn li {
    float: left;
}

#topNav .moreColumn {
    position: relative;
    float: left;
    width: 60px;
    height: 35px;
    line-height: 35px;
    text-indent: 10px;
    cursor: pointer;
    background: url(../images/arrow.gif) no-repeat 38px -2px;
    border-style: solid;
    border-color: #fff;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 0px 1px;
}

#topNav .moreColumn:hover {
    background: url(../images/arrow.gif) no-repeat 38px -42px;
    border-color: #E8E8E8;
}

#topNav .moreColumn ul {
    position: absolute;
    display: none;
    border: 1px solid #E8E8E8;
    width: 60px;
    z-index: 100;
    left: -1px;
    background: #fff;
}

#topNav .moreColumn li {
    line-height: 24px;
    text-indent: 0px;
    text-align: center;
}

#topNav .moreColumn li a {
    padding: 5px 17px;
}

#topNav .moreColumn:hover ul {
    display: block;
}

#topNav .login {
    float: right;
}

#topNav .login a {}

#topAD {
    width: 1000px;
    margin: 10px auto;
}

#branding {
    width: 1000px;
    margin: 10px auto;
    height: 60px;
}

#branding .logo {
    float: left;
}


/*ss_nav*/

.ssForm {
    float: right;
    border: 1px solid #dedede;
    height: 26px;
}

.ss_nav_text {
    display: block;
    height: 24px;
    line-height: 22px;
    text-indent: 5px;
    border: 0;
    font-size: 12px;
}

.ss_nav_boxa {
    float: left;
    font-size: 12px;
}

.ss_nav_boxa a.a1 {
    width: 50px;
    border-right: 1px solid #dedede;
    display: block;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    background: url(../images/arrow.gif) no-repeat 46px -6px;
    padding-left: 12px;
    color: #575757;
}

.ss_nav_ul {
    position: absolute;
    display: none;
    width: 62px;
    border: 1px solid #dedede;
    margin-left: -1px;
    border-top: none;
    z-index: 1000;
    background: #fff;
    text-align: left;
    text-indent: 12px;
}

.ss_nav_ul a {
    display: block;
    width: 62px;
    height: 30px;
    line-height: 30px;
    color: #575757;
    text-decoration: none;
}

.ss_nav_ul a:hover {
    background: #8cbbe6;
    color: #fff;
}

.ss_nav_boxa:hover .ss_nav_ul {
    display: block;
}

.ss_nav_btn {
    background: url(../images/ss.gif) no-repeat;
    border: none;
    width: 28px;
    height: 34px;
    cursor: pointer;
    margin-top: 0px;
}


/*ss_nav end*/


/*白色导航*/

#nava {
    width: 1000px;
    margin: 10px auto;
    height: 37px;
    border-top: 3px solid #2071af;
    border-bottom: 1px solid #E8E8E8;
    background: url(../images/line1.jpg) no-repeat left;
}

#nava li {
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 10%;
    border-bottom: 1px solid #dedede;
    background: url(../images/line1.jpg) no-repeat right #FFF;
}

#nava li a {
    display: block;
    width: 100%;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#nava li a:hover {
    background: #408ed6;
    color: #fff;
    text-decoration: none;
}

#nava .a1 {
    background: #408ed6;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}


/*蓝色导航*/

#navb {
    width: 1000px;
    margin: 10px auto;
    height: 37px;
    border-top: 3px solid #2071af;
    border-bottom: 1px solid #E8E8E8;
    background: url(../images/line1.jpg) no-repeat left;
}

#navb li {
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 10%;
    border-bottom: 1px solid #dedede;
    background: url(../images/line2.jpg) no-repeat right #408ed6;
}

#navb li a {
    display: block;
    width: 100%;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#navb li a:hover {
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

#navb .a1 {
    background-image: none;
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}


/*专栏短*/

#navZL {
    width: 100%;
    margin: 0 0 10px 0;
    height: 37px;
    border-top: 3px solid #2071af;
    border-right: 1px solid #2071af;
    border-bottom: 1px solid #E8E8E8;
    border-left: 1px solid #2071af;
    background: url(../images/line1.jpg) no-repeat left;
}

#navZL li {
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    width: 25%;
    border-bottom: 1px solid #dedede;
    background: url(../images/line2.jpg) no-repeat right #408ed6;
}

#navZL li a {
    display: block;
    width: 100%;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

#navZL li a:hover {
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

#navZL .a1 {
    width: 25%;
    background-image: none;
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

#navZL .a1 a {
    color: #333;
}


/* #navZL h3 { color:#FFF; }*/


/* 22/11/2016 短专栏新增样式 */

.navZL_new {
    width: 100%;
    margin: 0 0 10px 0;
    height: 37px;
    border-top: 3px solid #2071af !important;
    border-right: 1px solid #2071af !important;
    border-bottom: 1px solid #E8E8E8 !important;
    border-left: 1px solid #2071af !important;
    background: url(../images/line1.jpg) no-repeat left;
}

.navZL_new li {
    float: left;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    border-bottom: 1px solid #dedede;
    background: url(../images/line2.jpg) no-repeat right #408ed6;
}

.navZL_new li a {
    display: block;
    width: 100%;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.navZL_new li a {
    display: block;
    width: 100%;
    color: #fff;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.navZL_new li a:hover {
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
}

.navZL_new .a1 {
    background-image: none;
    background: url(../images/line1.jpg) no-repeat left #fff;
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.navZL_new .a1 a {
    color: #333;
}

.wp25 li {
    width: 25%;
}

.wp33 li {
    width: 33.33%;
}

#location {
    width: 100%;
    max-width: 1000px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    background: #EEE;
    height: 30px;
    text-indent: 5px;
}

#location_new {
    width: 100% !important;
    line-height: 30px;
    font-size: 12px;
    height: 30px;
    text-indent: 5px;
}

#location a {
    color: #666;
}

#location a:hover {
    color: #408ed6;
}

#location i {
    color: #CCC;
    margin-right: 3px;
    font-size: 16px;
}

#location a:hover i {
    color: #408ed6;
}

#location span {
    margin: 0 5px;
    font-family: Arial;
    color: #ccc;
}

#mainBody {
    width: 1000px;
    margin: 10px auto;
    /*background:url(../images/line1.jpg) repeat-y 140px ;*/
}

#mainM {}

#mainRight {}

#mainLeft {}


/*列表*/

.lists {
    border-top: 3px solid #dedede;
}

.lists ul {}

.lists li {
    position: relative;
    border-bottom: 1px dotted #dedede;
}

.lists li em {}

.lists li em a {
    color: #000;
    display: block;
}

.lists li em a:hover {
    color: #408ed6;
}

.lists li p {
    color: #818181;
    line-height: 22px;
}

.lists li p span {
    margin: 0 20px 0 0;
}

.lists li p .time {
    float: right;
}


/*文字列表*/

.txtList li {
    padding: 5px 15px;
    display: inline-block;
}

.txtList li em {
    display: inline-block;
    font: 16px/30px "微软雅黑", "simhei";
    margin: 8px 0px 8px 0;
}

.txtList li:hover {
    background: #f2f2f2;
}

.i-excel {
    background: url(../images/i-excel.png) no-repeat left center;
    text-indent: 20px;
}

.i-pdf {
    background: url(../images/i-pdf.png) no-repeat left center;
    text-indent: 20px;
}

.i-word {
    background: url(../images/i-word.png) no-repeat left center;
    text-indent: 20px;
}

.i-ppt {
    background: url(../images/i-ppt.png) no-repeat left center;
    text-indent: 20px;
}

.i-flash {
    background: url(../images/i-flash.png) no-repeat left center;
    text-indent: 20px;
}

.i-no {
    background: url(../images/i-no.png) no-repeat left center;
    text-indent: 20px;
}


/*翻页*/

.fany a:hover {
    background: #5cb0e1;
    text-decoration: none;
    color: #fff;
    border: 1px solid #5cb0e1;
}

.fany .a1 {
    display: inline-block;
    height: 30px;
    background: #FFF;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 3px;
    margin: 5px;
    padding: 0 5px;
    background: #5cb0e1;
    text-decoration: none;
    color: #fff;
    border: 1px solid #5cb0e1;
}


/*分享*/

.shicons {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icons.png) no-repeat 0 0px;
    cursor: pointer;
}

.share {
    position: absolute;
    display: none;
    border: 1px solid #ccc;
    text-align: center;
    padding: 0px;
    font-size: 12px;
    background: #fff;
    z-index: 1000;
    *margin-left: -16px;
}

.share li {
    line-height: 16px;
    margin: 5px 0;
    *margin: 4px 0;
}

.share li a {
    display: block;
    padding: 5px 5px;
}

.share li a:hover {
    text-decoration: none;
    background: #5cb0e1;
    color: #fff;
}

.icons1 {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/icons.png) no-repeat 0 0px;
    cursor: pointer;
}

.icons1:hover {
    background: url(../images/icons.png) no-repeat 0 -16px;
}

.icons2 {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/icons.png) no-repeat 0 -80px;
}

.icons3 {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/icons.png) no-repeat 0 -32px;
}

.icons4 {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    background: url(../images/icons.png) no-repeat 0 -64px;
}

.share_btn {
    display: block;
    width: 15px;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    top: 25px;
    position: absolute;
    right: 0;
}

.share_btn em {
    display: block;
}

.share_btn:hover .icons1 {
    background: url(../images/icons.png) no-repeat 0 -16px;
}

.share_btn:hover .share {
    display: block;
}

.share_btn .share {
    width: 80px;
    margin-left: -67px;
    position: absolute;
    z-index: 10000;
}


/*蓝色导航*/

#navb li {
    width: 167px;
}

#navb li.li1 {
    width: 165px;
}

#navb li a {
    width: 166px;
}

#navb li.li1 a {
    width: 164px;
}

.news_top {
    color: #5d5d5d;
}

.news_top a {
    margin: 0 9px;
    color: #408ed6;
}

.news_top a:hover {
    text-decoration: underline;
}

.news_top a.a1 {
    color: #d72727;
}

.news_top a.a1:hover {
    color: #408ed6;
}


/*更多*/

.more {
    display: block;
    width: 24px;
}

.more a {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 30px;
    height: 36px;
    background: url(../images/more.png) no-repeat center;
}

.more a:hover {
    font-size: 12px;
    line-height: 36px;
    background: none;
}


/*调用其他*/

.mt4 {
    margin-top: 4px;
}

.ml4 {
    margin-left: 4px;
}

.mr15 {
    margin-right: 15px;
}

.news_main {
    background: url(../images/news_main_bg.jpg) repeat-y;
}

.r_news_boxa {
    background: #fff;
}

.news_boxa {
    border-top: 1px solid #3185C3;
    color: #5d5d5d;
}

.news_boxa h2 {
    font-size: 18px;
    color: #000000;
}

.news_boxa h2 a {
    color: #000000;
}

.news_boxa h2 a:hover {
    color: #408ed6;
}

.news_boxa .more a {
    height: 24px;
}

.news_boxa .more a:hover {
    line-height: 24px;
}

.hot_news_ul li {
    overflow: hidden;
    zoom: 1;
}

.hot_news_ul li span {
    display: block;
    float: left;
    background: url(../images/hot_news_ul.jpg) no-repeat;
    width: 24px;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    margin-top: 5px;
}

.hot_news_ul li p {
    float: right;
    width: 240px;
}

.rBlock .con {
    padding: 5px 0px;
}

.rTags {
    font-size: 12px;
}

.rTags li {
    float: left;
}

.rTags li a {
    display: block;
    border: 1px solid #c5ddf3;
    padding: 8px 8px;
    margin: 5px 3px;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.rTags li a:hover {
    border: 1px solid #8cbbe6;
    background: #8cbbe6;
    color: #fff;
    padding: 8px 8px;
    margin: 5px 3px;
}

.news_list_ul li {
    padding: 20px 5px 20px;
}

.news_list_ul li:hover {
    /*background:#F2F2F2;*/
}

.news_list_ul>li:hover>.news_img>a>.vicon3 {
    display: table;
}

.news_ul2 li {
    border-bottom: 1px solid #DCDCDC;
    padding: 25px 0 5px;
    position: relative;
    clear: both;
}

.news_ul2 .share li {
    border: none;
    padding: 0;
}

.news_boxa .news_ul2 h3 {
    margin-top: 5px;
}

.news_ul2 li span {
    color: #a5a5a5;
}

.news_boxa .news_ul2 h3 {
    margin-top: 5px;
}

.news_boxa h3 {
    font-size: 16px;
    color: #0f4171;
}

.news_boxa h3 a {
    color: #0f4171;
}

.news_boxa h3 a:hover {
    text-decoration: underline;
}

.news_r_ul1 li {
    background: url(../images/li3.jpg) no-repeat 9px center;
    padding-left: 19px;
}

.newscontent_press {
    background: url(../images/br1.jpg) repeat-x left bottom;
    padding: 25px 0 10px;
}


/*专栏首页*/

.mt3 {
    margin-top: 3px;
}

.ml45 {
    margin-left: 45px;
}

.ml155 {
    margin-left: 155px;
}

.pr20 {
    padding-right: 20px;
}

#location .column_location a {
    float: left;
    margin-left: 20px;
}

#location .column_location a.a1 {
    background: url(../images/location_a1.jpg) no-repeat;
    width: 80px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
}

#location .column_location a.a2 {
    background: url(../images/location_a2.jpg) no-repeat;
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
}

.column_r_ul1 {
    overflow-y: scroll;
    min-height: 100px;
    max-height: 380px;
}

.column_r_ul1 li {
    float: left;
    margin: 15px 0 0 5px;
    width: 80px;
    height: 112px;
    position: relative;
}

.column_r_ul1 li img {}

.column_r_ul1 li a {
    display: block;
    position: absolute;
    z-index: 100;
    color: #ffffff;
    height: 100px;
    width: 80px;
}

.column_r_ul1 li .zlName {
    display: block;
    position: absolute;
    bottom: 0;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    background: url(/images/transparency_black.png);
}

.column_r_ul1 li .zlJs {
    display: none;
    position: absolute;
    top: 0;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    background: url(/images/transparency_black.png);
}

.column_r_ul1 li .zlJs .zlJsTxt {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 90px;
    padding: 5px;
}

.column_r_ul1 li a:hover .zlJs {
    display: table;
}

.column_r_ul1 li a:hover .zlJs .zlJsTxt {
    display: table-cell;
}

.column_r_more img {
    margin-top: 3px;
}

.news_img {
    display: inline;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
}

.column_list_img1 img {
    padding-top: 20px;
}

.column_con1 {
    position: relative;
    padding-top: 20px;
    padding-left: 118px;
}

.column_con1 p {
    float: left;
}

.share_btn {
    top: 20px;
    position: absolute;
    right: 0;
}

.column_con1 p.p1 {
    /*width: 238px;*/
}

.column_con1 p.p1 a {
    margin-right: 10px;
    color: #408ed6;
}

.column_con2 {
    padding-left: 0;
}

.news_img .zlJs {
    display: none;
    position: absolute;
    top: 0;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    background: url(../images/img_bg.png);
}

.news_img .zlJs .zlJsTxt {
    display: table-cell;
    vertical-align: middle;
    width: 70px;
    height: 90px;
    padding: 5px;
}

.news_img:hover .zlJs {
    display: table;
}

.news_img:hover .zlJs .zlJsTxt {
    display: table-cell;
}


/*专栏列表*/

.column_r_boxa {
    background: url(../images/r_bg1.jpg) no-repeat left top #F5F8FD;
    padding: 13px 10px 20px;
}

.column_r_con1 {
    border-bottom: 1px solid #D1E1F1;
    padding-bottom: 15px;
}

.column_r_con1 img {
    float: left;
    margin-right: 20px;
}

.column_r_con1 h4 {
    font-size: 18px;
    color: #010101;
}

.column_r_con1 p {
    color: #5d5d5d;
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
}

.column_r_boxa h4 {
    font-size: 18px;
    color: #010101;
}

.column_r_boxa .hot_news_ul li p {
    width: 225px;
}

.column_r_boxa .hot_news_ul li p a {
    color: #408ed6;
}

.column_r_boxa .hot_news_ul li p a:hover {
    text-decoration: underline;
}

.column_comment {
    color: #CECECE;
    margin: 4px 0 0 10px;
}

.column_comment a.a1 {
    display: block;
    float: left;
    background: url(../images/pl.png) no-repeat left 0;
    color: #96938d;
    border-right: 1px solid #D1D1D1;
    padding: 0 5px 0 20px;
    height: 14px;
    line-height: 14px;
}

.column_comment a.a2 {
    background: url(../images/zan.png) no-repeat;
    display: block;
    width: 14px;
    height: 14px;
    float: left;
    border-right: 1px solid #D1D1D1;
    padding-left: 6px;
    margin-left: 6px;
}

.column_comment a.a2:hover {
    background: url(../images/zan_hover.png) no-repeat;
}

.column_ul1 h3 a {
    color: #0f4171;
}

.column_ul1 h3 a:hover {
    text-decoration: underline;
}

h3 span.zdbot {
    padding: 1px 3px;
    background: #408ed6;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 0 10px;
}


/*专栏详情页*/

.newscontent_press {
    background: url(../images/br1.jpg) repeat-x left bottom;
    padding: 25px 0 10px;
}

.newscontent_press h1 {
    font-size: 28px;
    color: #408ed6;
    font-weight: normal;
}

.newscontent_press h1 a {
    color: #408ed6;
}

.newscontent_press h1 a:hover {
    text-decoration: underline;
}

.newscontent_press .share_btn {
    width: 45px;
}

.newscontent_press .share {
    margin-left: -33px;
    margin-top: 0px;
}

.newscontent_press_p1 a,
.newscontent_press_p1 span {
    color: #408ed6;
}

.newscontent_press_p1 a:hover {
    text-decoration: underline;
}

.news_content p {
    padding-bottom: 30px;
}

.news_content_img1 {
    margin: 36px 15px 0 0;
}

.newscontent_press_con {
    position: relative;
}

.newscontent_press_con .share_btn {
    margin-top: -23px;
}

.news_r_ul1 {
    border-bottom: 1px solid #D1E1F1;
    padding-bottom: 15px;
}

.column_r_boxa .hot_news_ul1 li p a {
    color: #5d5d5d;
}

.column_r_boxa .hot_news_ul1 li p a:hover {
    color: #408ed6;
    text-decoration: none;
}

.titleClass {
    position: relative;
    line-height: 36px;
    padding: 0 0 0 0px;
    border-bottom: 2px solid #dedede;
    height: 40px;
}

.titleClass .navZL_new {
    width: 75%;
    border-left: 1px solid rgba(0, 0, 0, 0) !important;
}

.titleClass h2 {
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 22px;
    background: #fff;
    padding: 0 15px 0 0;
    border-right: 1px solid #dedede;
}

.titleClass h3 {
    float: left;
    width: 21%;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 21px;
    background: #fff;
    padding: 0 15px 0 0;
    border-right: 1px solid #dedede;
}

.titleClass h2 i {
    font-size: 22px;
    color: #ccc;
    margin-right: 10px;
}

.titleClass .classify {
    position: absolute;
    float: right;
    display: block;
    width: auto;
    height: 40px;
    right: 0;
    top: 3px;
}

.titleClass .classify a {
    float: left;
    display: block;
    margin: 0 0 0 10px;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 26px;
    color: #666;
}

.titleClass .classify a:hover {
    border-bottom: 2px solid #f60;
    color: #333;
}

.titleClass .classify .a1 {
    border-bottom: 2px solid #f60;
    color: #333;
}


/*右侧小翻页*/

.news_boxa .sfy {
    float: right;
    line-height: 20px;
}

.ml110 {
    margin-left: 110px;
}

.ml160 {
    margin-left: 160px;
}

.ml260 {
    margin-left: 260px;
}

.ml270 {
    margin-left: 270px;
}

.lmpraise {
    margin: auto;
    width: 98px;
    height: 98px;
    background: url(../images/praisebg.png) no-repeat;
    cursor: pointer;
}

.lmpraise_nub {
    width: 98px;
    text-align: center;
    padding-top: 58px;
    font: 18px/20px "微软雅黑";
    color: #ffffff;
}

.mshare {
    width: 100%;
    height: 30px;
}

.lmshare {
    padding-left: 20px;
    background: url(../images/lmshare.jpg) no-repeat left;
}

.lmshare li {
    width: 26px;
    height: 26px;
    float: left;
    margin-left: 20px;
}


/*=wzz 2015年3月16日=*/

.ml110 {
    margin-left: 110px;
}

.ml160 {
    margin-left: 160px;
}

.ml260 {
    margin-left: 260px;
}

.ml270 {
    margin-left: 270px;
}

.numb_a:hover {
    color: none;
}

.lmpraise {
    width: 98px;
    height: 98px;
    background: url(../images/praisebg.png) no-repeat;
    cursor: pointer;
}

.lmpraise_nub {
    width: 98px;
    text-align: center;
    padding-top: 58px;
    font: 18px/20px "微软雅黑";
    color: #ffffff;
}

.mshare {
    width: 100%;
    height: 30px;
}

.lmshare {
    padding-left: 20px;
    background: url(../images/lmshare.jpg) no-repeat left;
}

.lmshare li {
    width: 26px;
    height: 26px;
    float: left;
    margin-left: 20px;
}

.newsreview {
    width: 100%;
}

.newsreview_top {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}

.newsreview_top b {
    font-size: 18px;
}

.newsreview_top span {
    line-height: 0px;
    margin-top: 24px;
}

.newsreview_tit {
    height: 160px;
    border: 1px solid #379be9;
}

.newsreview .inbox {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.newsreview .textarea {
    width: 670px;
    height: 100px;
    resize: none;
    outline: none;
    border: none;
    color: #363636;
    background: url(../images/reviewh20.png) no-repeat center;
    font: 14px/20px "Microsoft YaHei";
    padding: 8px;
}

.newsreview .author {
    height: 40px;
    line-height: 40px;
}

.newsreview .authortit {
    display: inline-block;
}

.newsreview .author .h23 {
    height: 23px;
}

.newsreview .w620 {
    width: 620px
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.newsreview .author .checkbox {
    width: 12px;
    height: 12px;
    border: 1px solid #8e8e8e;
    background: #ffffff;
    vertical-align: text-top;
}

.newsreview .botton {
    width: 69px;
    border: none;
    height: 29px;
    border-radius: 2px;
    background: #379BE9;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    line-height: 29px;
    color: #ffffff;
}

.newsreview .bulebg {
    background: #379be9
}

.newsreview .fonblue {
    color: #379be9
}

.newsreviewlist {
    width: 100%;
}

.newsreviewlist h1 {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d2e1f1;
    line-height: 30px;
    font-size: 18px;
}

.newsreviewlist li {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.newsreviewlist .tit {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.newsreviewlist .tit b {
    color: #379be9;
    font-weight: normal;
}

.newsreviewlist .tit em {
    color: #919191;
}

.newsreviewlist .tin {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}

.newsreviewlist .tio {
    width: 100%;
    font-size: 14px;
    height: 30px;
}

.newsreviewlist .tio {
    color: #919191;
}

.newsreviewlist .tio b {
    font-weight: normal;
    cursor: pointer;
    background: url(../images/goodicon.jpg) no-repeat left;
    padding-left: 13px;
}

.newsreviewlist .tio b.on {
    background: url(../images/goodicon_hover.jpg) no-repeat left;
}

.newsreviewlist .tio b:hover {
    background: url(../images/goodicon_hover.jpg) no-repeat left;
}

.newsreviewlist .tio b img {
    vertical-align: inherit;
}

.newsreviewlist .tio strong {
    font-weight: normal;
}

.newsreviewlist .tio em {
    margin-left: 20px;
    cursor: pointer;
}

.newsreviewlist .tio em.on {
    color: #379BE9;
    font-weight: bold;
}

.newsreviewlist .reply {
    width: 96%;
    margin-left: auto;
    background: #f8f8f8;
    margin-right: auto;
}

.newsreviewlist .reply li {
    border-top: 2px solid #ffffff;
    padding: 10px;
    margin-bottom: 0px;
    border-bottom: 0px solid #e3e3e3;
}

.newsreviewlist .moreply {
    background: #f8f8f8;
    text-align: left;
    padding-left: 10px;
    border-top: 2px solid #ffffff;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #8a8b8b;
    cursor: pointer;
}

.newsreviewlist .moreply span {
    color: #ba2636;
}

.newsreviewlist .morecomment {
    background: #dddddd;
    text-align: center;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #8a8b8b;
    cursor: pointer;
}

.newsreviewlist .morecomment:hover {
    background: #cccccc;
}

.bluetopicon {
    width: 12px;
    height: 9px;
    background: url(../images/sadas_02.jpg) no-repeat;
    display: inline-block;
    position: absolute;
    top: -9px;
    left: 628px;
}

.bluetopicle {
    left: 578px;
}

.replayshow {
    display: none;
}


/*新增视频排行样式*/

.hot_video_list li {
    margin: 5px 0;
    float: left;
    position: relative;
    cursor: pointer;
}

.hot_video_list .leftimg {
    width: 90px;
    height: 50px;
    position: relative;
}

.hot_video_list .leftimg img {
    width: 90px;
    height: 50px;
}

.hot_video_list .leftimg span {
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.hot_video_list .leftimg .red {
    background: #e60012;
}

.hot_video_list .leftimg .green {
    background: #17a544;
}

.hot_video_list .rightfont {
    width: 168px;
    margin-left: 10px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}


/* 22/11/2016 新增专栏栏目首页样式 */

.sttZL {
    font-weight: bold;
    color: #000 !important;
    background: #FFF !important;
}

.seeMore {
    padding-bottom: 20px;
    text-align: center;
}

.seeMore a {
    font-size: 14px;
    padding: 3px 8px;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.seeMore a:hover {
    text-decoration: none;
    background: #8cbbe6;
    color: #fff;
}

.hot_video_more {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    color: #408ed6;
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: #ffffff;
    cursor: pointer;
}

.hot_video_less {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 100%;
    color: #408ed6;
    display: none;
    float: left;
    background: #ffffff;
    cursor: pointer;
}

#hot_video_list {
    height: 630px;
    overflow: hidden;
    position: relative;
}


/* 手机端头部 */

.mHeader {
    display: none;
}


/* 手机端广告 */

.advertising {
    display: none;
}

#txtedit p img {
    max-width: 600px;
}


/* 专栏logo 刷新 */

.columnView {
    display: none;
}


/* 手机端作者热文 */

.mrelatednews {
    display: none;
}


/*手机端样式*/

@media screen and (max-width: 768px) and (min-width: 320px) {
    header#header2 {
        display: none !important;
    }
    .share_btn {
        display: none;
    }
    .mHeader {
        display: block;
    }
    .advertising {
        display: block;
    }
    .mrelatednews {
        display: block;
        padding: 0 15px;
        margin-top: 20px;
    }
    /* 头部 */
    .content {
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 5.5px 0;
        background-color: #3f8dd5;
    }
    .con {
        width: 100%;
        margin: 0;
    }
    .seek {
        display: flex;
        justify-content: space-between;
        padding: 0 15px;
    }
    .seekLeft {}
    .seekLeft a {}
    .seekLeft a img {
        width: 115px;
        vertical-align: middle;
    }
    .seekRight {
        height: 48px;
        line-height: 48px;
        position: relative;
    }
    /* 搜索框 */
    .seekRight input {
        width: 150px;
        border-radius: 20px;
        padding-right: 20px;
        font-size: 14px;
        height: 30px;
        background: #f8f8f8;
        outline: none;
        border: none;
        padding-left: 15px;
        border: 1px solid #cccccc;
    }
    .seekRight a {
        position: absolute;
        top: 13px;
        right: 20px;
    }
    .seekRight a img {
        width: 20px;
    }
    #msubmitBtn {
        width: 20px;
        height: 20px;
        border: none;
        position: absolute;
        top: 13px;
        right: 10px;
        background: url('https://www.h2o-china.com/images/mobile/magnifying.png') no-repeat center;
        background-size: contain;
        padding: 7px 0;
    }
    /* 广告区域*/
    .advertising {
        width: 100%;
        margin: 15px auto 0;
        padding: 0px 15px 0px;
        box-sizing: border-box;
    }
    .advertising a {
        padding-top: 15px;
        border-top: 1px solid rgb(228, 228, 228);
    }
    .advertising a img {
        width: 100%;
        height: 100%;
    }
    /* 专栏logo 刷新 */
    .columnView {
        display: block;
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 60px;
    }
    .viewLeft {
        margin-left: 15px;
    }
    .viewLeft a img {
        width: 100%;
        margin-top: 13.5px;
    }
    .viewRight {
        margin-right: 15px;
    }
    .viewRight a img {
        /* width: 100%; */
        width: 24px;
        height: 24px;
        margin-top: 18px;
    }
    /* 内容区域 */
    .news_main {
        width: 100%;
        /* background-color: #f8f8f8; */
    }
    .w690 {
        width: 100%;
    }
    .column_r_boxa {
        padding: 0 15px;
    }
    .column_r_boxa p br {
        display: none;
    }
    .ad_hzh {
        display: none;
    }
    .news_content {
        margin-top: 10px !important;
        padding: 0 15px;
    }
    .news_content img {
        width: 100% !important;
        height: 100% !important;
        box-sizing: border-box;
    }
    .newscontent_press {
        padding: 0px 15px;
        background: none;
        box-sizing: border-box;
    }
    .newscontent_press h1 {
        text-align: left;
    }
    .newscontent_press_con {
        font-size: 12px;
        color: #b1b5ba;
        margin-top: 10px !important;
        height: 30px;
        border-bottom: 1px solid #cccccc;
    }
    .newscontent_press_con .ml40 {
        margin-left: 5px;
    }
    .newscontent_press h1 {
        font-size: 18px;
        color: #000000;
        font-weight: 600;
    }
    /* 作者热文 */
    .relatednews_title h4 {
        text-align: left;
        border-bottom: 2px solid #626da3;
        color: #333333;
        font-size: 20px;
        margin-bottom: -2px;
        display: block;
        width: 100px;
        padding-bottom: 5px;
    }
    .relatednews_ul {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
    .relatednews_ul li {
        padding: 10px 0 5px;
        border-bottom: 1px solid #bebebe;
        background: none;
    }
    /* 相关新闻标题内容大于两行时，超出内容显示为省略号 */
    .relatednews_ul li a {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        word-wrap: break-word;
        word-break: normal;
        line-height: 20px;
    }
    .relatednews_ul li p {
        font-size: 12px;
        color: #888888;
        line-height: 30px;
    }
    .relatednews_ul li p span {
        margin-right: 10px;
    }
    /* 点赞区域 */
    .lmpraise {
        width: 57px;
        height: 57px;
        background: url('https://www.h2o-china.com/images/mobile/praisebg.png') no-repeat center;
        cursor: pointer;
        margin: 10px auto;
    }
    .lmpraise_nub {
        width: 100%;
        text-align: center;
        padding-top: 30px;
        font: 14px/20px "微软雅黑";
        color: #ffffff;
    }
    /* 相关新闻区域 */
    .mshare {
        display: none;
    }
    .w280 {
        display: none;
    }
    /* 手机端底部区域 */
    .mFooter {
        width: 100%;
        font-size: 12px;
        padding: 5px 0 10px;
        background-color: #ffffff;
    }
    .mFooter p {
        text-align: center;
        margin-top: 5px;
    }
    /* pc端评论框 */
    .newsreview {
        display: none;
    }
    /* pc端底部 */
    .footer {
        display: none;
    }
}