@media screen and (max-width: 1900px)and (min-width: 1600px){
    .star{
        width: 1200px!important;
    }
    .layui-col-md8, .de_list{
        /*width: 336px!important;*/
    }
    .title_left{
        width: 162px!important;
    }
}
@media screen and (max-width: 1600px)and (min-width: 1300px){
    /*.star{
        width: 1200px!important;
    }*/
    .layui-col-md8, .de_list{
        /*width: 336px!important;*/
    }
    .title_right{
        /*width: 83.7%!important;*/
    }
    .de_list_two{
        width: 435px!important;
    }
    .title_left{
        width: 162px!important;
    }
}
@media screen and (max-width: 1300px){
   /* .star{
        width: 1000px!important;
    }*/
    .layui-col-md8, .de_list{
        /*width: 336px!important;*/
    }
    .title_right{
        width: 83.7%!important;
    }
    .de_list_two{
        width: 335px!important;
    }
    .title_left{
        width: 162px!important;
    }
}
body{
    background-color: #fff;
}
div {

    float: left;
}
.star {
    width: 63.65%;
    margin: 0 auto!important;
    float: none;
    position: relative;
    top: 50px;
}

.title {
    display: inline-block;
    width: 100%;
}

.title_left {
    width: 13.5%;
    height: 44px;
    font-size: 18px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(254, 254, 254, 1);
    background-color: rgba(255, 159, 0, 1);
    /*float: left;*/
    text-align: center;
}

.title_left p {
    margin: 13px 0px 13px 0px;
    font-size: 18px;
    color: rgba(254, 254, 254, 1);
}

.title_right {
    width: 86.5%;
    height: 44px;
    background-color: rgba(0, 113, 209, 1);
    /*float: left;*/
}

.department {
    width:50%;
    /*height: 238px;*/
    display: inline-block;
    /*border: 1px solid rgba(226, 226, 226, 1);*/
}
.layui-col-md12{
    border: 1px solid rgba(226, 226, 226, 1);
    border-top: 0px;
}
.de_name {
    width: 162px;
    height: 237px;
    text-align: center;
    background-color: rgba(238, 238, 238, 1);
}

.de_name img {
    display: inline-block;
    /*margin-top: 60px;*/
}

.de_name p {
    font-size: 20px;
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    color: rgba(0, 113, 209, 1);
    line-height: 30px;
    margin-top: 32px;
}

.de_list {
    width: 68.5%;
    height: 100%;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(107, 107, 107, 1);
    line-height: 30px;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
}

.de_list p {
    display: inline-block;
}
.de_list a{
    color: rgba(107, 107, 107, 1);
    text-decoration:none;

}
.bottom_iframe{
    top: 50px!important;
}
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/}

a:visited{text-decoration:none; /*指已经访问过的链接*/}

a:hover{text-decoration:none;/*指鼠标在链接*/}

a:active{text-decoration:none;/* 指正在点的链接*/ }