.banner{
    display: block;
    width: 100%;
    min-width: 1200px;
}

.index-title{
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 1;
    text-align: center;
    padding-top: 40px;
}
.index-title span{
    display: inline-block;
    width: 54px;
    height: 4px;
    background-color: #90c730;
    margin: 0 30px;
    vertical-align: middle;
}

.rdtj{
    width: 1200px;
    margin: 0 auto;
}
.rdtj ul{
    overflow: hidden;
    margin-top: 40px;
}
.rdtj ul li{
    float: left;
    margin-right: 20px;
}
.rdtj ul li:last-child{
    margin-right: 0;
}
.rdtj ul a{
    display: block;
    width: 285px;
    box-sizing: border-box;
    border: 1px solid #eee;
}
.rdtj ul a img{
    display: block;
    width: 100%;
}
.rdtj ul a p{
    box-sizing: border-box;
    padding: 20px 10px 0;
    font-size: 20px;
    line-height: 1;
    color: #333;
}
.rdtj ul a div{
    padding: 22px 10px;
}
.rdtj ul a div em{
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    color: #666;
    margin-right: 20px;
}
.rdtj ul a:hover p{
    color: #90c730;
}


.xwzx{
    width: 100%;
    background-color: #f7f7f7;
    margin-top: 40px;
}
.xwzx>div,
.xxff>div{
    width: 1200px;
    margin: 0 auto;
}
.xwzx>div ul,
.xxff>div ul,
.ask-list{
    margin-top: 20px;
    padding-bottom: 45px;
    overflow: hidden;
}
.ask-list{
    display: none;
}
.ask-list.show{
    display: block;
}
.xwzx>div ul li a,
.ask-list li{
    display: flex;
    align-items: center;
    float: left;
    width: 360px;
    margin-right: 60px;
    border-bottom: 1px solid #ededed;
}
.xwzx>div ul li:nth-child(3n) a,
.ask-list li:nth-child(3n){
    margin-right: 0;
}
.xwzx>div ul li a{
    padding: 15px 0;
}
.xwzx>div ul li a p{
    flex: 1;
    font-size: 18px;
    line-height: 1;
    color: #333;
}
.ask-list li span{
    font-size: 18px;
    line-height: 1;
    color: #333;
}
.ask-list li .ask_type{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #666;
    margin-left: 5px;
}
.ask-list li .ask-list-txt{
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #333;
    flex: 1;
    padding: 15px 10px 15px 0;
}
.xwzx>div ul li:nth-child(n+10),
.ask-list li:nth-child(n+10){
    border-bottom: none;
}
.xwzx>div li a:hover p,
.ask-list li a:hover{
    color: #90c730 !important;
}
.xwzx>div li em,
.ask-list li em{
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #666;
}


.wdzx,
.xxff{
    width: 1200px;
    margin: 0 auto;
}
.ask-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.ask-nav a{
    display: block;
    padding: 0 20px;
    height: 30px;
    border-radius: 15px;
    background-color: transparent;
    margin: 0 10px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #333;
}
.ask-nav-opt a{
    background-color: #90c730;
    color: #fff;
}


.wdzx-btm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto 50px;
}
.wdzx-btm a{
    position: relative;
    bottom: 0;
    display: block;
    transition: all .2s;
}
.wdzx-btm a img{
    display: block;
    height: 130px;
}
.wdzx-btm a p{
    font-size: 20px;
    line-height: 1;
    color: #333;
    text-align: center;
}
.wdzx-btm a:hover{
    bottom: 4px;
}
.wdzx-btm a:hover p{
    color: #90c730;
}


.xxff{
    width: auto;
    margin: 0;
    background-color: #f7f7f7;
}
.xxff .ask-list{
    width: 1200px;
    margin: 20px auto 0;
}


.btm-news{
    width: 1200px;
    margin: 50px auto 0;
    padding-bottom: 50px;
    overflow: hidden;
}
.btm-news-content{
    width: 570px;
}
.btm-news-content>h2{
    font-size: 24px;
    line-height: 1;
    color: #333;
}
.btm-news-content>h2 span{
    display: inline-block;
    width: 70px;
    height: 27px;
    margin-left: 12px;
    background: url('/static/home/img/index-btm-news.png') center no-repeat;
    font-size: 20px;
    color: #fff;
    line-height: 27px;
    box-sizing: border-box;
    padding-left: 10px;
}
.btm-news-content ul{
    margin-top: 30px;
    overflow: hidden;
}
.btm-news-content ul li{
    float: left;
    width: 270px;
}
.btm-news-content ul li:nth-child(even){
    margin-left: 30px;
}
.btm-news-content ul li:nth-child(-n+2) a{
    display: block;
    padding-bottom: 17px;
    border-bottom: 1px solid #90c730;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.btm-news-content ul li:nth-child(n+3) a{
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    line-height: 1;
    color: #333;
}
.btm-news-content ul li:nth-child(3),
.btm-news-content ul li:nth-child(4){
    margin-top: 9px;
}
.btm-news-content ul li:nth-child(n+3) a span{
    font-weight: bold;
    color: #ededed;
}
.btm-news-content ul li a:hover,
.btm-news-content ul li:nth-child(-n+2) a span{
    color: #90c730;
}


