
.baseC {
    color: #1f4fac;
}
.baseBGC {
    background-color: #1f4fac;
}
.bgcF5{
    background-color: #F5F5F5;
}
.colorRed{
    color: #f61920;
}
.container{
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
}
header {

}
.header {
    height: 84px;
    background-color: #fff;
}
.logo {
    width: 576px;
    height: 60px;
}
.logo img {
    width: 100%;
    display: block;
    height: 100%;
}
nav{
    height: 66px;
    background-color: #2151b1;
}
nav ul {
    height: 100%;
}
nav ul li a{
    position: relative;
}
nav ul li.active a::after{
    content:'';
    position: absolute;
    bottom: -3px;
    width: 50px;
    height: 4px;
    border-radius: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
}
nav ul li a {
    color: #fff;
    line-height: 18px;
    font-size: 18px;
    padding: 20px 30px;
}
footer{
    border-top:1px solid #1f4fac;
}
.small {
    width: 100%;
    height: 60px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    background-color: #1f4fac;
}
.tabs-wrap {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: -1px;
    background-color: #ffffff;
    opacity: 0.8;
    padding: 15px 40px 0;
    z-index: 9;
    box-sizing: border-box;
}
.banner {
    width: 100%;
    display: block;
}
.tabs-wrap-top {
    line-height: 30px;
    color: #595959;
}
.tabs-wrap ul {
    height: 60px;
    padding: 30px 0;
    box-sizing: border-box;
}
.tabs-wrap ul li {
    font-size: 20px;
    color: #333;
    width: 200px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    border-right: 1px solid #333;
}
.tabs-wrap ul li.active {
    color: #f6262d;
    position: relative;
}
.tabs-wrap ul li.active::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #f6262d;
    bottom: -14px;
    left: 50%;
    margin-left: -50px;
}

.tabs-wrap ul li:last-child {
    border: none;
}

.tabs-wrap-top img  {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.tabs-wrap-top span{
    vertical-align: middle;
}
.tab-content {
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 300px;
}
.my-hairline-bottom {
    border-bottom: 1px dashed #e5e5e5;
}
.c-pointer{
    cursor: pointer;
}
.page .custom-pagination {
    top: 20%;
}
.article-container {
    padding: 20px 25px 30px;
    background-color: #f5f5f5;
}
