@charset "utf-8";
    @font-face {
    font-family: iconfont;
    src: url('//at.alicdn.com/t/font_733003_nc21etc7y4r.eot');
    src: url('//at.alicdn.com/t/font_733003_nc21etc7y4r.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_733003_nc21etc7y4r.woff') format('woff'), url('//at.alicdn.com/t/font_733003_nc21etc7y4r.ttf') format('truetype'), url('//at.alicdn.com/t/font_733003_nc21etc7y4r.svg#iconfont') format('svg');
}
.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    outline: 0;
    word-wrap: break-word;
    word-break: break-all;
}
input.hidefocus::-moz-focus-inner {
    border: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
fieldset, img {
    border: 0;
}
del, ins {
    text-decoration: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
    font-family: Raleway, Helvetica, Arial, Microsoft Yahei, sans-serif;
}
q:after, q:before {
    content: ''}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: baseline;
}
sub {
    vertical-align: baseline;
}
legend {
    color: #5a5a5a;
}
button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
button, input, select, textarea {
    font-size: 100%}
em, i {
    font-style: normal;
}
small {
    font-size: 12px;
    display: block;
}
html {
    -webkit-tap-highlight-color: transparent;
}
body {
    font-weight: 300;
    color: #616366;
    font: 15px/25px Raleway, Helvetica, Arial, Microsoft Yahei, sans-serif;
}
a {
    color: #616366;
    text-decoration: none;
}
a:hover {
    color: #1e88e5;
    text-decoration: none;
}
mip-img {
    max-width: 100%!important;
    width: inherit!important;
    height: auto!important;
    text-align: center;
}
mip-img img {
    display: inline-block!important;
    min-width: inherit!important;
    max-width: inherit!important;
    width: inherit!important;
    height: inherit!important;
    margin: inherit!important;
}
.red a {
    color: red;
}
.blue a {
    color: #00f;
}
.clear {
    clear: both;
}
.clear_fix {
    zoom: 1;
}
.clear_fix:after {
    display: block;
    clear: both;
    content: ".";
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.container {
    width: 1150px;
    margin: 0 auto;
}
#header {
    width: 100%;
    background: #026fce;
    background: linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: -moz-linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: -o-linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: -webkit-linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    margin-bottom: 20px;
}
.header {
    padding: 20px 0;
    height: auto;
    overflow: hidden;
}
.header a {
    color: #fff;
}
.logo {
    float: left;
    font-size: 33px;
    padding: 15px 0 0;
}
.logo div.logo_tit {
    font-weight: 500;
}
.search {
    float: right;
    width: 450px;
    height: 55px;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 3px;
}
.search form {
    width: 100%;
    height: 100%}
.search form form {
    width: 100%}
.search form input {
    float: left;
    width: 82%;
    height: 55px;
    line-height: 55px;
    background-color: transparent;
    border: none;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(255, 255, 255, .8);
}
.search form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}
.search form input::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}
.search form input:-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}
.search form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
}
.search form button {
    float: right;
    width: 18%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: transparent;
    border: none;
    color: rgba(196, 227, 255, .6);
    cursor: pointer;
}
.mip-nav-wrapper {
    height: auto;
}
mip-nav-slidedown #bs-navbar {
    float: none;
    margin-right: auto;
}
.nav {
    padding-bottom: 20px;
}
.nav ul {
    list-style: none;
    margin-left: -15px;
}
.nav li {
    display: inline-block;
    position: relative;
    z-index: 3;
    line-height: 32px;
}
.nav li+#nvabar-item-index {
    display: none;
}
.nav li a {
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    display: block;
}
.nav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #e6e9eb;
    padding: 10px;
    border-radius: 3px;
    min-width: 100%;
    text-align: center;
}
.nav li:hover>ul {
    display: block;
}
.nav li li {
    display: block;
    white-space: nowrap;
}
.nav li li a {
    color: #616366;
    padding: 0 5px;
}
.nav li li a:hover {
    color: #0b4182;
}
.nav li li ul {
    left: 100%;
    top: 0;
}
@media screen and (max-width:870px) {
    .mip-nav-wrapper #bs-navbar {
    position: static;
}
}#main {
    margin-bottom: 40px;
}
.main {
    overflow: hidden;
}
.main-left {
    float: left;
    width: 830px;
}
.main-right {
    float: right;
    width: 300px;
}
.home_huabei {
    overflow: hidden;
}
.huabei_about, .huabei_about2 {
    padding: 20px 30px;
    border: 1px solid #e6e9eb;
    overflow: hidden;
    margin-bottom: 10px;
}
.huabei_about h2, .huabei_about2 h2 {
    font-size: 20px;
}
.huabei_about p, .huabei_about2 p {
    margin: 10px 0;
}
.huabei_body {
    overflow: hidden;
    margin-right: -2%}
