.content {
    padding: 18px 7px;
    box-sizing: border-box;
    overflow: hidden;
}
.d_label{
    margin-bottom: 22px;
}

/*轮播*/
/*leader_lunbo*/
.leader_lunbo{
    height: 190px;
    margin-bottom: 24px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #dedede;
}
.leader_lunbo ul{
    padding: 0;
}
.leader_lunbo ul li{
    position: relative;
}
.leader_lunbo ul .slide_a{
    display: block;
    height: 150px;
}
.leader_lunbo ul .slide_a img{
    float: left;
    width: 120px;
    height: 150px;
    margin-right: 28px;
}
.leader_lunbo ul .slide_a .info{
    float: left;
    width: 375px;
    height: 124px;
    padding-top: 9px;
    box-sizing: border-box;
}
.leader_lunbo ul .slide_a .info p{
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-size: 18px;
    color: #333;
}
.leader_lunbo ul .slide_a .info_long{
    width: 375px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*小按钮,lunbo中的小按钮有默认的间距6px*/
.leader_lunbo .flex-control-nav{
    position: absolute;
    bottom: -7px;
    left: 50%;
    z-index: 1000;
    padding: 0;
}
/*lunbo中的小按钮有默认的间距6px如下*/
.leader_lunbo .flex-control-nav li{
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
}
.leader_lunbo  .flex-control-paging li a{
    display: inline-block;
    width: 14px;
    height: 4px;
    border-radius: 0;
    font-size: 0;
    background: #c2d5f6;
}
.leader_lunbo .flex-control-paging li a.flex-active{
    background:#ec6941;
}

.duty_box{
    height: 50px;
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
}
.duty_box a{
    display: block;
    width: 340px;
    height: 50px;
    line-height: 54px;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.duty_box a img{
    margin-right: 20px;
    vertical-align: -4px;
}
.duty_box a img:nth-of-type(2){
    display: none;
}
.duty_box a:hover{
    color: #285abe;
    border: 1px solid #80abf7;
}
.duty_box a:hover img:nth-of-type(1){
    display: none;
}
.duty_box a:hover img:nth-of-type(2){
    display: inline;
}
.info_box{
    overflow: hidden;
}
.info_box a{
    float: left;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    background-repeat: no-repeat;
    background-position: 26px center;
    margin: 0 50px 20px 0;
    box-sizing: border-box;
}
.info_box a:nth-child(5n){
    margin-right: 0;
}
.info_box a:hover{
    border: 1px solid #80abf7;
}
.info_box a img{

    vertical-align: -2px;
}
.area a{
    background-color: #fff;
}
.area a img{
    vertical-align: -6px;
}
.area a:hover{
    text-decoration: none;
    color: #ff3937;
}
.area a:nth-child(1){
    border-color: #a4cdeb;
}
.area a:nth-child(2){
    border-color: #a8ddc1;
}
.area a:nth-child(3){
    border-color: #f5b6a3;
}
.area a:nth-child(4){
    border-color: #c8c2de;
}
.area a:nth-child(5){
    border-color: #d9c5aa;
} 
