ul,
p {
    margin: 0;
}
.banner {
    width: 100%;
    height: 308px;
}

.banner h2 {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
    margin: 0 0 36px 0;
}

.banner p {
    font-size: 14px;
    font-weight: 400;
    color: #F7F7F7;
    text-align: center;
    margin-top: 21px;
}

.banner-search {
    width: 627px;
    height: 68px;
    line-height: 58px;
    padding: 5px;
    border: 5px solid rgba(0, 0, 0, .18);
    margin: 0 auto;
    background-color: #FFFFFF;
    display: flex;
}

.banner-search input {
    flex: 1;
    border: none;
    outline: none;
    padding: 0 20px;
}

.banner-search_btn {
    width: 98px;
    background-color: #15499F;
    border: none;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 47px;
}

.banner-search_btn img {
    width: 15px;
    height: 15px;
    margin-bottom: 2px;
    margin-right: 8px;
}

input::-webkit-input-placeholder {
    /* WebKit browsers*/
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
}

input:-moz-input-placeholder {
    /* Mozilla Firefox 4 to 18*/
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
}

input::-moz-input-placeholder {
    /* Mozilla Firefox 19+*/
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    font-size: 14px;
    font-weight: 400;
    color: #B1B1B1;
}

.sidebar {
    width: 289px;
    margin-right: 15px;
}

.sidebar-top {
    width: 100%;
    height: 145px;
    background: url(/static/images/member/sidebar-top_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 28px 30px 25px;
}

.sidebar-top p:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #CBDFF6;
    line-height: 14px;
    margin-top: 19px;
}

.sidebar-top .sidebar-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0;
}

.sidebar-top .sidebar-title P {
    font-size: 16px;
    font-weight: 400;
    color: #F2F2F2;
    line-height: 16px;
    margin-bottom: 14px;
}

.sidebar-bottom {
    width: 100%;
    padding: 12px;
    background-color: #fff;
}

.sidebar-item {
    width: 100%;
    margin-bottom: 8px;
}

.sidebar-item_title {
    width: 100%;
    height: 62px;
    padding: 0 33px;
    background-color: #F0F0F0;
}

.sidebar-item_title h4 {
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    line-height: 18px;
    margin: 0;
    margin-left: 20px;
}

.sidebar-item ul {
    background-color: #F7F7F7;
    padding: 0 13px 10px 13px;
}

.sidebar-item ul li {
    width: 100%;
    height: 54px;
    padding-left: 45px;
    position: relative;
    font-size: 15px;
    font-weight: 400;
    color: #7C7C7C;
    line-height: 54px;
    cursor: pointer;
}

.sidebar-item ul li::before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    left: 20px;
    top: 44%;
    border-radius: 100%;
    background-color: #9CB3D7;
}

.sidebar-item ul li::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: 44%;
    right: 28px;
    border-width: 1px 1px 0 0;
    border-color: #939393;
    border-style: solid;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.sidebar-item .is-active {
    color: #fff;
    text-decoration: underline #8CA9D4;
    background-color: #1752A9;
}

.sidebar-item .is-active::before {
    background-color: #fff !important;
}

.sidebar-item .is-active::after {
    border-color: #fff;
}

.sidebar-item ul li:not(:last-child) {
    border-bottom: 1px solid #E3E3E3;
}

.main-content {
    flex: 1;
    background-color: #fff;
    padding: 0 15px;
    overflow:hidden;
}

.site-map {
    width: 100%;
    height: 65px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 16px;
    font-weight: 400;
    color: #969696;
    height: 65px;
    display: flex;
}

.site-map span {
    display: block;
    position: relative;
    line-height: 65px;
}

.site-map span:last-child{
    color: #1852A9;
}

.site-map span:not(:first-child){
    margin-right: 15px;
}

.site-map span:not(:first-child,:last-child)::after{
    content: '>';
    position: absolute;
    top: -2%;
    right: -12px;
}

.tab-content{
    width: calc(100% + 35px);
    padding: 16px 20px 16px 0;
    height: 770px;
    overflow-y: scroll;
}

.tab-item{
    width: 100%;
    height: 100%;
    display: none;
}

.news ul li{
    height: 45px;
    position: relative;
    padding-left: 24px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #D6DAE2;
}

.news ul li::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: 8px;
    background-color: #468EE6;
}

.news ul li a {
    display: block;
    width: 80%;
    font-size: 16px;
    font-weight: 400;
    color: #757474;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.news li p {
    font-size: 14px;
    font-weight: 400;
    color: #BABABA;
    line-height: 14px;
}

.img-news ul{
    margin-left: -10px;
}

.img-news ul li{
    margin-bottom: 20px;
}

.img-news ul li a{
    display: block;
    width: 224px;
    margin-left: 10px;
}

.img-news ul li img{
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}

.img-news ul li p{
    font-size: 16px;
    font-weight: 400;
    color: #3D3D3D;
    text-align: center;
    line-height: 16px;

}