.em {
    font-style: normal;
    position: absolute;
    right: 14px;
    color: #2bb115;
}

.type_box {
    /*width: 1504px;*/
    width: 1200px;
    margin: 35px auto 70px auto;
}

.type_list_box {
    background-color: #F8F8F8;
    width: 230px;
    /* overflow: hidden; */
    float: left;
    border-bottom: #2BB114 solid 4px;
    padding-bottom: 4px;
    /*padding-bottom: 56px*/
}

.type_list {
    /*width: 90%;*/
    margin: auto;
    font-size: 13px;
    color: #2b2b2b;
    /* overflow: hidden; */
    border-bottom: 1px solid #efefef;
    text-align: center;
    background: url(../img/type_list.png)6px 20px no-repeat;
    position: relative;
    height: 45px;
    line-height: 45px;
    /*    height: 45px;
    line-height: 45px;*/
    /*padding: 11px 0px 11px 0px;*/
}

.type_list:hover .child {
    display: block;
}

.type_list:hover .em {
    color: #fff;
}

.type_list a {
    color: #000;
    display: block;
    background-size: 14px;
}

.child {
    background: #f8f8f8;
    display: none;
    position: absolute;
    z-index: 1012;
    left: 230px;
    width: 150px;
    /* color: #fff; */
    top: 0;
}

.child div {
    height: 45px;
    line-height: 45px;
    /* background: url(../img/right.png) 98% no-repeat; */
    background-size: 20px;
    color: #000;
    border-bottom: 1px solid #efefef;
}

.child div:hover {
    /* background: url(../img/right2.png) 98% no-repeat; */
    background: #27a013;
    color: #fff;
}

.type_list:hover {
    color: #fff!important;
    background: #26A011;
    background-size: 14px;
}
.select-list{
    color: #fff!important;
    background: #26A011;
    background-size: 14px;
}
.select-list a{
color: #fff!important;
}
.type_list:hover a {
    color: #fff!important;
}

.type_list:hover .child {
    display: block;
}

.news_box {
    min-height: 500px;
    margin: 0 auto;
}

.position {
    color: #616161;
    line-height: 35px;
    height: 35px;
    display: block;
    margin-bottom: 17px;
    border-bottom: #d6d6d6 solid 1px;
    font-weight: 100;
    /*text-indent: 10px;*/
}