﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

a {
    color: #555;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}


/* form-reset.css -----------------------------------------------------------------*/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    background: none;
}

input,
textarea,
button {
    border: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font: 1rem "Microsoft Yahei", "Helvetica";
}

input[type="button"],
input[type="text"],
input[type="submit"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
option,
.appNone {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
/*
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
}
*/
.header {
    display: block;
    margin-top: 0px;
    height: 65px;
    line-height: 16px;
    background-color: #f6fbf4;
    box-shadow: 0 0 12px #79be5f;
    behavior: url(/PIE.htc);
}

.nav-header {
    background-color: #54CF77;
    height: 65px;
    background: url(/v/images/nav_bg.jpg) 0 0 repeat;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000;
}

.nav-header .logo {
    height: 45px;
    width: 106px;
    margin-top: 10px;
}

.nav {
    margin-left: 160px;
}

.nav .m {
    float: left;
    position: relative;
    width: 120px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}

.nav h3 {
    font-size: 20px;
    font-weight: bold;
}

.nav h3 a {
    display: block;
    padding: 0 19px;
    color: #fff;
}

.nav .m.on:after {
    position: absolute;
    display: inline-block;
    bottom: 5px;
    right: 50px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #6BC30D #6BC30D transparent transparent;
    transform: rotate(-45deg);
    z-index: 2;
}

.nav .sub {
    display: none;
    position: absolute;
    left: 10px;
    top: 55px;
    font-size: 16px;
    line-height: 36px;
    padding: 12px 8px;
    float: left;
    background-color: #6BC30D;
    z-index: 99;
    box-shadow: #6BC30D 0 0 4px;
    behavior: url(/PIE.htc);
    color: #fff;
    min-width:90px;
}

.nav .sub a {
    color: #fff;
}
.location{width:380px;}
.cur_location {
    color: #999999;
    font-size: 14px;
    margin-top: 65px;
    padding-top: 20px;
}

.icon {
    display: inline-block;
    background-color: transparent;
    background-repeat: no-repeat;
}

.icon-home {
    width: 16px;
    height: 14px;
    margin-right: 6px;
    background-image: url(/v/images/icons.png);
    background-position: -108px -127px;
}

.searchbox {
    margin-top: -6px;
}

.search {
    margin-bottom: 30px;
    height: 34px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dddddd;
    behavior: url(/PIE.htc);
}

.search .search-inp {
    width: 240px;
    line-height: 34px;
    font-size: 14px;
    text-indent: 13px;
    height: 34px;
}

.search .search-btn {
    background: #f7f7f7;
    height: 100%;
    width: 57px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #dddddd;
    cursor: pointer;
}

.search .search-btn:hover {
    opacity: 0.8;
}

.search .icon-search {
    width: 16px;
    height: 16px;
    background-image: url(/v/images/icons.png);
    background-position: -72px -127px;
}

.container {
    padding-top: 45px;
}

.main {
    width: 800px;
}

.newsinfo {
    color: #aaa;
    line-height: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}

.newstext h2 {
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    margin: 20px 0;
    background: #6BC30D;
    color: #fff;
    font-size: 22px;
}

.article h1 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
}

.article .newstext {
    padding-top: 30px;
}

.article .newstext p {
    color: #4b4b4b;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.article .newstext a{ color:#6BC30D;}
.article .newstext img{ max-width:640px !important;height:auto !important;}

.article .newstext b,.article .newstext strong{ 
    font-weight:700 !important;
}

.tip {
    font-style: italic;
    font-size: 12px;
    margin-top: 25px;
}

.pages {
    margin: 25px 0 0;
}

.xgyd {
    margin-top: 25px;
}

.xgyd_tit,
.tj_tit {
    line-height: 48px;
    border-top: 1px solid #eeeeee;
    color: #000;
}

.xgyd_tit h3,
.tj_tit h3 {
    border-top: 2px solid #79be5f;
    font-size: 20px;
    font-weight: normal;
    padding-top: 2px;
    padding-left: 3px;
    margin-top: -1px;
    display: inline-block;
}

.xgyd_cont li {
    padding: 30px 22px 34px 0;
    overflow: hidden;
    border-bottom: 1px solid #EFF9FF;
}

.xgyd_cont li .xgyd-img {
    float: left;
    width: 210px;
    height: 140px;
    margin-right: 20px;
}

.xgyd_cont li img {
    width: 100%;
}

.xgyd_cont li h4 {
    display: block;
    max-width: 100%;
    color: #000;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xgyd_cont li h4 a {
    color: #000;
}

.xgyd_cont li h4 a:hover {
    color: #79be5f;
}

.xgyd_cont li p {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    color: #666666;
}

.xgyd_cont li p.xgyd-info {
    padding-top: 15px;
}

.xgyd_cont li i {
    font-style: normal;
}

.xgyd_cont li i.time {
    margin-right: 15px;
    color: #999;
}

.xgyd_cont li i a {
    color: #6BC30D;
}

.xgyd_cont li i a:hover {
    text-decoration: underline;
}


/*推荐阅读*/

.tjbox {
    margin: 15px 0;
}

.tj_cont {
    width: 800px;
    overflow: hidden;
}

.tj_cont ul {
    width: 825px;
}

.tj_cont li {
    float: left;
    width: 250px;
    margin-right: 25px;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
}

.tj_cont li a {
    display: block;
}

.tj_cont li a:hover {
    color: #6BC30D;
}

.tj_cont li .tj_img {
    width: 244px;
    border: 1px solid #E7F4FF;
    padding: 2px;
    display: block;
    overflow: hidden;
    height: 160px;
}

.tj_cont li img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.tj_cont li p {
    height: 3em;
    overflow: hidden;
    margin-top: 12px;
}

.sidebar {
    width: 300px;
}

.sidebar h2 {
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 44px;
    font-weight: normal;
    text-indent: 20px;
}

.avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.userinfo {
    padding: 15px;
    border: 1px solid #79be5f;
    position: relative;
    border-radius: 5px;
}

.user-zone span {
    display: block;
    font-size: 16px;
    line-height: 1.5em;
}

.user-zone em {
    font-size: 12px;
    color: #999;
}

.tg-btn {
    color: #fff !important;
    clear: both;
    background: #79be5f;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
    height: 26px;
    line-height: 26px;
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 120px;
}

.rank_cont .num {
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 7px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    color: #ccc;
    background: #F5F5F5;
    border-radius: 14px;
}

.rank_cont li:first-child .num {
    background: #ff7500;
    color: #fff;
}

.rank_cont li:nth-child(2) .num {
    background: #ffa400;
    color: #fff;
}

.rank_cont li:nth-child(3) .num {
    background: #fae112;
    color: #fff;
}

.r_union {
    margin-top: 25px;
    text-align: center;
}

.right_rank {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}

.rank_top {
    height: 45px;
    border-top: 1px #e5e5e5 solid;
    border-left: 1px #e5e5e5 solid;
    overflow: hidden
}

.rank_top li {
    width: 50%;
    height: 44px;
    border-bottom: 1px #e5e5e5 solid;
    float: left;
    background: #f6f6f6;
}

.rank_top li a {
    color: #000;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    line-height: 44px;
    display: block;
    cursor: pointer
}

.rank_top li a:hover {
    background: #6BC30D;
    border-bottom: 1px #fff solid;
    color: #fff;
}

.rank_top .rank_cur a {
    background: #6BC30D;
    border-bottom: 1px #fff solid;
    color: #fff;
}

.rank_cont {
    height: auto;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden
}

.rank_cont ul {
    height: auto;
    overflow: hidden;
    margin: 5px 15px 2px;
}

.rank_cont li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #e0e0e0 dashed;
    overflow: hidden;
}

.rank_cont li span {
    width: 40px;
    height: 40px;
    float: left
}

.rank_cont li span a {
    color: #999;
    font-size: 14px;
    line-height: 40px;
}

.rank_cont li samp {
    width: 220px;
    height: 35px;
    float: right;
    overflow: hidden
}

.rank_cont li samp a {
    color: #333;
    font-size: 14px;
    line-height: 40px;
}

.rank_cont li a:hover {
    color: #6BC30D;
}

.rank_cont2 {
    height: auto;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden
}

.rank_cont2 li a {
    height: 40px;
    overflow: hidden;
    color: #333;
    font-size: 14px;
    text-indent: 5px;
    line-height: 40px;
}

.sidebox {
    margin-top: 20px;
}

.side-tit {
    background: #6BC30D;
    height: 46px;
    line-height: 46px;
    padding-left: 15px;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
}

.side-cont li {
    clear: both;
    margin-top: 20px;
    height: 80px;
}

.side-img {
    float: left;
    width: 120px;
    height: 80px;
    margin-right: 15px;
}

.side-img img {
    width: 100%;
    height: 100%;
}

.img-txt p {
    margin-bottom: 5px;
    line-height: 1.5em;
    min-height:60px;
}

.side-news-top {
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.side-news-top img {
    width: 100%;
}

.side-tj-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96%;
    padding: 0 2%;
    height: 2.5em;
    line-height: 2.5;
    color: #fff;
    overflow: hidden;
    background: -webkit-linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.8));
    background: linear-gradient(hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.8));
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 16px;
}

