@charset "utf-8";

.zmhd_bg {
    background: #eee;
}

.lxxd_list {
    background: #fff;
    padding: 0 30px 5px;
    min-height: 645px;
}

.lxxd_list .hd {
    line-height: 50px;
}

/* newsList */
.newsList {
    clear: both;
    font-size: 1em;
}

.newsList.MM-dd .list-first-line {
    font-size: 1.5em;
    font-weight: bold;
    list-style: none;
    text-align: center;
    padding: 15px 0;
}

.newsList .list-first-line:before {
    display: none;
}

.newsList .list-first-line a {
    color: #3472B4;
    float: none;
}

.newsList li {
    position: relative;
    line-height: 48px;
    overflow: hidden;
    vertical-align: top;
}

.newsList li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    background: #6b93c7;
}

.newsList-h4 h4 {
    position: relative;
    padding: 8px 0 8px 20px;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.6em;
    overflow: hidden;
    vertical-align: top;
}

.newsList-h4 li h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #cccccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.newsList li .time,
.newsList-h4 li h4 .time {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.5em;
    color: #999999;
}

.newsList li a,
.newsList-h4 li a {
    float: left;
    max-width: 100%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 12px;
    font-size: 16px;
}

.newsList li a:hover,
.newsList-h4 li a:hover {
    color: #235499;
}

.newsList.MM-dd li,
.newsList-h4.MM-dd li {
    padding-right: 60px;
}

.newsList.yyyy-MM-dd li,
.newsList-h4.yyyy-MM-dd li {
    padding-right: 100px;
}

.zwfwpt {
    background: #fff;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.zwfwpt h3 {
    font-size: 22px;
    color: #0A5BAB;
    text-align: center;
    line-height: 50px;
}

.zwfwpt span {
    display: block;
}

.gfwx {
    background: #fff;
    text-align: center;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.gfwx h3 {
    font-size: 22px;
    color: #0A5BAB;
    text-align: center;
    line-height: 50px;
}

.gfwx img {
    width: 120px;
}

.gfwx p {
    text-align: center;
    width: 220px;
    margin: 0 auto;
}

.mark-message {
    background: url(../images/tongzhi.png) no-repeat center center;
    height: 70px;
    line-height: 70px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    background-size: 100% 100%;
}

/*========其他登录方式=====================*/
.other-method-login {
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

.other-method-login span {
    color: #666;
    margin: 0 10px;
}

.other-method-login .line {
    flex-grow: 1;
    height: 1px;
    background-color: #c1c1c1;
}


.user .login-form__title {
    margin-top: 70px;
}

.login__form {
    margin-top: 0px;
}

.trans {
    transform: translateY(50%);
}

.header__time::before {
    background: white !important;
}

.Tabletop {
    display: flex;
    justify-content: space-around;
}

.Tabletop p {
    width: calc(100% /11);
    height: 30px;
    line-height: 30px;
    border: 1px solid grey;
    flex: 1 0 auto;
    text-align: center;
}

#all-num {
    font-family: 宋体;
    font-size: 14pt;
    text-align: center;
    cursor: pointer;
}

.TypeNum {
    display: none;
}

@media (max-width: 768px) {
    .lxxd_list{
        min-height:auto;
    }
    .tab-brief > .hd li a{
        font-size:14px;
    }
    .newsList li{
        line-height:30px;
    }
    .newsList li a, .newsList-h4 li a{
        font-size:14px;
    }
    .newsList li .time, .newsList-h4 li h4 .time{
      margin-top: -1em;
    }
    .lxxd_list .hd{
        line-height:30px;
    }
    .mark-message {
        height: auto;
        line-height: 30px;
    }
    .zwfwpt{
        padding:10px 0px;
        margin-top: 30px;
    }
    .zwfwpt h3{
        font-size:16px;
    }
    .gfwx{
        padding:10px 0px; 
    }
    .gfwx h3{
        font-size:16px;
    }
    .Tabletop {
        width: 100%;
        overflow-y: auto;
    }

    .Tabletop p {
        width: calc(100% /8);
    }
    #all-num{
        font-size:14px;
    }
}