.huabei_body .box {
    padding: 15px 20px;
    float: left;
    width: 31.3333333%;
    border: 1px solid #e6e9eb;
    overflow: hidden;
    border-top-color: #1e88e5;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    text-align: center;
}
.huabei_body .box .img {
    display: inline-block;
    font-size: 0;
}
@media screen and (max-width:767px) {
    .huabei_about, .huabei_about2 {
    padding: 10px;
    margin-bottom: 5px;
}
.huabei_body {
    margin-right: 0;
}
.huabei_body .box {
    width: 100%;
    margin-right: 0;
    padding: 10px;
    margin-bottom: 5px;
}
}.home_study {
    padding: 20px 30px;
    border: 1px solid #e6e9eb;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.home_study h2 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.home_study .box {
    float: left;
    width: 25%;
    display: inline-block;
}
.home_study .box strong {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.home_study .box ul {
    list-style: none;
}
.home_study .box li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home_study .box li a {
    color: #1e88e5;
}
.home_study .box li:nth-last-child(2) {
    display: none;
}
.home_study .box li:nth-last-child(1) {
    display: none;
}
.main_box {
    margin-right: -2%}
.main_box .box {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e6e9eb;
    overflow: hidden;
    border-top-color: #1e88e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text_box {
    padding: 20px 30px;
}
.text_box h2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.text_box ul {
    list-style: none;
}
.text_box li {
    margin-bottom: 16px;
    position: relative;
    height: 25px;
    overflow: hidden;
    font-size: 15px;
}
.text_box li::before {
    content: "\f15c";
    font-family: FontAwesome;
    position: absolute;
    margin-top: 0;
    font-size: 16px;
}
.text_box li a {
    padding-left: 32px;
}
.pic_box {
    padding: 20px 30px;
}
.pic_box h2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.pic_box ul {
    list-style: none;
}
.pic_box li {
    overflow: hidden;
    margin-bottom: 16px;
}
.pic_box li .pic {
    float: left;
    width: 50px;
    height: 45px;
    overflow: hidden;
}
.pic_box li .pic img {
    width: 100%;
    height: 100%}
.pic_box li .text {
    margin-left: 60px;
}
.pic_box li .text h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pic_box li .text p {
    font-size: 14px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main_box .pic_one_box {
    padding: 15px 20px;
    width: 31.3333333%}
.pic_one_box h2 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.pic_one_box .one_box {
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}
.pic_one_box .one_box span {
    display: block;
}
.pic_one_box .one_box .pic {
    float: left;
    width: 160px;
    height: 125px;
    overflow: hidden;
}
.pic_one_box .one_box .pic img {
    width: 100%;
    height: auto;
}
.pic_one_box .one_box .text {
    margin-left: 170px;
}
.pic_one_box .one_box .text h3 {
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 5px;
}
.pic_one_box .one_box .text p {
    font-size: 13px;
    color: #888;
    line-height: 19px;
    height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}
.pic_one_box ul {
    list-style: none;
    clear: both;
}
.pic_one_box li {
    margin-bottom: 8px;
    position: relative;
    height: 25px;
    overflow: hidden;
}
.pic_one_box li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #1e88e5;
    position: absolute;
    margin-top: 11px;
}
.pic_one_box li a {
    padding-left: 13px;
}
.main_box .pic_five_box {
    padding: 15px 20px 5px;
    width: 98%}
.pic_five_box h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.pic_five_box ul {
    list-style: none;
    margin-right: -1%}
.pic_five_box li {
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 10px;
}
.pic_five_box li .pic {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
}
.pic_five_box li .pic img {
    width: 100%;
    height: auto;
}
.pic_five_box li p {
    margin: 5px 0;
    padding: 0 10px;
    height: 25px;
    overflow: hidden;
    text-align: center;
}
.home_news {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
}
.home_links {
    padding: 20px 30px;
}
.home_links h3 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.home_links ul {
    list-style: none;
    overflow: hidden;
}
.home_links li {
    float: left;
    margin-right: 10px;
}
@media screen and (max-width:876px) {
    .home_links {
    padding: 10px 15px;
}
.home_links h3 {
    margin-bottom: 10px;
}
}#footer {
    border-top: 1px solid #edeff2;
}
.footer {
    position: relative;
}
.fqr {
    width: 120px;
    margin: 300px auto 10px;
    position: static;
    text-align: center;
    background-color: #fff;
    border: 1px solid #edeff2;
    padding: 10px;
}
.fqr img {
    width: 100%;
    height: auto;
}
.mip-fill-content {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.footer-nav {
    float: right;
    overflow: hidden;
    padding: 35px 0;
}
.footer-nav ul.fnav {
    list-style: none;
    display: inline-block;
}
.footer-nav ul.fnav li {
    display: inline-block;
}
.footer-nav ul.fnav li a {
    display: block;
    padding: 8px 16px;
}
.footer-nav ul.social {
    list-style: none;
    display: inline-block;
}
.footer-nav ul.social li {
    display: inline-block;
    margin-left: 13px;
}
.footer-nav ul.social li a {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #1e88e5;
    color: #1e88e5;
    font-size: 18px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.footer-nav ul.social li a i {
    font-size: 24px;
}
.footer-nav ul.social li button {
    background-color: transparent;
    border: none;
}
.footer-nav ul.social li a:hover {
    background-color: #1e88e5;
    color: #fff;
}
.footer-copyright {
    float: left;
    padding: 35px 0;
}
.footer-copyright span {
    color: #888;
    font-size: 14px;
}
.footer-copyright span a {
    color: #888;
}
.goTop {
    position: fixed;
    left: 50%;
    right: auto;
    margin-left: 585px;
    bottom: 135px;
    z-index: 4;
    font-size: 16px;
    background-color: #1e88e5;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.goTop i {
    font-size: 24px;
}
mip-fixed {
    left: 50%;
    right: auto;
    margin-left: 585px;
    bottom: 135px!important;
}
mip-gototop {
    border: none;
    background: 0 0;
}
@media screen and (max-width:1150px) {
    mip-fixed {
    left: auto;
    margin-left: 585px;
    bottom: 10%!important;
}
}.breadcrumb {
    margin: -10px auto 10px;
}
.breadcrumb i {
    display: inline-block;
    margin: 0 5px;
}
.list_intro {
    margin: -20px 0 10px;
}
.list_intro p {
    position: relative;
    border-left: 3px solid #1e88e5;
    padding-left: 12px;
}
@media screen and (max-width:876px) {
    .list_intro {
    margin: -10px 0 10px;
}
}.main-list {
    padding: 20px 30px;
    border: 1px solid #e6e9eb;
    border-top-color: #1e88e5;
    overflow: hidden;
}
.main-list h1 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.main-list ul {
    list-style: none;
}
.main-list li {
    margin-bottom: 16px;
    position: relative;
    height: 25px;
    overflow: hidden;
    font-size: 15px;
}
.main-list li::before {
    content: "\f15c";
    font-family: FontAwesome;
    position: absolute;
    margin-top: 0;
    font-size: 16px;
}
.main-list li a {
    padding-left: 32px;
}
.pagebar {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.pagebar a, .pagebar span {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #1e88e5;
    background-color: #1e88e5;
    color: #fff;
    margin: 5px;
    border-radius: 3px;
}
.pagebar a:hover, .pagebar span {
    border-color: #e6e9eb;
    background-color: transparent;
    color: #616366;
}
@media screen and (max-width:876px) {
    .pagebar a, .pagebar span {
    margin: 5px 1px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
}.ias_trigger {
    padding: 5px 0;
    display: block;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    background: linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: -ms-linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: -moz-linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: -o-linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: -webkit-linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
    background-image: linear-gradient(45deg, #0b4182 1%, #1e88e5 64%, #40baf5 97%);
}
.ias_trigger a {
    display: block;
    color: #fff;
}
.pagebar-loading {
    padding: 5px 0;
    text-align: center;
    background: #026fce;
    color: #fff;
    border-radius: 3px;
}
.main-list-pic {
    padding: 20px 30px;
    border: 1px solid #e6e9eb;
    border-top-color: #1e88e5;
    overflow: hidden;
}
.main-list-pic h1 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.main-list-pic ul {
    list-style: none;
}
.main-list-pic li {
    overflow: hidden;
    margin-bottom: 16px;
}
.main-list-pic li .pic {
    float: left;
    width: 50px;
    height: 45px;
    overflow: hidden;
}
.main-list-pic li .pic img {
    width: 100%;
    height: 100%}
.main-list-pic li .text {
    margin-left: 60px;
    display: block;
}
.main-list-pic li .text h3 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-list-pic li .text p {
    font-size: 13px;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-list-img {
    padding: 0px 0px;
    overflow: hidden;
}
.main-list-img h1 {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.main-list-img ul {
    list-style: none;
}
.main-list-img li {
    overflow: hidden;
    margin-bottom: 16px;
    border-bottom: 1px solid #edeff2;
    padding-bottom: 16px;
}
.main-list-img li .img {
    float: left;
    width: 200px;
    height: 140px;
    overflow: hidden;
    border-radius: 3px;
}
.main-list-img li .img img {
    width: 100%;
    height: auto;
}
.main-list-img li .text {
    margin-left: 220px;
}
.main-list-img li .text h3 {
    white-space: nowrap;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 16px;
}
.main-list-img li .text h3 a {
    color: #363b40;
    font-size: 18px;
}
.main-list-img li .text:hover h3 a {
    color: #1e88e5;
}
.main-list-img li .text p {
    font-size: 14px;
    height: 50px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.main-list-img li .text .info {
    font-size: 13px;
    margin-top: 12px;
}
.main-list-img li .text .info span {
    display: inline-block;
    margin-right: 10px;
}
.main-list-img li .text .info span.tags {
    line-height: 20px;
    margin-left: 0;
}
.main-list-img li .text .info span.tags a {
    display: inline-block;
    color: #1e88e5;
    margin-right: 5px;
}
.main-list-img li .text .info span.tags a::after {
    content: ", ";
    padding-left: 4px;
    color: #1e88e5;
}
.main-list-img li .text .info span.tags a:last-child::after {
    content: "";
    padding-left: 0;
}
.main-article {
    padding: 20px 30px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.main-article .article-tit {
    text-align: center;
    border-bottom: 1px solid #edf0f2;
    padding-bottom: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.main-article .article-tit h1 {
    font-size: 33px;
    line-height: 46px;
    margin-bottom: 8px;
    color: #363b40;
}
.main-article .article-info {
    overflow: hidden;
}
.main-article .article-info span {
    margin-right: 10px;
    font-size: 14px;
}
.article-content {
    padding: 0;
    font-style: normal;
    margin-bottom: 20px;
    color: #2a2a2a;
}
.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
    line-height: 1.2;
    margin-bottom: 18px;
    background-color: #fbfbfb;
    color: #222;
    padding-left: 10px;
    margin: 10px -2%;
    font-weight: 400;
}
.article-content h1 {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-content h2 {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.article-content h3 {
    font-size: 18px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.article-content h4 {
    font-size: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.article-content h5 {
    font-size: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: 400;
}
.article-content h6 {
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 400;
}
.article-content ol, .article-content ul {
    margin: 0 0 0px 40px;
}
.article-content ul {
    list-style: disc;
}
.article-content ol {
    list-style: decimal;
}
.article-content li {
    margin-bottom: 0px;
}
.article-content p {
    line-height: 160%;
    text-indent: 0em;
    text-justify: inter-ideograph;
    color: #2a2a2a;
    font-size: 16px;
    padding: 8px 0;
    text-align: justify;
}
.article-content img {
    max-width: 601px;
    height: auto;
}
.article-content p img {
    display: block;
    margin: 0 auto;
}
.article-content pre {
    word-wrap: break-word;
}
.article-content table {
    width: 100%;
    margin-bottom: 18px;
}
.article-content table th {
    background-color: #f9f9f9;
    text-align: center;
}
.article-content table td, .article-content table th {
    padding: 5px 10px;
}
.article-content .alignnone {
    margin: 0 auto;
}
.article-content .alignleft {
    float: left;
    text-align: left;
    margin-right: 10px;
}
.article-content .aligncenter {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.article-content .alignright {
    float: right;
    text-align: right;
    margin-left: 10px;
}
.article-content a {
    color: #1e88e5;
}
.article-content a:hover {
    color: #40baf5;
    text-decoration: underline;
}
.article-content pre, .comment pre {
    font-size: 12px;
    background: #ededed;
}
.article-content blockquote {
    margin: 10px;
    border: 1px #d0d4c8 dashed;
    background: #f4f5f6 url('') 5px 5px no-repeat;
    padding: 20px 20px 15px 20px;
    font-size: 18px;
}
.article-content blockquote p {
    line-height: 1.5;
    text-indent: 0;
    padding: 8px 0;
}
.article-content blockquote p img {
    margin-left: 0;
}
@media screen and (max-width:767px) {
    .article-content embed, .article-content iframe, .article-content video {
    width: 100%}
.article-content p {
    text-indent: 0;
    line-height: 180%;
    font-size: 16px;
}
.article-content img {
    width: auto;
    max-width: 100%}
.article-content blockquote {
    padding: 10px;
}
.article-content blockquote p {
    padding: 3px 0;
}
}.diy_bottom_line {
    display: block;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #1e88e5;
    font-size: 1.2em;
    color: #2a2a2a;
}
.tag_all {
    overflow: hidden;
}
.tag_all ul {
    list-style: none;
}
.tag_all ul li {
    float: left;
    margin: 0 10px 10px;
    color: #bbb;
}
.tag_all ul li a {
    display: inline-block;
    margin-right: 3px;
}
.tag_all ul li.tag_diyUEditor a {
    color: #1e88e5;
}
.article-tags {
    margin: 25px 0;
    overflow: hidden;
}
.article-tags span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #363b40;
}
.article-tags a {
    display: inline-block;
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #1e88e5;
    color: #1e88e5;
    border-radius: 15px;
    font-size: 13px;
    margin-right: 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.article-tags a:hover {
    background-color: #1e88e5;
    color: #fff;
}
.Prev_Next {
    margin: 20px 0;
    border-top: 1px solid #edeff2;
    border-top-color: #1e88e5;
    padding-top: 10px;
    overflow: hidden;
}
.Prev_Next span {
    float: left;
    display: inline-block;
    width: 50%;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Prev_Next span+span {
    text-align: right;
    padding-right: 0;
}
@media screen and (max-width:780px) {
    .Prev_Next {
    margin: 10px 0;
}
.Prev_Next span {
    float: none;
    width: 100%;
    padding: 0;
}
.Prev_Next span+span {
    text-align: left;
}
}.article-related {
    border-top: 1px solid #edeff2;
    padding: 15px 0;
    overflow: hidden;
}
.article-related h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.article-related ul.se {
    list-style: none;
}
.article-related ul.se li {
    float: left;
    width: 50%;
    padding-right: 5%;
    position: relative;
    margin-bottom: 5px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.article-related ul.se li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #40baf5;
    position: absolute;
    margin-top: 10px;
}
.article-related ul.se li a {
    padding-left: 15px;
}
.article-related ul.pro {
    list-style: none;
}
.article-related ul.pro li {
    overflow: hidden;
    margin-bottom: 16px;
    border-bottom: 1px solid #edeff2;
    padding-bottom: 16px;
}
.article-related ul.pro li .img {
    float: left;
    width: 200px;
    height: 140px;
    overflow: hidden;
    border-radius: 3px;
}
.article-related ul.pro li .img img {
    width: 100%;
    height: auto;
}
.article-related ul.pro li .text {
    margin-left: 220px;
}
.article-related ul.pro li .text h3 {
    white-space: nowrap;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 16px;
}
.article-related ul.pro li .text h3 a {
    color: #363b40;
    font-size: 18px;
}
.article-related ul.pro li .text:hover h3 a {
    color: #1e88e5;
}
.article-related ul.pro li .text p {
    font-size: 14px;
    height: 50px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.article-related ul.pro li .text .info {
    font-size: 13px;
    margin-top: 12px;
}
.article-related ul.pro li .text .info span {
    display: inline-block;
    margin-right: 10px;
}
.article-related ul.pro li .text .info span.tags {
    line-height: 20px;
    margin-left: 0;
}
.article-related ul.pro li .text .info span.tags a {
    display: inline-block;
    color: #1e88e5;
    margin-right: 5px;
}
.article-related ul.pro li .text .info span.tags a::after {
    content: ", ";
    padding-left: 4px;
    color: #1e88e5;
}
.article-related ul.pro li .text .info span.tags a:last-child::after {
    content: "";
    padding-left: 0;
}
@media screen and (max-width:767px) {
    .article-related ul.se li {
    width: 100%}
.article-related ul.pro li .img {
    width: 120px;
    height: 90px;
}
.article-related ul.pro li .text {
    margin-left: 130px;
}
.article-related ul.pro li .text h3 {
    margin-bottom: 10px;
    max-height: 52px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.article-related ul.pro li .text p {
    display: none;
}
.article-related ul.pro li .text .info span+span+span {
    display: none;
}
}.comments {
    padding: 15px 0 0;
    overflow: hidden;
}
.comments .tit {
    overflow: hidden;
    margin-bottom: 25px;
}
.comments .tit h3 {
    float: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.comments .tit span {
    float: right;
    display: inline-block;
}
.comments .tit span a {
    color: #1e88e5;
}
.comment_list {
    overflow: hidden;
}
.comment_list ul {
    list-style: none;
    border: 1px solid #e6e9eb;
    border-radius: 3px;
    padding: 12px 20px 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.comment_list ul li {
    overflow: hidden;
}
.comment_list ul li .comment_avatar {
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
}
.comment_list ul li .comment_avatar img {
    width: 100%;
    height: auto;
}
.comment_list ul li .comment_body {
    margin-left: 74px;
}
.comment_list ul li .comment_body .comment_tit span {
    font-size: 13px;
    color: #888;
}
.comment_list ul li .comment_body .comment_tit span strong {
    font-weight: 500;
    color: #363b40;
}
.comment_list ul li .comment_body .comment_tit span.reply {
    float: right;
}
.comment_list ul li .comment_body p {
    margin-bottom: 10px;
}
.comment_list ul li .comment_body p a {
    color: #1e88e5;
}
.compost {
    overflow: hidden;
}
.compost .tit {
    overflow: hidden;
    margin-bottom: 25px;
}
.compost .tit h3 {
    float: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #363b40;
}
.compost .tit span {
    float: right;
    display: inline-block;
    color: #1e88e5;
}
.compost .tit span a {
    color: #1e88e5;
}
.compost_post .compost_textarea {
    margin-bottom: 15px;
}
.compost_post .compost_textarea textarea {
    width: 100%;
    height: 160px;
    border: 1px solid #dcdee0;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.compost_input ul {
    list-style: none;
}
.compost_input li {
    overflow: hidden;
    margin-bottom: 10px;
}
.compost_input li input {
    width: 100%;
    border: 1px solid #dcdee0;
    padding: 8px 12px;
    height: 50px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.compost_input li.inpVerify {
    overflow: hidden;
}
.compost_input li.inpVerify input {
    width: 30%}
.compost_input li.inpVerify img {
    height: 47px;
    vertical-align: middle;
}
.compost_button {
    overflow: hidden;
}
.compost_button button {
    width: 100%;
    border: 1px solid #1e88e5;
    background-color: #1e88e5;
    color: #fff;
    padding: 12px 24px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.compost_button:hover button {
    border-color: #40baf5;
    background-color: #40baf5;
}
@media screen and (max-width:876px) {
    .comment_list ul li .comment_avatar {
    float: none;
    display: none;
}
.comment_list ul li .comment_body {
    margin-left: 0;
}
}.main-right .widget:first-child {
    margin-top: 0;
}
.widget {
    padding: 10px 5px;
    overflow: hidden;
    margin-top: 15px;
}
.widget h5 {
    font-size: 18px;
    color: #363b40;
    margin-bottom: 10px;
}
.widget ul {
    list-style: none;
}
.widget li {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}
.widget li::before {
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    margin-top: 11px;
}
.widget li a {
    padding-left: 13px;
}
#tbCalendar {
    width: 100%;
    text-align: center;
}
.widget_calendar caption {
    height: 20px;
    line-height: 20px;
}
.widget_calendar td {
    padding: 5px 0;
}
.widget_calendar td a {
    display: block;
    margin: 5px;
    padding: 5px 0;
    background-color: #1e88e5;
    color: #fff;
}
.widget_comments li {
    height: auto;
    line-height: 23px;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
}
.widget_comments li:last-child {
    border-bottom: none;
}
.widget_comments li::before {
    content: "";
    display: none;
}
.widget_comments li a {
    padding-left: 0;
}
.widget_comments li .img {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.widget_comments li .img img {
    width: 100%;
    height: auto;
}
.widget_comments li .info {
    margin-left: 50px;
}
.widget_comments li .info span {
    color: #888;
}
.widget_comments li .info p {
    max-height: 46px;
    overflow: hidden;
}
.widget_archives li, .widget_authors li, .widget_catalog li, .widget_link li {
    float: left;
    width: 100%}
.widget_misc li::before, .widget_statistics li::before {
    content: "";
    display: none;
}
.widget_misc li {
    height: auto;
    line-height: normal;
}
.widget_misc li a {
    padding-left: 0;
}
.widget_tags ul {
    overflow: hidden;
}
.widget_tags li {
    float: left;
    width: auto;
    margin-right: 5px;
    margin-bottom: 5px;
    height: auto;
}
.widget_tags li::before {
    content: "";
    display: none;
}
.widget_tags li a {
    display: block;
    padding: 2px 8px;
    color: #fff;
}
.widget_tags li[class$="0"] a {
    background-color: #4a4a4a;
}
.widget_tags li[class$="1"] a {
    background-color: #428bca;
}
.widget_tags li[class$="2"] a {
    background-color: #5cb85c;
}
.widget_tags li[class$="3"] a {
    background-color: #d9534f;
}
.widget_tags li[class$="4"] a {
    background-color: #567e95;
}
.widget_tags li[class$="5"] a {
    background-color: #b433ff;
}
.widget_tags li[class$="6"] a {
    background-color: #00aba9;
}
.widget_tags li[class$="7"] a {
    background-color: #b37333;
}
.widget_tags li[class$="8"] a {
    background-color: #f60;
}
.widget_tags li[class$="9"] a {
    background-color: #d8b303;
}
.widget_tuijian .tj_box {
    overflow: hidden;
    margin-bottom: 10px;
}
.widget_tuijian .tj_box .img {
    float: left;
    width: 100px;
    height: 80px;
    overflow: hidden;
}
.widget_tuijian .tj_box .img img {
    width: 100%;
    height: auto;
}
.widget_tuijian .tj_box .info {
    margin-left: 115px;
    margin-top: -2px;
}
.widget_tuijian .tj_box .info p {
    line-height: 28px;
    font-size: 16px;
    max-height: 84px;
    overflow: hidden;
}
.widget_tuijian ul {
    list-style: none;
}
.widget_searchpanel form {
    width: 100%;
    border: 1px solid #1e88e5;
    height: 36px;
    line-height: 36px;
}
.widget_searchpanel input {
    float: left;
    width: 75%;
    border: none;
    height: 100%;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.widget_searchpanel input+input {
    float: right;
    width: 25%;
    border: none;
    background-color: #1e88e5;
    text-align: center;
    color: #fff;
    padding-left: 0;
}
.a_tl_d {
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}
.a_tl_d img {
    max-width: 100%}
.a_home_module_d {
    padding-right: 2%;
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}
.a_home_module_d img {
    max-width: 100%}
.a_post_d {
    margin: 5px 0;
    overflow: hidden;
    text-align: center;
}
.a_post_d img {
    max-width: 100%}
@media screen and (max-width:876px) {
    .a_home_module_d, .a_tl_d {
    margin: 10px auto;
}
}.page404 {
    padding: 10px 0 40px;
    text-align: center;
    overflow: hidden;
}
.page404 h1 {
    margin: 10px 0;
    color: #333;
    text-shadow: rgba(61, 61, 61, .3) 1px 1px, rgba(61, 61, 61, .2) 2px 2px, rgba(61, 61, 61, .3) 3px 3px;
    font-weight: 700;
    font-size: 98px;
    line-height: 150px;
}
.page404 h3 {
    margin: 10px 0;
    color: #333;
    font-size: 30px;
    line-height: 35px;
    font-weight: 400;
}
.serach404 {
    margin: 20px 0;
}
.serach404 p {
    color: #333;
    font-size: 14px;
}
.serach404 form {
    width: 420px;
    margin: 10px auto;
    overflow: hidden;
}
.serach404 form input {
    float: left;
    width: 335px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    padding-left: 2%;
    border: 1px solid #1e88e5;
}
.serach404 form button {
    float: right;
    width: 85px;
    line-height: 38px;
    height: 40px;
    background-color: #1e88e5;
    color: #fff;
    text-align: center;
    border: 1px solid #1e88e5;
    font-size: 16px;
}
.goindex404 {
    text-align: center;
    margin: 20px 0;
}
.goindex404 a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #1e88e5;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
}
@media screen and (max-width:980px) {
    .page404 {
    padding: 0 0 0;
}
.serach404 form {
    width: 80%}
.serach404 form input {
    width: 75%}
.serach404 form button {
    width: 25%}
}.nav_bottom_ad {
    margin: -10px auto 10px;
    overflow: hidden;
    font-size: 14px;
}
.nav_bottom_ad ul {
    list-style: none;
    overflow: hidden;
}
.nav_bottom_ad li {
    background-color: #f6f6f6;
    height: 28px;
    margin-bottom: 4px;
    overflow: hidden;
}
.nav_bottom_ad li a {
    color: #333;
}
.nav_bottom_ad li a:hover {
    text-decoration: underline;
}
.nav_bottom_ad li:nth-child(2n) {
    background-color: #fff;
}
.nav_bottom_ad li span {
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    color: #333;
    border-left-color: #1e88e5;
    border-left-width: 2px;
    margin-right: 10px;
}
.nav_bottom_ad li a {
    display: inline-block;
    margin-right: 20px;
    font-weight: 700;
}
.main-article-ask {
    margin-bottom: 20px;
}
.main-article .article-ask {
    border-bottom: 1px solid #edf0f2;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}
.main-article .article-ask h1 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 8px;
    color: #363b40;
}
.main-article .article-ask .article-info span {
    color: #777;
    margin-right: 8px;
}
.article-ask-q {
    padding-bottom: 10px;
    overflow: hidden;
}
.article-ask-q p {
    line-height: 200%;
    text-indent: 2em;
    text-justify: inter-ideograph;
    color: #2a2a2a;
    font-size: 16px;
    padding: 6px 0;
    text-align: justify;
}
.article-ask-q .article-ask-tags {
    margin: 10px 0 0;
    overflow: hidden;
}
.article-ask-q .article-ask-tags span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
    color: #363b40;
}
.article-ask-q .article-ask-tags a {
    display: inline-block;
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #1e88e5;
    color: #1e88e5;
    border-radius: 5px;
    font-size: 13px;
    margin-right: 10px;
}
.article-ask-q .article-ask-tags a:hover {
    background-color: #1e88e5;
    color: #fff;
}
.main-article-ask-daan {
    position: relative;
    z-index: 0;
    padding: 10px 30px 0;
    border-top-color: #f65220;
    margin-bottom: 20px;
}
.main-article-ask-daan::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 52px solid #f65220;
    border-left: 52px solid transparent;
}
.main-article-ask-daan i.tj {
    position: absolute;
    top: 5px;
    right: 1px;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.main-article-ask-daan h3.zj {
    line-height: 40px;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    color: #2a2a2a;
}
.main-article-related-ask {
    padding: 0 20px;
}
.main-article-related-ask .article-related {
    border: 0;
}
.main-article-related-ask .article-related h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 28px;
}
.main-article-related-ask .article-related ul.pro li:last-child {
    border: 0;
}
.main-article-comments-ask {
    padding: 0;
    z-index: 0;
    margin-bottom: 20px;
}
.comments_ask {
    padding: 10px 20px;
    position: relative;
}
.comments_ask .tit {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf0f2;
}
.comments_ask .tit h3 {
    font-size: 16px;
}
.comments_ask::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: 47px solid #1e88e5;
    border-left: 47px solid transparent;
}
.comments_ask i.newtext {
    position: absolute;
    top: 5px;
    right: 1px;
    z-index: 2;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.comment_list_ask ul {
    border: 0;
    border-bottom: 1px solid #e6e9eb;
    padding: 12px 0 5px;
}
.comment_list_ask ul li .comment_body {
    margin-left: 0;
}
.mnav {
    display: none;
}
@media screen and (max-width:1150px) {
    .container {
    width: 98%;
    margin: 0 1%}
.main-left {
    width: 72%}
.main-right {
    width: 26%}
}@media screen and (max-width:767px) {
    .main-left {
    width: 100%}
.main-right {
    display: none;
}
#header {
    margin-bottom: 10px;
    position: relative;
}
.header {
    padding: 10px 0;
    overflow: hidden;
}
.logo {
    float: left;
    font-size: 24px;
    padding: 0;
    margin-left: 1%;
    margin-right: 3%;
    position: relative;
    z-index: 2;
}
.search {
    float: left;
    width: 50%;
    height: 28px;
    margin-top: -2px;
    position: relative;
    z-index: 2;
}
.search form input {
    height: 27px;
    line-height: 27px;
}
.search form button {
    height: 27px;
    line-height: 27px;
}
.search form button i {
    font-size: 14px;
}
.mnav {
    display: block;
    position: absolute;
    right: 3%;
    top: 5px;
    z-index: 2;
}
.mnav i {
    display: block;
    margin-top: 8px;
    width: 28px;
    height: 4px;
    border-top: 12px double #fff;
    border-bottom: 4px solid #fff;
}
.mip-nav-wrapper {
    margin-top: -47px;
}
.nav {
    padding-bottom: 0;
    display: none;
}
.mip-nav-wrapper #bs-navbar {
    background-color: transparent;
    width: 98%}
.mip-nav-wrapper .navbar-toggle {
    padding: 5px 5%;
    cursor: pointer;
}
.mip-nav-wrapper .navbar-toggle .icon-bar {
    background-color: #fff;
}
.nav ul {
    margin-left: 0;
}
.nav li {
    display: block;
    text-align: center;
    position: static;
}
.nav li ul {
    position: static;
    display: block;
    min-width: none;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav li li:hover ul {
    display: none;
}
.nav li li {
    display: inline-block;
}
.nav li li a {
    font-size: 14px;
}
.nav li li ul {
    display: none;
}
#main {
    margin-bottom: 10px;
}
.home_study {
    padding: 10px 15px;
    margin-bottom: 10px;
}
.home_study .box {
    width: 100%}
.main_box {
    margin-right: 0;
}
.main_box .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.text_box {
    padding: 10px 15px;
}
.pic_box {
    padding: 10px 15px;
}
.main_box .pic_one_box {
    padding: 10px 15px;
    width: 100%}
.main_box .pic_five_box {
    padding: 10px 15px;
    width: 100%}
.pic_five_box ul {
    margin-right: -2%}
.pic_five_box li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 5px;
}
.home_news {
    margin-bottom: 10px;
}
.footer-nav {
    padding: 10px 0;
    float: none;
}
.footer-nav ul.fnav {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.footer-nav ul.fnav li a {
    padding: 2px 6px;
}
.footer-nav ul.social {
    display: block;
    overflow: hidden;
    text-align: center;
}
.footer-copyright {
    float: none;
    padding: 10px 0;
    text-align: center;
}
.breadcrumb {
    margin: -5px auto 5px;
    display: none;
}
.main-list {
    padding: 10px 15px;
}
.main-list h1 {
    margin-bottom: 15px;
}
.main-list-pic {
    padding: 10px 15px;
}
.main-list-pic h1 {
    margin-bottom: 15px;
}
.main-list-img {
    padding: 10px 15px;
}
.main-list-img h1 {
    margin-bottom: 15px;
}
.main-list-img li .img {
    width: 120px;
    height: 90px;
}
.main-list-img li .text {
    margin-left: 130px;
}
.main-list-img li .text h3 {
    margin-bottom: 10px;
    max-height: 52px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.main-list-img li .text p {
    display: none;
}
.main-list-img li .text .info span+span+span {
    display: none;
}
.main-article {
    padding: 5px;
    border: none;
}
.main-article .article-tit {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main-article .article-tit h1 {
    font-size: 24px;
    line-height: 38px;
}
.main-article .article-info {
    display: none;
}
.article-content {
    margin-bottom: 10px;
}
.goTop {
    left: auto;
    right: 5%;
    margin-left: auto;
    bottom: 8%}
.main-article-ask {
    margin-bottom: 5px;
}
.main-article .article-ask h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
.article-ask-q p {
    line-height: 180%}
.article-ask-q .article-ask-tags {
    display: none;
}
.main-article-ask-daan {
    border: 1px solid #f65220;
}
.main-article-ask-daan h3.zj {
    font-weight: 700;
    font-size: 16px;
}
.main-article-comments-ask {
    border: 1px solid #1e88e5;
    padding: 0;
    margin-bottom: 5px;
}
.comments_ask {
    padding: 10px;
}
.comments_ask::after {
    margin-left: 0;
}
.comments_ask .tit {
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.comments_ask .tit h3 {
    line-height: 24px;
}
.comment_list_ask ul {
    padding: 5px 0;
}
.main-article-related-ask {
    padding: 5px;
}
.main-article-related-ask .article-related h3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
}
}