.side-list-num li {
    position: relative;
    height: 1.5em;
    max-height: 1.5em;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    padding: 0 0 0 30px;
}

.side-list-num .num {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-family: arial;
    font-size: 14px;
    font-style: normal;
    color: #666;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 2px;
}

.side-list-num a:hover {
    color: #6BC30D;
}

.footer {
    width: 100%;
    height: 150px;
    background: #59a607;
}

.footer .footer_l {
    width:120px;
    margin-right: 20px;
}

.footer .footer_l img {
    margin-top: 25px;
}

.footer .footer_r {
    margin-top: 40px;
}

.footer .footer_r .link {
    height: 20px;
    line-height: 20px;
}

.footer .footer_r .link a {
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
}

.footer .footer_r p {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}
.footer .footer_r a{color:#999;}
#back2top {
    position: fixed;
    _position: absolute;
    display: none;
    text-align: center;
    z-index: 99;
}





a.view-directory {
    display: block;
    background: #fafafa;
    text-align: center;
    color: #666;
    font-size: 14px;
    position: relative;
    text-indent: 0 !important;
    width: 15px;
    padding: 5px;
    height: 80px !important;
    border: solid #ccc 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 999 !important;
    cursor: pointer;
}

#back2top i {
    width: 25px;
    height: 25px;
    display: block;
    line-height: 28px;
    border-radius: 3px;
    cursor: pointer;
    opacity: .6;
    background: #CCC url(/v/images/go2top.png) center center no-repeat;
    margin-top: 10px;
}

