body{
    background-color: #f5f9f9;
    color: #333;
}
.graybg{
    background-color: #f5f9f9;
}
a {
    text-decoration: none; 
    color: #333; 
    cursor: pointer; 
    transition: 0.3s ease; 
    -ms-transition: 0.3s ease; 
    -moz-transition: 0.3s ease; 
    -webkit-transition: 0.3s ease; 
    -o-transition: 0.3s ease;
}
a:hover {
    color: #36ad9e; 
    transition: 0.3s ease; 
    -ms-transition: 0.3s ease; 
    -moz-transition: 0.3s ease; 
    -webkit-transition: 0.3s ease; 
    -o-transition: 0.3s ease; 
}
.auto-top{
    height: 34px;
    line-height: 34px;
    border-bottom: solid 1px #ddd;
    background-color: #f8f8f8;
}
.top .link{
    float: right;
}
.auto-header{
    background-color: #fff;
}
.header .hmain{
    padding: 25px 0;
}
.header .logo{
    float: left;
}
.header .search{
    position: absolute;
    left: 50%;
    margin-left: -251px;
    width: 500px;
    border: 1px solid #cddcda;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}
.header .search .search-text{
    float: left;
    width: 344px;
    line-height: 48px;
    height: 48px;
    padding: 0 10px 0 46px;
    border: 0 none;
}
.header .search .search-btn{
    float: right;
    width: 100px;
    line-height: 48px;
    font-size: 16px;
    cursor: pointer;
    background-color: #e1f3f1;
    color: #36ad9e;
    padding: 0;
    border: 0 none;
}
.auto-menu{
    clear: both;
    height: 50px;
    background-color: #36ad9e;
}
.auto-menu .navul li{
    float: left;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
}
.auto-menu .navul li a{
    display: block;
    padding: 0 20px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
}
.auto-menu .navul li a:hover{
    background-color: #309a8d;
}
.page-content .position{
    line-height: 30px;
    position: relative;
    padding-left: 30px;
    margin: 15px 0;
    font-size: 12px;
}
.section-content{
    padding: 30px 30px 20px 30px;
    background-color: #fff;
    border-radius: 10px;
}
.article-mode{
    width: 360px;
    float: left;
    margin-right: 30px;
}
.article-mode-top{
    float: right;
    margin-right: 0;
}
.article-mode .title-block{
    height: 48px;
    background-color: #F1F4F6;
    border-radius: 10px;
}
.article-mode .title-block .title{
    margin-left: 20px;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
}
.article-mode .ullist{
    padding-top: 20px;
}
.article-mode .ullist .li{
    clear: both;
    position: relative;
    padding: 0 60px 0 15px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.article-mode .ullist .li:before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #cbd9d9;
    left: 0;
    top: 12px;
}
.article-mode .ullist .li .time{
    color: #999;
    float: right;
}
.article-mode .ullist .first{
    padding-bottom: 10px;
}
.article-mode .ullist .first .img{
    width: 120px;
    height: 82px;
    display: block;
    float: left;
}
.article-mode .ullist .first .img img{
    width: 100%;
    min-height: 82px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}
.article-mode .ullist .first .right{
    float: left;
    width: 230px;
    margin-left: 10px;
}
.article-mode .ullist .first .title{
    font-size: 14px;
    font-weight: bold;
}
.article-mode .ullist .first .desc{
    color: #999;
    line-height: 24px;
    margin-top: 10px;
}
.article-mode .ullist .first .amore{
    color: #36ad9e;
}
.article-mode .toplist .li{
    height: 26px;
    line-height: 26px;
    margin-top: 18px;
    overflow: hidden;
}
.article-mode .toplist .li .number{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background-color: #d4dcdc;
}
.article-mode .toplist .li:nth-child(1) .number{
    background: #e33e42;
}
.article-mode .toplist .li:nth-child(2) .number{
    background: #e7805c;
}
.article-mode .toplist .li:nth-child(3) .number{
    background: #e8b856;
}
.cateblock .li{
    float: left;
    width: 106px;
    height: 74px;
    margin-right: 23px;
    background-color: #f5f9f9;
    border-radius: 10px;
    display: block;
    padding: 20px 0;
    text-align: center;   
}
.cateblock .li:last-child{
    margin-right: 0;
}
.cateblock .li .zi{
    width: 44px;
    height: 44px;
    overflow: hidden;
    border-radius: 10px;
    background-color: #36ad9e;
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 44px;
    font-weight: bold;
    margin: 0 auto 10px auto;
}
.cateblock .li .txt{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 5px;
}
.cateblock .li:hover {
    box-shadow: 0 10px 25px rgba(196,207,207,0.5); 
    background-color: #fff; 
    margin-top: -5px; 
}
.cateblock .li:nth-child(1) .zi { background-color: #36ad9e; }
.cateblock .li:nth-child(2) .zi { background-color: #e7805c; }
.cateblock .li:nth-child(3) .zi { background-color: #bfaf55; }
.cateblock .li:nth-child(4) .zi { background-color: #6498df; }
.cateblock .li:nth-child(5) .zi { background-color: #a758c1; }
.cateblock .li:nth-child(6) .zi { background-color: #d96a7f; }
.cateblock .li:nth-child(7) .zi { background-color: #64838d; }
.cateblock .li:nth-child(8) .zi { background-color: #71ad36; }
.cateblock .li:nth-child(9) .zi { background-color: #4595c3; }
.section-content .sectitle-block{
    height: 30px;
    border-bottom: 2px solid #36ad9e;
    padding-bottom: 20px;
}
.section-content .sectitle-block:nth-child(2n){
    border-bottom: 2px solid #e8b856;
}
.section-content .sectitle-block .title{
    float: left;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.section-content .sectitle-block  .subtag{
    height: 32px;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.section-content .sectitle-block .subtag a{
    background-color: #f5f9f9;
    padding: 5px 10px;
    display: block;
    float: left;
    border-radius: 20px;
    margin-left: 10px;
    color: #666;
}
.section-content .sectitle-block .subtag a:hover {
    background-color: #36ad9e; 
    color: #fff; 
}
.section-content .sectitle-block .amore{
    float: right;
    color: #36ad9e;
}
.auto-footer{
    background-color: #2e3433;
}
.footer-block{
    padding: 40px 0;
    color: #999;
}
.footer-block p{
    text-align: center;
    color: #999;
    line-height: 30px;
}
.footer-block a{
    color: #999;
}


.list-content .sider-left{
    width: 840px;
    float: left;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.list-content .sider-right{
    float: right;
    width: 300px;
    border-radius: 10px;
}
.list-content .list-desc{
    margin-bottom: 40px;
}
.list-content .list-desc .title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.list-content .list-desc .txt{
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.list-content .sider-left .title-block{
    height: 40px;
    position: relative;
    background-color: #f5f9f9;
    border-radius: 10px
}
.list-content .sider-left .title-block .title{
    line-height: 40px;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
}
.list-content .sider-left .title-block .title::before{
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 6px;
    background: #36ad9e;
    border-radius: 10px;
    left: 10px;
    top: 12px;
}
.list-content .sider-left .title-block.title1 .title::before{
    background-color: #e8b856;
}
.list-content .mhotblock{
    margin-bottom: 20px;
}
.list-content .mhotblock .ullist{
    float: left;
    width: 385px;
    padding-right: 50px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.list-content .mhotblock .ullist:last-child{
    padding-right: 0;
}
.list-content .mhotblock .ullist li{
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}
.list-content .mhotblock .ullist .frist{
    display: block;
    margin-bottom: 15px;
    padding-left: 0;
    font-weight: bold;
}
.list-content .mhotblock .ullist li .jp{
    background-color: #36ad9e;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    width: 16px;
    height: 16px;
    display: block;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}
.list-content .mhotblock .ullist li .time{
    float: right;
    color: #999;
    font-size: 12px;
}
.section-list .ullist{
    margin-top: 20px;
}
.section-list .ullist li{
    position: relative;
    line-height: 40px;
    min-height: 40px;
    margin-bottom: 10px;
    padding: 0 100px 0 20px;
}
.section-list .ullist li::after{
    content:"";
    display: block;
    position: absolute;
    border-bottom: 1px dashed #cbd9d9;
    width: 86%;
    top: 20px;
    z-index: 0;
}
.section-list .ullist li::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #cbd9d9;
    border-radius: 10px;
    z-index: 2;
    top: 18px;
}
.section-list .ullist li a{
    font-size: 16px;
    background-color: #fff;
    padding-right: 20px;
    position: absolute;
    z-index: 1;
}
.section-list .ullist li .time{
    position: absolute;
    right: 0;
    background-color: #fff;
    color: #999;
    padding-left: 10px;
}
.section-list .ullist li .time::after{
    content: "";
    display: block;
    position: absolute;
    border-bottom: 1px dashed #cbd9d9;
    width: 86%;
    top: 20px;
    z-index: 0;
}
.sider-right .rem-article-block{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.sider-right .rem-article-block .title-block{
    height: 40px;
    position: relative;
    border-radius: 10px
}
.sider-right .rem-article-block .title-block .title{
    line-height: 40px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
.sider-right .rem-article-block .title-block .title::before{
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 6px;
    background: #36ad9e;
    border-radius: 10px;
    left: 1px;
    top: 12px;
}
.sider-right .rem-article-block .toplist .li{
    height: 26px;
    line-height: 26px;
    margin-top: 18px;
    overflow: hidden;
}
.sider-right .rem-article-block .toplist .li .number{
    display: inline-block;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-right: 8px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    background-color: #d4dcdc;
}
.sider-right .rem-article-block .toplist .li:nth-child(1) .number{
    background: #e33e42;
}
.sider-right .rem-article-block .toplist .li:nth-child(2) .number{
    background: #e7805c;
}
.sider-right .rem-article-block .toplist .li:nth-child(3) .number{
    background: #e8b856;
}
.sider-right .rem-article-block .cateul{
    height: auto;
}
.sider-right .rem-article-block .cateul li{
    width: 42%;
    position: relative;
    float: left;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.sider-right .rem-article-block .cateul li::before{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    left: 0;
    top: 12px;
    background-color: #cbd9d9;
}
.sider-right .rem-article-block .tjullist li{
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
}
.detail-content .sider-left{
    width: 880px;
    float: left;
}
.detail-content .sider-right{
    float: right;
    width: 300px;
    background-color: #fff;
}
.detail-content .content{
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.detail-content .content .htitle{
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 31px;
    clear: both;
    color: #000;
    margin-top: 15px;
}
.detail-content .content .info .time{
    margin: 0 5px;
    transition: 0.3s ease;
    color: #333;
}
.detail-content .content .con-txt{
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
}
.detail-content .content .con-txt p{
    line-height: 30px;
    overflow: hidden;
    padding-bottom: 12px;
    text-align: justify;
    word-wrap: break-word;
    color: #222;
}
.detail-content .content .con-txt p img{
    text-align: center;
}
.detail-content .rev-txt{
    margin-top: 20px;
}
.detail-content .rev-txt .title{
    color: #125b86;
}
.detail-content .rev-txt .revlist{
    margin-top: 10px;
}
.detail-content .rev-txt .revlist li{
    line-height: 30px;
    overflow: hidden;
    text-align: justify;
    word-wrap: break-word;
    color: #3366cc;
}
.detail-content .rev-txt .revlist li a{
    color: #3366cc;
}
.detail-content .pre-next{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}
.detail-content .pre-next .pre{
    float: left;
}
.detail-content .pre-next .next{
    float: right;
}
.detail-content .pre-next a{
    color: #000;
}
.detail-content .tuijian{
    clear: both;
    padding-top: 20px;
}
.detail-content .tuijian .title-block{
    margin-bottom: 10px;
}
.detail-content .tuijian .title-block .title{
    font-size: 16px;
    font-weight: bold;
}
.detail-content .tuijian .ullist li{
    position: relative;
    width: 370px;
    line-height: 30px;
    float: left;
    margin-bottom: 10px;
    margin-right: 20px;
}
.detail-content .tuijian .ullist li:nth-child(even){
    float: right;
    margin-right: 0;
}
.detail-content .tuijian .ullist li::before{
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 30px;
    display: block;
    content: "";
    border-bottom: 1px solid #ddd;
}
.detail-content .tuijian .ullist li a{
    position: relative;
    z-index: 100;
    padding-right: 5px;
    background-color: #fff;
}
.detail-content .tuijian .ullist li .time{
    position: relative;
    z-index: 100;
    width: 60px;
    float: right;
    text-align: right;
    color: #ccc;
    background-color: #fff;
    
}