.head-box {
    height: 150px;
    background-color: #0373ce;
}

.head-box-inner {
    height: 150px;
    background-size: cover;
    background-position: center;
    background-image: url('../image/head-4f6c0f2f9ff994973865180ccc265338.png')
}

.login-box {
    background-color: #0373ce;
    height: 170px;
}

.head-portrait {
    padding-left: 20px;
    padding-top: 30px;
    float: left;
}

.no-login {
    float: right;
    width: 160px;
    text-align: center;
    height: 130px;
    padding-top: 50px;
}

.no-login-btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #0c4eb0;
    border-radius: 15px;
    border: 0px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
}

.no-login p:first-child {
    color: #fff;
    font-size: 14px;
    padding-left: 15px;
}

.no-login {
    float: right;
    width: 150px;
    text-align: left;
    height: 30px;
    padding-top: 50px;
}

.login-in {
    padding-left: 110px;
    padding-top: 40px;
}

.login-in p:first-child {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.login-in p {
    color: #fff;
    font-size: 14px;
    padding-left: 30px;
    line-height: 24px;
}

.login-in p span {
    color: #e1c5c5;
    font-size: 12px;
}

.login-in a {
    margin-left: 5px;
}

.news-box {
    cursor: pointer;
    background-color: #0373ce;
    padding: 10px;
    margin-top: 5px;
    font-size: 38px;
    height: 130px;
    padding: 20px 0;
    text-align: center;
    color: white;
}

.news-box a {
    color: white;
}

.foot-box {
    padding: 20px 0px;
    margin-top: 20px;
    background-color: #0373ce;
    width: 100%;
    text-align: center;
    color: white;
}


.hd-title-text {
    margin-left: 18px;
    font-weight: bold;
    color: #0373ce;
    line-height: 25px;
    font-size: 22px;
}

.hd-under-line-left {
    border-bottom-style: solid;
    border-bottom-color: #0373ce;
    border-bottom-width: 8px;
    margin-top: 12px;
    width: 90px;
    margin-left: 18px;
}

.hd-under-line-right {
    border-bottom-style: solid;
    border-bottom-color: #d8d8d8;
    border-bottom-width: 1px;
    margin-left: 18px;
}

.hd-content {
    margin-left: 18px;
}

.layui-col-space10 > * {
    padding: 15px;
}

.hd-more {
    margin-top: 5px;
    float: right;
    margin-right: 15px;
    color: #0373ce;
    font-size: 16px;
    cursor: pointer;
}

.hd-item {
    cursor: pointer;
}

.hd-content .layui-row {
    margin-top: 2px;
}

.hd-content .day {
    height: 50px;
    font-size: 50px;
    /*font-weight: bold;*/
    color: #0373ce;
    text-align: left;
    margin-left: -3px;
}

/*.hd-item:hover .day {*/
/*    color: #4d7c2b;*/
/*}*/

.hd-content .year-month {
    height: 18px;
    font-size: 20px;
    color: grey;
    margin-top: 10px;
}

.hd-item:hover .year-month {
    color: #0373ce;
}

.hd-item-title {
    color: #0373ce;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    letter-spacing: 1px
}

.hd-item-fl {
    color: #0373ce;
}

.hd-jj {
    max-height: 50px;
    margin-top: 0px;
    padding-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    letter-spacing: 1px
}