#arcml-ul li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: url(/v/images/arcmlico.gif) 0px 12px no-repeat;
    padding-left: 12px;
}

#arcml-ul.float-directory {
    padding: 10px;
    background: #f7faf2;
    display: none;
    position: fixed;
    _position: absolute;
    z-index: 1;
    border: solid #c5cfb1 1px;
}

header {
    display: none;
    z-index: 9;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 45px;
    background: #6BC30D;
}

header .mlogo {
    width: 200px;
    height: 45px;
    float: left;
    background: url(/v/images/shuxian.png) no-repeat right;
    overflow: hidden;
    line-height: 45px;
    text-align: center;
}

header .mlogo a {
    display: block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}

header .route a {
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    background: url(/v/images/fgf.png) no-repeat right center;
    padding: 0 20px 0 10px;
    color: #fff;
    font-size: 16px;
}

header .top_nav a {
    display: block;
    float: right;
    height: 45px;
    width: 42px;
    background: url(/v/images/nav.png) no-repeat center;
    background-size: 32px;
    text-indent: -999px;
}
.mt-20{margin-top:-40px;}
.lm-box{border: 1px solid #ededed;padding: 20px; border-radius: 5px;}
.lm_img{float: left;margin-right: 20px;}
.side-topimg {margin-bottom:20px;}
.side-topimg img{ width:100%;}
.sidebar .lm_jj{font-size: 14px; line-height: 1.8;}
.lm_jj{font-size: 16px; line-height: 1.8;}
.lm_jj h1{font-size: 22px; color: #000;font-weight: 700;padding-bottom: 10px;}

#tiaocuo {
    display: block;
    background: #fafafa;
    text-align: center;
    color: #666;
    font-size: 14px;
    position: relative;
    text-indent: 0 !important;
    width: 27px;
    padding: 5px;
    height: 60px !important;
    border: solid #ccc 1px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 999 !important;
    cursor: pointer;
    margin-top: 10px;
}
#pop-cont{width: 500px; margin: 0 auto;}
#pop-cont li{height: 54px;}
#pop-cont label {
    float: left;
    margin-top: 10px;
    width: 80px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    text-align: right;
}
#pop-cont .input{
    width: 360px;
    height: 38px;
    padding-left: 5px;
    line-height: 30px;
    line-height: 38px;
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    background: #f6f8f0;
    color: #333;
    border-radius: 2px;
    font-family: Verdana, Tahoma, Arial;
    font-size: 16px;
    margin: 10px 0 0 20px;
}
#pop-cont textarea{
    border: 1px solid #D7D7D7;
    border-radius: 5px;
    background: #fff;
    width: 360px;
    margin: 10px 0 0 20px;
}
#pop-cont .input-btn{
    width: 120px;
    height: 45px;
    text-align: center;
    background: #6BC30D;
    border-radius: 5px;
    margin-left: 190px;
    color: #fff;
}
.m-channel{ width:100%; height:auto;}
.m-channel h2{ height:40px;color:#000; font-size:1.2em; line-height:40px; padding:0px 10px; background:#f5f5f5; font-weight:normal;}
.m-channel h2 span{ width:3px; height:18px; background:#6BC30D; float:left; margin: 11px 5px 0px 0px; display: inline;}
.list{ margin:20px 0 10px 0; padding:0; position:relative; overflow:hidden;}
.list li{ display:inline-block; width:33.3%; margin-bottom:10px; -webkit-animation: zoomIn 500ms ease; text-align:-webkit-match-parent; float:left;}
.list li a{ background-color:#fff; border:1px solid #ddd; margin:0 8px; text-align:center; font-size:1em; line-height:2em; color:#555; display:block; cursor:pointer;border-radius: 3px;}
.list li.fixed a{ background-color:#f0f0f0; cursor: inherit;}
.header-bar,.blank30{display:none;}
.img-txt em {
    color: #ccc;
}
.side-cont em {display: block;color:#ccc;}
.side-cont li{position:relative;}
 img {vertical-align:top;}
.top-banner {margin-top:-45px;}
.daoyu {border:1px dotted #EDEDED;padding:15px;border-radius:5px;margin:15px 0;font-size:16px;line-height:2;}
.daoyu strong {font-size:26px;font-weight:700;color:#000;margin-right:15px;}
h2 {background:#6BC30D;height:46px;line-height:46px;padding:0 15px;font-size:20px;color:#fff;display:inline-block;}
li.bar-tit {background:#6BC30D;height:46px;line-height:46px;padding-left:15px;font-size:20px;color:#fff;width:100%;}
.mt20{margin-top:20px;}
#zhuanti{margin-top:-45px;width:1200px;overflow: hidden;margin-bottom:35px;}
#zhuanti ul{width:1320px;}
#zhuanti li{text-align: center; float:left; margin:20px 30px 0 0;width:277.5px;} 
#zhuanti li img{height:195px;border:1px solid #ededed;padding:5px;width:265.5px;}
#zhuanti h4{font-size: 16px;color: rgb(255, 255, 255);font-family: 微软雅黑;height: 35px;line-height: 35px;background: #57A1BE;padding:0 8px;overflow: hidden;margin:10px 0;}
#zhuanti a{color:#fff;display: block;}
#zhuanti p{text-indent: 2em;text-align: left;height:54px;overflow:hidden;}
.mt-20{margin-top: -35px;}
.top-bt{
    width: 1200px;
    margin: 0 auto 25px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
}
.top-bt a:hover {
    color: #6BC30D;
}
.top-bt strong {
    margin-right: 20px;
    font-size: 22px;
    font-weight: normal;
}
.tjwz{margin-bottom:-25px;background:#f0f0f0;padding:15px;}
.tj-img {
    float: left;
    width: 160px;
    height: 120px;
    margin-right: 20px;
}
.tj-img img{width:100%;height:100%;}
.lm-intro h1 {
    font-size: 34px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
}
.lm-intro h2 {
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    background: #fff;
    font-weight:700;
    padding:0;
    display: block;
}
.lm-intro .intro-txt{float: left;line-height:1.8;}
.pt25{padding-top:25px !important;}
.tui-tit {
    height: 30px;
    margin: 20px 0;
    border-bottom: 2px solid #222;
    padding-bottom: 10px;
}
.tui-tit h3{
	font-size: 24px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
}
.tui-cont{margin-bottom:15px;}
.tui-cont a {
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 8px;
}
.tui-cont a:hover {
color:#6BC30D
}
.dh-tit {
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    color: #333;
}
.dh-tit h1 {
    display: inline;
    padding: 0 !important;
}
.dh-tit a,.dh-ul li a {
    color: #666 !important;
    font-size: 16px;
}
.dh-tit h1 a{font-size:22px;}
span.dh-more {
    float: right;
    margin-top: 10px;
}
.dh-ul{padding:20px 0;}
.dh-ul li {
    line-height: 2;
}
.pdt0{padding-top:0 !important}
span.newstime {
    margin-right: 20px;
}
.focus{display:none;}
/*自适应手机*/

@media (max-width: 768px) {
.r_union{margin-top:0px;}
.top-banner{margin-top:0;}
.daoyu{margin:15px 15px 0;}
.mt-20{margin-top: 0px;}
header .mlogo {
    width:180px;
    height: 45px;
    float: left;
    background: url(/v/images/shuxian.png) no-repeat right;
    overflow: hidden;
    line-height: 45px;
    text-align: center;
}
header .mlogo a {
    display: block;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    background: url(/v/images/mlogo-l.png) no-repeat;
    text-indent: -9999px;
    margin-left: 10px;
}
    .container {
        padding-top: 45px;
    }
    .header{
        display: none;
    }
    .header-bar {
    display:block;
    position: fixed;
    margin: 45px 0 0;
    height: 60px;
    background: #fcfcfc;
    width: 100%;
    line-height: 60px;
}
.header-bar strong {
    display: block;
    float: left;
    border-left: 2px solid #6BC30D;
    padding-left: 15px;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 28px;
    color: #6BC30D;
    margin: 16px 0 16px 15px;
}
.blank30{height:30px;}
.lm-box{border:0;}
    .wrapper,
    .main,
    .tj_cont {
        width: 100%;
        overflow: hidden;
    }
    header {
        display: block;
    }
    .article{padding: 20px 0;}
    .article h1,.newsinfo,.newstext,.tip{
        padding: 0 20px;
    }
    .newsinfo{margin: 15px 20px 0;padding:0;}
    .xgyd_tit,
    .tj_tit {
        margin: 0 20px;
    }
    img {
        max-width: 100%;
        height: auto !important;
        max-height: 100%;
    }
    .avatar{
        height: 90px !important;
    }
    .xgyd_cont li .xgyd-img {
        float: left;
        width: 120px;
        height: 80px;
        margin-right: 20px;
    }
    .xgyd_cont li {
        margin: 20px;
        padding: 0 0 15px;
    }
    #back2top {
        display: none !important;
    }
    .xgyd_cont li h4 {
        padding-bottom: 8px;
        white-space: normal;
        line-height: 22px;
    }
    .xgyd_cont li p {
        height: 44px;
        display: none;
    }
    .xgyd_cont li p.xgyd-info {
        height: auto !important;
        display: block;
        padding-top: 0;
    }
    .xgyd_cont li h4 a{
	font-size:15px;
    }
    .tj_cont ul {
        width: auto;
        margin: 0 20px;
    }
    .tj_cont li {
        width: 100%;
        margin-right: 0;
        height:220px;
        overflow:hidden;
    }
    .tj_cont li a{font-size:16px;line-height: 26px;overflow:hidden;}
    .tj_cont li:nth-child(2n) {
        float: right;
        margin-right: 0px;
    }
    .tj_cont li .tj_img {
        width: auto;
        height:180px;
    }
    .sidebar {
        width: 100%;
    }
    .userinfo {
        margin: 0 20px 20px;
    }
    .right_rank {
        margin: 20px 20px 0;
    }
    .article .newstext img{ max-width:100% !important;height:auto !important;}
    .sidebox,
    #side-tj {
        margin: 0 20px;
    }
    #side-tj {
        position: static !important;
        width: auto !important;
    }
    .img-txt p {
	font-size:16px;
    }
    .img-txt em{
	color:#ddd;
        font-size:12px;
    }
    .footer {
        margin-top: 20px;
        margin-bottom:45px;
    }
    .footer_l {
        margin-left: 20px;
    }
    .footer_r {
        width: 60%;
    }
    .footer_r p:nth-child(2){
	    margin-top:-5px;
    }
    .footer_r p:nth-child(3) {
        display: none;
    }
    .link{display:none;}
    .lm_img{float: none;margin-right: 0; text-align:center;}
    .newstext h2{height:auto;padding: 0 10px;font-size:20px;line-height:36px;}
    #zhuanti{margin-top:0;margin-bottom:0;}
    #zhuanti,#zhuanti ul{width:100%;}
    #zhuanti li{width:46%;margin:15px 2% 0;height:auto;}
    #zhuanti li img{width:95%;padding:2%;margin:0 auto;height:135px !important;overflow: hidden;}
    #zhuanti li p{height:38px;overflow:hidden;} 
    .lm-intro h1,.lm-intro h2 {
		padding:0 15px;   
	}
    .top-bt,.tjwz .tj-img{display:none;}
    .tjwz{margin-bottom:25px;}
    .lm-intro{margin-top:45px;}
    .tui-box{margin:0 20px;width:auto;}
    .tj-box,.right_rank{display:none;}
    .source{float:right;}
    .focus{margin-top:-25px;display: flex;}
    .lm_jj p{font-size:14px;color: #d9d0d0;}
    .xgyd_cont li i.time,.xgyd_cont li i.tags {
        font-size: 12px;
        color: #ddd;
    }
    .jjtext p{font-size:18px;color: #555;}
}
.bar-tit h3{display:inline-block;}
.blue{color:#0767c8;}
.grtx .avatar{margin-top:15px;}
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:"";
	clear:both;
	height:0
}
#nativeShare {
    font-size: 13px;	
}
#nativeShare .label{
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	color:#bababa
}
#nativeShare .label #left,#nativeShare .label #right{
	float:left;
	margin:0 0 0 -34px;
	width:50%
}
#nativeShare .label #main{
	width:66px;
	float:left;
	text-align:center
}
#nativeShare .label #left .inner,#nativeShare .label #right .inner{
	margin:0 0 0 34px;
	border-bottom:1px solid #eee;
	height:8px
}
#nativeShare .list {
    text-align:center;
	margin-bottom:20px
}
#nativeShare .list span{
	display:inline-block;
	width:57px;
	margin-left:5px;
	margin-right:5px;
	text-align:center
}
#nativeShare .list span i {
    width: 37px;
    height: 37px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

#nativeShare .weibo i {
    background-image: url('./icon/weibo.png');
    background-size: cover;
}

#nativeShare .weixin i {
    background-image: url('./icon/weixin_friend.png');
    background-size: cover;
}

