*,html,body{
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}
ul,li,dl,dd{
    list-style: none;
}
a{
    text-decoration-line: none;
    color: #333;
}

.wrapper{
    width: 1170px;
    margin: 0 auto;
    /* transform: translateY(50%); */
}
.clearfix::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.diamond{
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #0093dd;
    vertical-align: middle;
    margin-right: 5px;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* Internet Explorer */
    -moz-transform:rotate(45deg); /* Firefox */
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -o-transform:rotate(45deg); /* Opera */
    margin-right: 12px;
}
/* banner */
.banner {
    width: 100%;
    height: 320px;
    background-image: url(/CloudEn/WebUI/imgs/sub-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 120px;
}
/* .sidebar_list .hover:hover{
    background-color: rgba(168,27,24,.2);
} */
.third_list{
    position: relative;
}
.third_item a:hover{
    background-color: rgba(168,27,24,.2);
}



/* 登录样式 */

