@font-face {
    font-family: 'PingFang'; 
    src: url('../../assets/pingfang.ttf');
    font-weight: normal;
    font-style: normal;
  }

html{
    margin: 0;padding: 0;
}
body{
    width: 100%;
}
.header{
    background:url('../../images/about/header.png') no-repeat;
    background-size: 100% 100%;
}
.header-c{
    position: relative;
    height: 150px;
    width: 1300px;
    margin: 0 auto;
}
.logo{
    width: 660px;
    height: 70px;
    margin-top: 42px;
}
.search{
    position: absolute;
    top: 52px;
    right: 0px;
}
.search-input{
    width: 336px;
    height: 44px;
    border: 1px solid #0268b8;
    vertical-align: middle;
    padding-left: 44px;
}
.search-btn{
    display: inline-block;
    width: 94px;
    height: 46px;
    background-color: #0268b8;
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}
.search-icon{
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 14px;
    background:url('../../images/about/search-icon.png') no-repeat;
    background-size: 100% 100%;
}
.navbar{
    background-color: #0268b8;
    height: 48px;
}
.navbar-c{
    position: relative;
    width: 1300px;
    margin: 0 auto;
    height: 48px;
    
}
.navbar ul{
    position: absolute;
    bottom: 0;
    height: 52px;
    margin-top: -4px;
}
.navbar ul li{
    display: inline-block;
    width: 159px;
    height: 50px;
    text-align: center;
    line-height: 48px;
}
.navbar ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.navbar ul li:hover{
    background: linear-gradient(to top, #0268b8, #0983ca);
    border-top: 2px solid #0268b8;
    font-weight: bold;
}
a:hover{
    color:#fff;
}
.navbar-active{
    background: linear-gradient(to top, #0268b8, #0983ca);
    border-top: 2px solid #0268b8;
    font-weight: bold;
}
.container-w{
    background-color: #edf6fb;
    padding: 21px 0 62px;
    min-height: calc(100% - 400px);
}
.container{
    padding: 0 36px;
    width: 1228px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    
}

.footer-w{
    height: 119px;
    background-color: #0268b8;
    color:#fff;
}
.footer{
    width: 1300px;
    margin: 0 auto;
    padding-top: 40px;
}
.footer-con{
    text-align: center;
    margin-bottom: 16px;
}
.breadcrumb{
    padding: 24px 20px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #444;
}
.breadcrumb-this{
    color: #0268b8;
}
.breadcrumb-icon{
    display: inline-block;
    width: 16px;
    height: 14px;
    background: url('../../images/about/breadcrumb-icon.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
    vertical-align: middle;
}
.container-c{
    margin:39px 0 75px;
}
.container-tit{
    font-size: 24px;
    color: #0268b8;
    font-weight: 600;
    position: relative;
    margin: 40px 0 29px;
}
.container-tit::before{
    content: '';
    width: 4px;
    height: 21px;
    background-color: #0268b8;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.container-tit-text{
    margin-left: 14px;
    display: inline-block;
}
.container-list{
    margin-left: 18px;
}
.list-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}
.list-item-tit{
    display: inline-block;
    max-width: 1100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.list-item-disc{
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #0370BB;
    border-radius: 50%;
}
.list-item:hover{
    font-weight: 500;
    color: #0268b8;
    background-color: #fff;
}
.layui-laypage-btn{
    display: none;
}
.layui-laypage a:hover{
    color: #0268b8;
}
.layui-laypage input:focus, .layui-laypage select:focus {
    border-color: #0268b8 !important;
}
#pagenation{
    text-align: right;
    margin-top: 30px;
}