#nativeShare .weixin_timeline i {
    background-image: url('./icon/weixin.png');
    background-size: cover;
}

#nativeShare .qq i {
    background-image: url('./icon/qq.png');
    background-size: cover;
}

#nativeShare .qzone i {
    background-image: url('./icon/qqzone.png');
    background-size: cover;
}

#nativeShare .other i {
    background-image: url('./icon/more.png');
    background-size: cover;
}

.page li { float:left; margin:10px 5px; padding:2px 5px; border:1px solid #cecece; }
.page li a { color:#6BC30D; }
.page li a:hover {text-decoration:underline; }

/*回答模块*/
.askbody {
	padding:20px;
}
.strong {
	font-size:24px;
	color:#000;
	font-weight:700;
}
.ask_ipt {
	width:80%;
	height:35px;
	color:#999999;
	border:1px solid #E7E7E7;
	border-radius:5px;
	padding-left:10px;
}
.ipt-yzm {
	width:60px;
	height:10px;
	color:#999999;
	border:1px solid #E7E7E7;
	padding:10px 5px;
	float:left;
	margin-top:10px;
}
.yzm-img {
	float:left;
	margin:10px 0 0 10px;
}
.answer-cont {
	border:1px solid #E7E7E7;
	border-radius:5px;
	padding:10px;
	background:#fff;
}
.ask_iptarea {
    overflow: hidden;
    word-wrap: break-word;
    resize: horizontal;
    height: 238px;
    width: 90%;
    padding: 10px;
    min-height: 238px;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
}
.askbody span {
	font-size:14px;
	font-weight:normal;
	margin:10px 0;
	width:75px;
	display:block;
}
.asksubmit input {
	width:150px;
	height:50;
	line-height:50px;
	color:#fff;
	background:#6BC30D;
	border-radius:5px;
	font-size:18px;
	margin-top:10px;
}
.q-content {
	position:relative;
	background:#F6F7F9;
	border-radius:5px;
	padding:40px;
}
.q-title {
	font-size:24px;
	line-height:28px;
	margin:0;
	font-weight:700;
	color:#000;
}
.q-info {
	margin-top:8px;
	font-size:12px;
	color:#999;
}
.q-info span {
	margin-right:10px;
}
.q-btn {
	position:absolute;
	right:40px;
	top:40px;
}
.q-btn a {
	display:inline-block;
	margin-left:10px;
	border-radius:3px;
	-webkit-border-radius:3px;
	width:88px;
	height:34px;
	border:1px solid #0085ee;
	color:#0085ee;
	font:14px/34px "Microsoft YaHei";
	text-decoration:none;
}
.q-btn a.answer {
	padding-left:36px;
	width:70px;
	background:#0085ee url(replyBtn.png) no-repeat 12px 10px;
	color:#fff;
}
.q-desc {
	margin-top:20px;
	font-size:16px;
	line-height:1.8;
}
.answer-box {
	margin-top:25px;
	display:none;
}
.answer-btn input {
	height:40px;
	margin:15px 0 0 10px;
	float:right;
	width:180px;
	background-color:#0085EE;
	color:#fff;
	text-decoration:none;
}
.answers {
	margin-top:40px;
}
h3.answer_cont {
	color:#333;
	font-weight:700;
	font-size:18px;
	line-height:25px;
	padding-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}
.user-info {
	margin-top:20px;
}
.user-avatar {
	width:40px;
	height:40px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	position:relative;
	overflow:hidden;
	margin-right:8px;
	float:left;
}
.avatar img {
	width:100%;
	height:100%;
}
.user-name {
	display:block;
	color:#222;
	font-size:14px;
	line-height:20px;
	margin-top:2px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	margin-bottom:2px;
}
.user-saytime {
	display:block;
	color:#999;
	font-size:12px;
	margin-top:2px;
	width:620px;
	margin-bottom:2px;
}
.ans {
	font-size:16px;
	line-height:1.8;
	border-bottom:1px solid #e8e8e8;
	padding-bottom:25px;
}
.ans p {
	margin-top:20px;
}
.qlist-box{padding:0 20px;}
.qlist {font-size:14px;line-height:1.8; border-bottom: 1px solid #e8e8e8;padding-bottom:25px;}
.qlist h5{font-size:18px; color:#000;margin:10px 0;font-weight:700;}
@media (max-width: 768px) {
.q-btn {
    position: absolute;
    right: 0px;
    top: 0px;
}
.answers{padding:0 20px;}
}

@media (max-width: 640px) {
.footer_l,.link {
	display:none;
}
.footer_r p { margin-left:30px;}

}

@media (max-width:767px) {
.newstext{ font-size:18px; line-height:32px; }
.big{ font-size:24px; line-height:42px; }
}
@media (min-width:768px) and (max-width:991px) {
.newstext{ font-size:18px; line-height:32px; }
.big{ font-size:24px; line-height:42px; }
}
@media (min-width:992px) and (max-width:1199px) {
.newstext{ font-size:14px; line-height:28px; }
.big{ font-size:18px; line-height:36px; }
}
@media (min-width:1200px) {
.newstext{ font-size:14px; line-height:28px; }
.big{ font-size:18px; line-height:36px; }
}
.newsinfo .fontsize { float:right; width:80px; margin-top:-5px; }