html {
    background: #f6f7f9;
    height: 100%;
/*    background: linear-gradient(180deg, #275CBC 0%, #FFFFFF 100%) #ffffff;
    background-image: url("../images/big-bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;*/
    /*min-width: 1200px;*/
    /*min-width: 780px;*/
    /*background-color: #F4F6F9;*/
}
/*顶部条*/
.top-bar{
    height: 40px;
    background: #F0F0F0;
    min-width: 1200px;

}
.top-bar .top-bar-txt{
    line-height: 40px;
    font-size: 16px;
    color: #666666;
}
.login-link {
    float: left;
    color: #333333;
    padding: 12px 16px 12px 20px;
    font-size: 16px;

    cursor: pointer;
     line-height: 16px;
    position: relative;
}
.login-link:hover {
    color: #14398C;
}
.login-link.login:after{
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #666666;
    left: 0;
    top: 18px;
    position: absolute;
}
/*头部 logo  slogan*/
.header{
    background-image: url("../images/header-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 1200px;
    height: 90px;
}
.header .logo{
    display: block;
    height: 72px;
    width: auto;
    margin-top: 9px;
}
.header .slogan{
    display: block;
    height: 60px;
    width: auto;
    margin-top: 15px;
}







.mt20 {
    margin-top: 20px;
}
.bgWhite{
    background-color: #ffffff;
}
.avatar {
    width: 28px;
    height: 28px;
    display: block;
    border-radius: 28px;
    border: 1px solid #fff;
}

.login-box {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    margin-right: 20px;
}

.login-box .login-link {
    color: #fff;
    padding: 0px 16px 0px 20px;
    cursor: pointer;
    position: relative;
    cursor: pointer;
}

.login-box .login-link:hover {
    color: #fff;
}




/*所在位置*/
.position-box {
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #111111;
}

.content-box {
    padding: 10px 50px 20px;

    box-shadow: 0px 0px 16px 0px rgba(21,5,5,0.1);

}

.content-box .content-title {
    font-size: 30px;
    font-weight: bold;
    color: #14398C;
    text-align: center;
    line-height: 1;
    padding: 30px 0 20px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}

.content-box .content-time {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    text-align: center;
    padding: 20px 0 0;

}
.content-box .content-time-rt {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    position: absolute;
    right: 0;
    top: 44px;
    line-height: 1;

}


.article-content {
    padding: 14px 0px 10px;
}
.article-content p {
    text-align: justify;
    text-indent: 32px;
    font-size: 16px;
    color: #333;
    line-height: 1.67;
    padding-top: 10px;
}
.article-content img {
    display: block;
    margin: 10px auto;
    max-width: 76%;
    height: auto;
    border-radius: 2px;
}
