a {
    text-decoration: none;
}

/* logo和搜索部分 */
.logo {
    padding: 17px 0;
}
 
.logo-left {
    min-width: 560px;
}

.logo-left>div {
    box-sizing: content-box;
    margin: 0 5px;
}

.logo-img {
    width: 67px;
    height: 67px;
}

.logo-shzu {
    color: #fff;
}

.logo-shzu .ch {
    margin-top: 5px;
    font-size: 24px;
    letter-spacing: 4px;
}

.logo-shzu .en {
    font-size: 12px;
    letter-spacing: 1px;
    /* margin-top: 5px; */
}

.pad {
    margin: 5px 10px !important;
    width: 1px;
    height: 54px;
    background-color: #fff;
}

.xgb {
    color: #fff;
    margin-top: 15px !important;
    font-size: 25px;

}

/* logo - 搜索 */

@media (max-width: 1200px) {

    .logo-search {
        display: none;
    }

}

.logo-search {
    width: 200px;
    height: 32px;
    margin-top: 15px;
}

.keyword {
    width: 200px !important;
    height: 32px;
    padding-left: 8px;
}

.search {
    left: -26px !important;
    position: relative !important;
    background: url(https://m.dc0017.com/xgb/_upload/article/images/ea/1f/741974eb486f9dabad776ca6fc83/9b5b301b-d537-4da4-99d7-3c7803223074_s.png) !important;
    background-size: 100% 100% !important;
    width: 15px !important;
    height: 15px !important;
    top: 3px !important;
}

/* 导航栏 */
@media (min-width: 1400px) {
    
    .navbar-nav tbody {
        display: table;
        width: 100% !important;
    }

    .navbar-nav td {
        width: 12% !important;
    }
}

@media (min-width: 1200px) {

    .navbar-nav tbody {
        display: table;
        width: 100% !important;
    }

    .nav-item,
    .nav-item>.nav-item-a {
        display: block;
        height: 64px;
        line-height: 64px;
        text-align: center;
        transition: .8s;
    }
}

@media (max-width: 1200px) {
    .navbar-nav tbody {
        display: table;
        width: 100% !important;
        margin-top: 16px !important;
    }

    .navbar-nav td {
        display: block;
        width: 100% !important;
    }

    .nav-item-a {
        display: block !important;
        background-color: rgb(37, 114, 170, .8);
        text-align: left !important;
        padding-left: 30px !important;
    }

    .nav-item-a:hover {
        background-color: rgba(37, 114, 170, 1) !important;
        text-decoration: none;
    }

    .dropdown-menu{
        display: none !important;
    }

    .navbar button{
        margin-top: 10px;
    }
}

.navbar-nav td {
    width: 10%;
    height: 64px !important;
}

.nav-item,
.nav-item-a {
    font-size: 18px !important;
    width: 100% !important;
    height: 64px !important;
    line-height: 64px !important;
    /* font-family: '宋体' !important; */
}

.nav-item-a:hover {
    text-decoration: none !important;
}

.nav-item:hover {
    background-color: rgb(37, 114, 170);
}

.nav-item:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu {
    width: 100% !important;
    min-width: 96px !important;
    /* left: -10px !important; */
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
    transition: .8s;
}

.dropdown-item {
    color: #fff !important;
    width: 100% !important;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 14px !important;
    background-color: rgba(37, 114, 170, .6) !important;
    transition: .8s;
}

.dropdown-item:hover {
    /* color: #ff6a00 !important; */
    background-color: rgba(37, 114, 170, 1) !important;
    text-decoration: none;
}

/* 网络思政 && 一站式社区 */

.sz {
    background: url(https://m.dc0017.com/xgb/_upload/article/images/5a/8d/3d8ef24b4645813ac4d4f63127dd/16724b0e-86e9-44b7-b709-c79be8a85d63_s.png);
    background-size: 100% 100% !important;
    width: 100%;
    padding: 80px 0 40px 0;
}

.sz-c {
    display: flex;
}

@media (max-width: 991px) {

    .sz-c {
        display: block !important;
    }

    .wl {
        width: 100% !important;
    }
}

.wl {
    width: 48%;
    padding: 30px;
    background-color: #1d6fac;
    margin-bottom: 40px;
}

.sz-title {
    /* margin-bottom: 20px; */
}

.sz-ch {
    color: #fff;
    font-size: 25px;
    letter-spacing: 2px;
}

.sz-en {
    color: #fff;
    font-size: 15px;
    margin-top: 5px;
}

.sz-more-text {
    color: #fff;
    font-size: 16px;
    line-height: 32px;
}

.sz-list-item {
    margin-top: 20px;
}

.sz-list-img {
    position: relative;
    overflow:hidden;
    cursor: pointer;
    /* max-width: 171px; */
    /* width: 36% !important; */
}

.xy-item-img .img-cover,
.sz-list-img .img-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    z-index: 999;
    border: 4px solid #fff;
    box-sizing: border-box;
    opacity: 0;
    transition: .8s;
}
.sz-list-item,
.xy-item-img img,
.sz-list-img img {
    transition: all 1s;
}


.sz-list-value {
    width: 60%;
}

.xy-item-title a .sz-list-title,
.sz-list-title a {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    /* height: 70px; */
    transition: .8s;
}

.xy-item:hover .xy-item-title a,
.sz-list-title a:hover,
.sz-list-content a:hover {
    text-decoration: none;
}

.sz-list-content,
.sz-list-content a {
    color: #fff;
    font-size: 15px;
    height: 50px;
    transition: .8s;
}

.xy-item:hover .xy-item-title a,
.sz-list-item:hover .sz-list-content a,
.sz-list-item:hover .sz-list-title a {
    color: #000;
}

.xy-item-img:hover .img-cover,
.sz-list-item:hover .img-cover {
   /* opacity: .3; */
}
.sz-list-item:hover{
    box-shadow: 11px 12px 10px 0px #0000006e;
}

.sz-list-item:hover img,
.xy-item:hover img{
    transform: scale(1.1);
}



/* 学员风采 */

.xy-item {
    width: 30%;
    transition: all 0.2s;
}

.xy-item:hover{
    cursor: pointer;
    box-shadow: 5px 6px 10px 0px #0000006e;
}

.xy-item-title {
    text-align: center;
    padding: 15px;
}

.xy-item-title a {
    font-size: 18px !important;
}

.xy-item-img{
    overflow:hidden;
    cursor: pointer;
}

/* 页脚 */
footer {
    background-color: #145d93;
    font-size: 15px !important;
}
footer a{
    font-size: 15px !important;
}

.foot-right {
    width: 180px;
}

.foot-img {
    margin: 0 7px;
    background-color: #fff;
    width: 80px;
    height: 80px;
}

.foot-img img {
    width: 100%;
    height: 100%;
}

.yqlj-content,
.ksrk-content{
    flex-wrap:wrap;
}

.yqlj a {
    text-decoration: none;
    margin: 7px;
    color: #fff;
    transition: color 1s;
}

.yqlj a:hover {
    color: rgb(129 128 128);
}

.yqlj > div:nth-child(1){
    flex-shrink: 0;
}

