.bg{
    background: #f4f4f4;
}
.clear{
    zoom: 1;
}
.clear:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}

h2, .content-text h2 a {
    font-size: 16px;
    color: red;
    margin: 0 0 15px !important;
}
.head-bg{
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
    height: 120px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 4px solid #ff7c24;
    box-shadow: 0 4px 5px rgba(0, 0, 0,.1);
}
.head{
    width: 1200px;
    margin: 0 auto;
}
.brand-logo {
    float: left;
    height: 77px;
    margin-top: 18px;
}
.head-nav{
    float: left;
    margin-left: 80px;
}
.head-nav ul li{
    display: inline-block;
    font-size: 15px;
    padding: 0 20px;
    line-height: 1.5;
    margin-top: 48px;
}
.head-nav ul li em{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/home-ico.png);
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}
.head-nav ul li:hover a{
    color: #ff741e;
}
.head-nav .active a{
    color: #ff741e;
}
.user-btn{
    float: right;
    margin-top: 38px;
}
.user-btn a{
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    font-size: 15px;
    color: #666666;
    display: inline-block;
}
.user-btn .mana-center{
    background: #ff741e;
    border-radius: 20px;
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(255,116, 30,.2);
}
.banner-box{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.index-menu{
    width: 300px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    background: #ffffff;
    height: 500px;
    float: left;
}
.index-menu-list-item{
    overflow: hidden;
}
.index-menu-list-item-title{
    height: 40px;
    width: 100%;
    line-height: 40px;
    background: #f6f8f7;
    padding: 0 20px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.index-menu-list-item-title:after{
    content: '';
    display: block;
    width: 7px;
    height: 14px;
    background: url(../images/index-menu-ico.png);
    position: absolute;
    right: 20px;
    top: 13px;
}
.zw1 .index-menu-list-item-title:before{
    content: '';
    width: 4px;
    height: 40px;
    display: block;
    background: #ff731f;
    position: absolute;
    left: 0;
}
.zw2 .index-menu-list-item-title:before{
    content: '';
    width: 4px;
    height: 40px;
    display: block;
    background: #53caa6;
    position: absolute;
    left: 0;
}
.zw3 .index-menu-list-item-title:before{
    content: '';
    width: 4px;
    height: 40px;
    display: block;
    background: #ed5858;
    position: absolute;
    left: 0;
}
.zw4 .index-menu-list-item-title:before{
    content: '';
    width: 4px;
    height: 40px;
    display: block;
    background: #53b1ea;
    position: absolute;
    left: 0;
}
.index-menu-list-item-title a{
    font-size: 18px;
    color: #333333;
}
.index-menu-list-item-title a:hover{
    color: #ff741e;
}
.index-menu-list-wrap{
    width: 100%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 0 10px  20px;
    overflow: hidden;
    height: 80px;
}
.index-menu-list-wrap a{
    float: left;
    margin-right: 30px;
    font-size: 14px;
    line-height: 30px;
}
.index-menu-list-wrap a:hover{
    color: #ff741e;
}
.zw4 .index-menu-list-wrap a{
    margin-right: 25px;
}
.index-hotbox{
    width: 880px;
    float: right;
}
.hot-banner{
    width: 560px;
    height: 340px;
    float: left;
}
.hot-banner img{
    width: 100%;
    display: block;
}
.hot-tui{
    width: 300px;
    height: 340px;
    float: right;
    background: #ffffff url(../images/hot-tui-bg.png) center bottom;
    position: relative;
}
.hot-tui-title{
    text-align: center;
}
.hot-tui-con{
    padding: 0 30px;
}
.hot-tui-more{
    text-align: center;
}
.hot-tips{
    width: 60px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #ff741e;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top:20px;
}
.hot-tui-title img{
    margin-top: 55px;

}
.hot-tui-title h4{
    font-size: 20px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 0 25px;
}
.hot-tui-con{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.hot-tui-more{
    margin-top: 30px;
}
.hot-tui-more a{
    font-size: 12px;
    color: #ff741e;
}
.index-hotbox-bottom{
    width: 100%;
    height: 140px;
    margin-top: 20px;
    background: #ffffff;
}
.hot-bottom-title {
    width: 180px;
    height: 140px;
    float: left;
}
.hot-bottom-title img{
    width: 100%;
    display: block;
}
.hot-bottom-list{
    width: 600px;
    float: left;
}
.hot-bottom-list ul {
    padding: 20px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.hot-bottom-list ul li{
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 10px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-bottom-list ul li:hover a{
    color: #ff741e;
}
.hot-bottom-list ul li:after{
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    background: #ff741e;
    position: absolute;
    left: 0;
    top:12px;
}
.hot-bottem-more{
    width: 100px;
    height: 140px;
    background: #fafafa;
    float: right;
    text-align: center;
    line-height: 140px;
}
.hot-bottem-more a{
    width: 100px;
    height: 140px;
    display: block;
}
.hot-bottem-more em{
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #ff741e;
    border-radius: 3px;
    margin: 0 2px;
}
.index-main-wrap{
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}
.index-main-wrap-item{
    width: 100%;
    /*height: 400px;*/
    background: #ffffff;
    overflow: hidden;
    margin-bottom: 20px;
}

.index-main-wrap-item-tbox{
    width: 300px;
    height: 400px;
    float: left;
    padding: 0 20px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.main-wrap-item-title{
    font-size: 24px;
    color: #ffffff;
}
.main-wrap-item-title a{
    color: #fff;
}
.main-wrap-item-tab{
    overflow: hidden;
    margin-top: 20px;
}
.main-wrap-item-tab ul li{
    float: left;
}
.main-wrap-item-tab ul li a{
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    margin-right: 30px;
}
.main-wrap-item-more {
    margin-top: 40px;
    box-shadow: 0 0 0 rgba(0, 0, 0,.1);
}
.main-wrap-item-more a{
    font-size: 14px;
    color: #ffffff;
    line-height: 1.1;
    padding: 10px 30px;
    display: inline-block;
    border: 1px solid #ffffff;
}
.main-wrap-item-more a:hover{
    background: #ffffff;
    color: #ff741e;
}
.index-main-wrap-item-conbox{
    width: 600px;
    float: left;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
}
.main-wrap-hot{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    overflow: hidden;
}
.main-wrap-hot img{
    width: 180px;
    height: 110px;
    float: left;
    display: block;
    border-radius: 4px;
}
.main-wrap-hot-txt{
    width: 360px;
    float: left;
    margin-left: 20px;
}
.main-wrap-hot-title{
    margin-bottom: 5px;
}
.main-wrap-hot-title a{
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    font-weight: bold;
}
.main-wrap-hot-con{
    font-size: 14px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 10px;
}
.main-wrap-hot-tips span{
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}
.main-wrap-list ul {
    margin-top: 20px;
}
.main-wrap-list ul li{
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-wrap-list ul li i{
    font-style: normal;
    margin-right: 10px;
}
.main-wrap-list ul li:hover a{
    color: #ff741e;
}
.zw1 .main-wrap-list ul li i{
    color: #ff741e;
}
.zw2 .main-wrap-list ul li i{
    color: #53caa7;
}
.zw3 .main-wrap-list ul li i{
    color: #fb6969;
}
.zw4 .main-wrap-list ul li i{
    color: #53afea;
}
.index-main-wrap-item-tuibox{
    width: 300px;
    height: 400px;
    float: right;
    padding: 20px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #eee;
}
.main-wrap-tui-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    padding-left: 16px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px solid #dddddd;
    margin-bottom: 20px;
}
.main-wrap-tui-list ul li{
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-wrap-tui-list ul li:hover a{
    color: #ff741e;
}
.main-wrap-tui-list ul li em{
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #e9e9e9;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
    color: #999999;
    margin-right: 10px;
}
.zw1 .main-wrap-tui-list .num em{
    background: #ff741e;
    font-weight: bold;
    color: #ffffff;
}
.zw2 .main-wrap-tui-list .num em{
    background: #53caa7;
    font-weight: bold;
    color: #ffffff;
}
.zw3 .main-wrap-tui-list .num em{
    background: #fb6969;
    font-weight: bold;
    color: #ffffff;
}
.zw4 .main-wrap-tui-list .num em{
    background: #53afea;
    font-weight: bold;
    color: #ffffff;
}
.zw2 .main-wrap-item-tab ul,.zw3 .main-wrap-item-tab ul{
    margin-right: -35px;
}
.footer-bg{
    width: 100%;
    min-width: 1200px;
    background: #ffffff;
    border-bottom:3px solid #ff741e;
    margin-top: 40px;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.link ul{
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px;
}
.link ul li{
    float: left;
    font-size: 14px;
    line-height: 1.8;
    margin-right: 20px;
}
.link ul li span{
    color: #999999;
}
.link ul li a{
    color: #666666;
}
.tips,.copyright{
    text-align: center;
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}
.copyright a{
    color: #333333;
}
.breadcrumb{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 14px;
    color: #999999;
}
.page-main{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.page-wrap-left{
    width: 870px;
    float: left;
}
.page-left-tab{
    width: 100%;
    display: table;
    background: #ffffff;
    min-height: 40px !important;
}
.page-tab-title{
    width: 120px;
    display: table-cell;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    color: #ffffff;
    background: #ff741e;
    vertical-align: middle;
}
.page-tab-list{
    display: table-cell;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding:10px 20px;
}
.page-tab-list ul li{
    float: left;
    margin-right: 25px;
    font-size: 14px;
    line-height: 1.5;
}
.page-tab-list ul li:hover a{
    color: #ff741e;
}
.page-wrap-left-item{
    width: 100%;
    background: #ffffff;
    padding:0 20px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
}
.page-wrap-left-item-title{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    position: relative;
    display: table;
    width: 100%;
}
.page-wrap-left-item-title:after{
    content: '';
    display: block;
    width: 4px;
    height: 24px;
    background: #ff741e;
    position: absolute;
    left: -20px;
}
.page-wrap-left-item-title h4{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    float: left;
    line-height: 1.5;
}
.page-wrap-left-item-title a{
    float: right;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/page-list-title-mor.jpg);
    vertical-align: middle;
    margin-top: 2px;
}
.page-wrap-left-item-list ul{
    overflow: hidden;
    margin-right: -40px;
    padding-bottom: 8px;
}
.page-wrap-left-item-list ul li{
    width: 50%;
    float: left;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 40px;
    position: relative;
}
.page-wrap-left-item-list ul li:hover a{
    color: #ff741e;
}
.page-wrap-left-item-list ul li span{
    float: right;
    color: #cccccc;
    font-size: 14px;
}
.page-wrap-left-item-list ul li:after{
    content: '';
    width: 4px;
    height: 7px;
    display: block;
    background: url(../images/page-list-ico.png);
    position: absolute;
    left: 0;
    top: 12px;
}
.page-wrap-right{
    width: 300px;
    float: right;
}
.page-search{
    width: 100%;
    height: 40px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ff741e;
    overflow: hidden;
    background: #fafafa;
}
.page-search input[type="submit"]{
    float: right;
    width: 38px;
    height: 38px;
    background: #ff741e url(../images/page-search-ico.png);
    background-size: 100%;
    border: none;
    display: block;
    text-indent: -99999px;
}
.page-search input[type="text"]{
    border: none;
    background: none;
    line-height: 1.5;
    padding-left: 15px;
    width: 240px;
    margin-top: 10px;
}
.page-right-tuibox{
    width: 100%;
    margin-top: 20px;
    background: #ffffff;
    padding: 20px 20px 10px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.page-right-tuibox-title{
    width: 100%;
    height: 40px;
    background: #f4f4f4;
    font-size:15px ;
    font-weight: bold;
    color: #333333;
    line-height: 40px;
    padding-left: 15px;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-left: 4px solid #ddd;
}
.page-right-tuibox-list ul li{
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-right-tuibox-list ul li:hover a{
    color: #ff741e;
}
.page-right-tuibox-list ul li em{
    width: 21px;
    height: 21px;
    display: inline-block;
    background: #e9e9e9;
    line-height: 21px;
    text-align: center;
    font-size: 13px;
    color: #999999;
    margin-right: 10px;
}
.page-right-tuibox-list .num em{
    background: #ff741e;
    color: #ffffff;
    font-weight: bold;
}
.page-ad-box{
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    margin-top: 20px;
    position: relative;
}
.page-ad-box img{
    width: 100%;
    display: block;
}
.ad-tips{
    font-size: 12px;
    color: #333333;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    padding: 0 5px;
}
.page-list-level2{
    width: 100%;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 40px;
    margin-top: 20px;
}
.page-list-level2 ul{
    border-top:2px solid #ff741e;
}
.page-list-level2 ul li{
    line-height: 48px;
    border-bottom: 1px dashed #ddd;
    -ms-box-sizing: border-box;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
}
.page-list-level2 ul li:hover a{
    color: #ff741e;
}
.page-list-level2 ul li:after{
    content: '';
    width: 4px;
    height: 7px;
    display: block;
    background: url(../images/page-list-ico.png);
    position: absolute;
    left: 0;
    top: 21px;
}
.page-list-level2 ul li span{
    float: right;
    font-size: 14px;
    color: #cccccc;
}
.page-pager{
    text-align: center;
}

/*.pagination{*/
/*    display: inline-block;*/
/*    margin: 30px 0 ;*/
/*}*/
/*.pagination > li {*/
/*    display: inline;*/
/*}*/
/*.pagination > li > a{*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    font-size: 16px;*/
/*    margin-left: -1px;*/
/*    line-height: 34px;*/
/*    color: #999;*/
/*    text-decoration: none;*/
/*    background-color:#fff;*/
/*    border: 1px solid #ddd;*/
/*}*/
/*.pagination > li > span{*/
/*    background:none;*/
/*    position: relative;*/
/*    float: left;*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    font-size: 16px;*/
/*    margin-left: -1px;*/
/*    line-height: 34px;*/
/*    color: #999;*/
/*    text-decoration: none;*/
/*    border: none;*/
/*}*/
/*.pagination > .active > a{*/
/*    z-index: 3;*/
/*    color:#fff;*/
/*    cursor: default;*/
/*    background-color:#ff741e;*/
/*    border-color:#ff741e;*/
/*}*/
/*.pagination > li > a:hover{*/
/*    z-index: 2;*/
/*    color:#333;*/
/*    background-color:#eee;*/
/*    border-color:#ddd;*/
/*}*/
.content-page-box{
    width: 100%;
    background: #ffffff;
    padding: 40px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.content-page-title{
    overflow: hidden;
    margin-bottom: 30px;
}
.content-page-title h3,.content-page-title h1{
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 15px;
}
.content-page-title p a{
    color: #ff741e;
    font-size: 13px;
    margin-right: 10px;
}
.content-page-title p span{
    font-size: 13px;
    color: #ccc;
}
.content-page-title p span em{
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../images/time.png);
    background-size: 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.content-zz{
    height: 8px;
    background: #f8f8f8;
}
.content-zz p{
    float: left;
    font-size: 14px;
    line-height: 1.8;
}
.content-zz > a{
    float: right;
    display: inline-block;
    border: 1px solid #eee;
    line-height: 1.5;
    padding: 2px 15px;
    color: #cccccc;
    cursor: pointer;
}
.content-text{
    font-size: 16px;
    color: #333333;
    line-height: 38px;
    margin-top: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
}
.content-text img{
    max-width: 100%;
}
.content-text p {
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px;
    text-align: justify;
}
.content-text a{
    font-size: 16px;
    color: #333333;
}
.content-text .art_tj_con{
    color: #fa7d5f;
}
.content-tips{
    padding:18px 20px;
    background: #f8f8f8;
    line-height: 1.5;
    overflow: hidden;
    color: #333333;
    font-size: 13px;
}
.content-tips a{
    color: #ff741e;
    margin:0 10px;
}
.share{
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    margin-top: 30px;
}
.share a{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.share .weixin{
    background: url(../images/weixin.png);
}
.share .weibo{
    background: url(../images/weibo.png);
}
.commuent-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.commuent{
    margin-top: 20px;
}
.comment-textarea{
    width: 100%;
    padding: 10px;
    background: #f8f8f8;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.comment-textarea textarea{
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    border: 1px solid #ddd;
    height: 100px;
    resize: none;
    padding: 10px;
    font-size: 14px;
    color: #999999;
}
.textare-btn {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}
.textare-btn span a{
    color: #ff741e;
}
.textare-btn input{
    width: 60px;
    height: 30px;
    display: inline-block;
    float: right;
    background: #ff741e;
    color: #ffffff;
    border: none;
}
.comment-list{
    padding-top: 20px;
}
.comment-list-item{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: -1px;
}

.comment-userinfo{
    float: left;
    width: 50px;
    height: 50px;
}
.comment-content{
    margin-left: 70px;
}
.comment-text{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 10px;
    width: auto
}
.comment-text a{
    color: #ff741e;
}
.comment-tips{
    font-size: 12px;
}
.com-time{
    color: #ccc;
    float: left;
}
.com-bt{
    float: right;
}
.com-bt a{
    padding: 0 10px;
    color: #999999;
    cursor: pointer;
}
.com-bt span{
    padding-left: 35px;
    color: #999999;
    position: relative;
    display: inline-block;
    border-left: 1px solid #eee;
    cursor: pointer;
}
.com-bt span:after{
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: url(../images/zan.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 10px;
    top: -1px;
}
.huifu-lvl2{
    width: 100%;
    background: #f8f8f8;
    padding: 20px;
    overflow: hidden;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-top: 20px;
}
.comment-hide-more{
    text-align: center;
    padding: 20px 0 0;
    margin-top: -1px;
    background: #ffffff;
}
.comment-hide-more a{
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px ;
    background: #ff741e;
}
.xg-tui .page-right-tuibox-list ul li{
    padding-left: 18px;
    position: relative;
}
.xg-tui .page-right-tuibox-list ul li:after{
    width: 4px;
    height: 4px;
    content: '';
    display: block;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 10px;
}




.wenan-top-left-pic {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 200px;
    border-radius: 10px
}

.wenan-top-left-pic a {
    position: relative;
    float: left;
    width: 100%;
    height: 200px
}

.wenan-top-left-pic img {
    float: left;
    width: 100%;
    height: 200px;
    /*opacity: .8;*/
    transition: all .3s linear
}

.wenan-top-left-pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,.54);
    color: #fff;
    text-align: center;
    line-height: 30px
}



.wenan-top-middle-news {
    float: left;
    width: 100%
}

.wenan-top-middle-news h2 {
    float: left;
    display: inline-block;
    margin-bottom: 4px;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px
}

.wenan-top-middle-news h2 a {
    float: left;
    overflow: hidden;
    width: 100%;
    height: 26px;
    color:  #ff731f;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

.wenan-top-middle-news h2 a:hover {
    color: #333
}

.wenan-top-middle-news p {
    float: left;
    overflow: hidden;
    margin-bottom: 8px;
    width: 100%;
    height: 50px;
    color: #9b9b9b;
    text-indent: 2em;
    font-size: 14px;
    line-height: 25px
}

.wenan-top-middle-pic {
    float: left;
    display: flex;
    overflow: hidden;
    margin-top: 10px;
    margin-left: 5px;
    padding-top: 10px;
    width: 100%;
    height: 126px;
    border-top: 1px dashed #cecece;
    text-align: center;
    justify-content: space-between
}

.wenan-top-middle-pic li {
    float: left;
    display: inline-block;
    margin: 5px 12px 0 0;
    width: 143px
}

.wenan-top-middle-pic img {
    float: left;
    margin-bottom: 6px;
    width: 100%;
    height: 95px;
    border-radius: 10px;
    /*opacity: .8;*/
    transition: all .3s linear
}

.wenan-top-middle-pic a {
    float: left;
    overflow: hidden;
    color: #333;
    font-size: 14px
}


.wenan-top-right-pic {
    float: left;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between
}

.wenan-top-right-pic a {
    width: 47%;
    text-align: center
}

.wenan-top-right-pic span {
    display: inline-block;
    overflow: hidden;
    width: 141px;
    height: 34px;
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 34px
}

.wenan-top-right-pic img {
    width: 141px;
    height: 93px;
    border-radius: 10px;
    /*opacity: .8;*/
    transition: all .3s linear
}