﻿html{
    width:100%;
    overflow-x:hidden;
}

.nav-item .nav-link:hover{
    color: rgb(160, 26, 4);
}

.row{
    margin-left: 0;
    margin-right: 0;
}

.card-deck{
    margin-left: 0;
    margin-right: 0;
}
.dropdown-item.active, .dropdown-item:active{
    background-color: rgba(160, 26, 4, 1);
}

.rightnav{
    position: fixed;
    right: 0;
    z-index: 9999;
    transform: translateY(200px);
}

/*  media adjust */

@media  (min-width: 200px) and  (max-width: 400px){

    #logoAndSearch{
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }

    .logo-img img {
        height: 5rem;
    }
    .changelang{
        display: none;
    }
    .rightnav img {
        max-width: 80px;
    }
    .main-nav#navbars {
        position: relative;
        z-index: 100;
    }
    .jumbotron h1{
        line-height: 2.5rem;
        font-size: 1.5rem;
    }
}

@media  (min-width: 400px) and (max-width: 575px){
    #logoAndSearch{
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }

    .rightnav img {
        max-width: 80px;
    }
    .changelang{
        display: none!important;
    }
    .logo-img img {
        height: 6rem;
    }
    .main-nav#navbars {
        position: relative;
        z-index: 100;
    }
    .dropdown-menu{
        display: none!important;
    }
    .jumbotron h1{
        line-height: 2.5rem;
        font-size: 1.5rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767px) {
    #logoAndSearch{
        padding-left: 10rem!important;
        padding-right: 10rem!important;
    }
.disp-info .row .col-sm-4:first-child {
  display: none;
}
    .rightnav img {
        max-width: 100px;
    }
    .logo-img img {
        height: 7rem;
    }
    .main-nav#navbars {
        position: relative;
        z-index: 100;
    }
    .dropdown-menu{
        display: none!important;
    }
    .jumbotron h1{
        line-height: 2.5rem;
        font-size: 1.5rem;
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    #logoAndSearch{
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
.disp-info .row .col-sm-4:first-child {
  display: none;
}
    .rightnav img{
        max-width: 100px;
    }
    .logo-img img {
        height: 5rem;
    }
    .main-nav#navbars{
        position: relative;
        z-index: 100;
    }
    .jumbotron h1{
        font-size: 2rem;
        line-height: 4.5rem;
    }

    .dropdown-menu{
        display: none!important;
    }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    #logoAndSearch{
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .tzgg{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }

    #xinwendongtai{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }

    .rightnav img{
        max-width: 100px;
    }

    .logo-img img {
        height: 7rem;
    }

    .dropdown-menu{
        display: none;
    }

    .main-nav#navbars{
        position: absolute;
        z-index: 100;
    }
    .jumbotron h1{
        font-size: 2rem;
        line-height: 4.5rem;
    }

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #logoAndSearch{
        padding-left: 8rem!important;
        padding-right: 8rem!important;
    }

    .tzgg{
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }

    #xinwendongtai{
        padding-left: 5rem!important;
        padding-right: 5rem!important;
    }
    .rightnav img{
        max-width: 120px;
    }

    .logo-img img {
        height: 7rem;
    }
    .main-nav#navbars{
        position: absolute;
        z-index: 100;
    }

    .jumbotron h1{
        font-size: 2rem;
        line-height: 4.5rem;
    }

}

@media (min-width: 1560px) {
    #logoAndSearch{
        padding-left: 10rem!important;
        padding-right: 10rem!important;
    }

    .tzgg{
        padding-left: 10rem!important;
        padding-right: 10rem!important;
    }

    #xinwendongtai{
        padding-left: 10rem!important;
        padding-right: 10rem!important;
    }

    .rightnav img{
        max-width: 150px;
    }
    .logo-img img {
        height: 8rem;
    }
    .main-nav#navbars{
        position: absolute;
        z-index: 100;
    }

}

.navbar-brand {
    margin-right: 0;
}

.time-span{
    background-color: rgb(45, 84, 139);
    border-radius: 10px;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    transition: 0.3s;
    width: 100%;
}

.news_day{
    border-bottom: 1px solid white;
    color: white;
    font-size: 1.5rem;
}

.news_yearmon{
    color: white;
    font-size: 0.5rem;
}

.changelang{
    color: #ffffff;
    padding-right: 1rem;
}

.carousel-indicators .active{
    background-color: rgb(252, 207, 0);
}


.changelang a{
    color: #ffffff;
}

.changelang a:hover{
    color: #dddddd;
}

.tzgg{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;

}

.tzgg .list-group-item{
    border: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.tzgg h2{
    text-align: center;
    padding-bottom: 2rem;
}

.list-group{
    padding-bottom: 2rem;
}

.list-group-item{
    transition: 0.3s;
}

.list-group-item.active{
    background-color: rgba(0,123,255,0.5);
    border-color: white;
}

.card-img-top{
    transition: 0.1s;
}

.card-img-top:hover{
    opacity: 0.5;
}

#others .card img{
    max-width: 100px;
    margin: auto;
}

.card{
    text-align: center;
}

#others .card-body{
    padding-top:0.5rem;
    color: rgba(160, 26, 4, 1);
}

#others .card{
    padding-top:1rem;
    background-color: rgba(0,123,255,0);
    border: none;
}

.bg-primary{
    background-color: rgba(0,123,255,0)!important;
}

.nav-link{
    color: black;
}

ul.nav{
    width: 100%;
    padding-left: 20%;
    padding-right: 20%;
}

.container-fluid{
    padding: 0px;
}

#logoAndSearch{
    border-bottom: 1px solid #aaaaaa;
}

.nav-item{
    font-size: large;
    transition: 0.4s;
    border-bottom: 2px solid rgba(218,229,247, 0);;
    border-top: 2px solid rgba(218,229,247, 0);;
}

.nav-item:hover{
    color: black!important;
    border-bottom: 2px solid black;
    border-top: 2px solid black;
}

a:hover{
    color: black;
    text-decoration: none;
}

a{
    /*    color:#495057;*/
}

#xinwendongtai{
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

#others{
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

#footer{
    background-color: #eeeeee;
    background-image: url(../images/footer.jpg);
}

.footer-content{
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: white;
    text-align: center;
}

.qrcode img{
    width: 100px;
    height: auto;
}

.list-group-item{
    background-color: rgba(0,0,0,0);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-dark .navbar-toggler-icon{
    background-image: url(../images/nav.svg);
}

.dropdown-menu{
    margin-top: 1rem;
    left: -20rem;
    width: 50rem;
    border-radius: 0px;
    border-top: 3px solid rgba(160, 26, 4, 1);
    background-image: url(../images/navs/nav-back.jpg);
    background-size: cover;
    background-position: bottom right;
    display: block;
    visibility: hidden;
    transition: all 0.1s ease-in-out;
    min-height: 15rem;
}

.dropdown-container{
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.dropdown-container h5{
    color: rgb(45, 84, 139);
}

.dropdown-container p{
    color: rgb(45, 84, 139);
}

.dropdown-menu:hover{
    visibility: visible;
}

.carousel-caption{
    background-color: rgba(100,100,100,0.5);
}

.carousel-caption:hover{
    background-color: rgba(100,100,100,0.8);
}

.carousel-caption h5 a{
    text-decoration: none;
    color: white;
    font-size: 2rem;
}
.carousel-caption h5 a:hover{
    color: rgba(200, 200, 200, 1);
}

.carousel-caption p a{
    text-decoration: none;
    color: white;
    font-size: 1rem;
}

.footer-middle{
    text-align: left;
    /* border-right: 1px solid; */
}

.footer-middle h3{
    color: #ffffff;
    padding-left: 1.2rem;
}

.footer-right{
    text-align: left;
}

.footer-right h3{
    color: #ffffff;
    padding-left: 1.2rem;
}

#xinwendongtai .jumbotron{
    background-color: rgba(0,123,255,0);
    padding-left: 2rem;
    padding-bottom: 1rem;
}

#tongzhigonggao .jumbotron{
    background-color: rgba(0,123,255,0);
    padding-left: 2rem;
    padding-bottom: 1rem;
}

.head-part{
    background-color: rgb(45, 84, 139);
}

#navbars{
    background-color: rgba(218,229,247, 0.8);
}



.input-group input{
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.input-group button{
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}



.carousel-control-prev-icon{
    background-image: url(../images/leftarrow.png);
    width: 100px;
    height: 100px;
}

.carousel-control-next-icon{
    background-image: url(../images/rightarrow.png);
    width: 100px;
    height: 100px;
}

.part-title{
    color: white;
    background-color: rgba(160, 26, 4, 1);
    margin-bottom: 0px;
}

.title-row{
    border-bottom: 1px solid;
}

.more-link{
    text-align: right;
    padding-right: 0px;
}

.more-a{
    background-color: rgba(160, 26, 4, 1);
    color: white;
}

#otherback{
    background-color: rgba(218,229,247, 0.8);
}

.qrcode-cont{
    padding-top: 1rem;
}

.navbar-brand img{
    max-width: 500px;
}

.text-gray{
    color: rgb(168, 177, 192);
}
.text-gray a{
    color: rgb(168, 177, 192)!important;
}

.card-deck{
    padding-bottom: 3rem;
}

.card-deck .card-body{
    background-color: rgb(218, 229, 247);
}

.lanmu-title{
    position: absolute;
    padding-left: 8rem;
    padding-top: 6rem;
    color: rgba(255, 255, 255, 1);
    font-size: 3.5rem;
}

.dqwz{
    border-bottom: 4px solid rgba(160, 26, 4, 1);
    margin-bottom: -3px;
    font-size: 0.8rem;
}

.teach-cards img{
    max-width: 12rem;
    border-radius: 0;
    max-height: 163px;

}

.teach-card-item img{
    width: 80%
}

.teach-card-item .card-body{
    padding-left: 0;
    text-align: left;
}

/* listcolumn page */
/* .post-header{
    background-image: linear-gradient(-60deg, rgb(23, 76, 149) 0px, rgb(7, 124, 224) 100%);
} */

.post-header{
    padding: 0;
}

.listcontent{
    border-bottom: 1px solid #111111;
}

.listname{
    border-bottom: 3px solid #111111;
}

.align-items-end{
    align-items: flex-end!important;
}

.align-items-start{
    align-items: flex-start!important;
}

.post-body{
    padding-top: 2rem;
    min-height: 25rem;
}

.side-menu-content{
    line-height: 50px;
    background-image: linear-gradient(135deg, rgb(255, 255, 255) 0px, rgb(0, 123, 255) 100%);
    /* margin-right: 5rem; */
    /* border-top-right-radius: 300px; */
    padding-left: 2rem;
}

.side-menu-list{
    padding-left: 2.5rem;
}

.wp_listcolumn{
    padding: 0;
}


.wp_listcolumn .wp_column a.selected {
    color: #fff;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected {
    color: #7299d9!important;
}
.wp_subcolumn .parent{
    background: #fff;
}
.wp_listcolumn .wp_column a:hover {
    color: #fff!important;
}
.wp_subcolumn .wp_column a:hover {
    color: #7299d9!important;
}
.wp_listcolumn .wp_subcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 20px;
}
.parent {
    background: #7299d9;
}

.wp_listcolumn  .wp_column {
    color: white;
    text-align: left;
    line-height:60px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
}

.wp_subcolumn  .wp_column {
    color: white;
    text-align: left;
    line-height: 60px;
    font-size: 20px;
    border-bottom: 1px solid #003e8c;
    font-weight: bold;
}
.wp_listcolumn .wp_subcolumn .wp_column a {
    border: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
    padding-left: 0px;
    font-size: 16px;
}
li:last-child {  border: none!important; }
.wp_listcolumn .wp_column a .column-name {
    font-size: 18px;
}
.wp_listcolumn .wp_column a{
    background: none!important;
    color: #fff;
    font-weight: bold;
    border:none

}
.wp_subcolumn {
    background: #fff;
    padding-left: 0;

}
.wp_subcolumn .wp_column a{
    background: none!important;
    background-image: none!important;
    color: #666;
    padding-left: 40px;

}

.wp_listcolumn .wp_column a:hover{
    color: #000;
    background-image: none!important;
}

.wp_listcolumn{
    border: none!important;
    background: #003e8c;

}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: 50px;
    height: 50px;
}
.wp_article_list .list_item {
    height: auto;
    line-height: 60px;
    font-size: 16px;
}
.wp_paging li {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-top: 5px;
}
.wp_article_list .list_item .Article_Index {
    display: none;
}


/* display page */

.display-body{
    padding-top: 2rem;
}

.display-body h2{
    padding-bottom:30px;
}

.infos-part{
    /* border-bottom: 1px solid!important;*/
}

.content-part{
    padding-top: 2rem;
}

.main-content{
    padding-top: 14rem;
}


.disp-info .display-body{
    padding-top: 0;
}
.disp-info h1 {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    font-family: FZXiaoBiaoSong-B05S;
}
.disp-info .row {
    display: flex;
    text-align: center;
margin-top: 20px;
}

.disp-info .row .col-sm-4 {
    width: 30%;
    flex: 0.3;
}
.disp-info .content-part {
    padding-top: 60px;
}

.disp-info .WP_VisitCount {
    display: inline!important;
}
/* Teach listdolumn */
.teach-cards .card{
    border: none;
    padding: 20px;
    text-align: left;
}
.teach-cards .card-body{
    padding: 0;
    height: 50px;
    line-height: 50px;
    background: #003e8c;
    padding-left: 0;
    position: relative;
    width: 160px;
}
.teach-cards .card-body .mini-logo {
    width: 30px;
    position: absolute;
    bottom: 8px;
    right: 10px;
    opacity: 0.3;
}

.teach-cards .card-body a{
    color: white;
}
.teach-cards{
    padding-top: 0;
    margin-left: 5%;
    display: flex;
    flex-wrap: wrap;
}
.teach-cards .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.teach-cards .card-title{
    padding-top: 0;
    line-height: 50px;
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}

.teach-cards .card-img-top{
    border-radius: 15px;
}

.card .card-img-top{
    width: 100%
}

.teach-content .card img{
    border-radius: 15px;
}

.teach-content .card{
    padding-top: 3rem;
    border: none;
}



.zzjg-photo{
    float:left;
    width:20rem;
}
.zzjg-content{
    float:left;
    width:80%;
}
.bg026 {
    height: 240px;
    width: 90%;
    margin: 30px auto 30px auto;
    background: #003e8c;
}
.fl {
    float: left;
}
.imgrw img {
    width: 240px;
    height: 240px;
}
img {
    vertical-align: top;
}
.listUl {
    color: #fff;
    padding: 28px 0 0 20px;
    width: calc(100% - 260px);
}
.listUl .part1 {
    float: left;
}
.listUl .part2 {
    float: left;
    margin-top: 60px;
    float: right;
}
.fr {
    float: right;
}
.m50 {
    margin: 40px 50px;
}
.listUl li {
    line-height: 50px;
}
.listName {
    font-size: 26px;
    font-weight: 600;
}

.lspacing {
    letter-spacing: 1px;
}
.lspacing1 {
    margin-left: 20px;
}
.listDuty {
    font-size: 17px;
}
.listDuty1 {

    margin-top: 60px;
}
.icon-award {
    margin-right: 10px;
    vertical-align: middle;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/info/icon_01.png) no-repeat;
}
.icon-email {
    margin-top: 8px;
    margin-right: 10px;
    vertical-align: middle;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/info/icon_02.png) no-repeat
}
.icon-phone {
    margin-right: 10px;
    vertical-align: middle;
    background-size: contain;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/info/icon_03.png) no-repeat
}
.listEmail {
    font-size: 14px;
}
.listiPhone {
    font-size: 16px;
}
.listiPhone1 {
    margin-left: 40px;
    font-size: 16px;
}
.myLogo {
    position: absolute;
    top: 30px;
    right: 50px;
}

.clearfix {
    display: block;
    padding-left: 0px;
}
.col_metas .col_title {
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    margin-bottom: 40px;
}
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.tytt {
    padding-bottom: 10px !important;
    border-bottom: 3px solid #003e8c !important;
    font-size: 28px;
    font-weight: bold;
}
.newsLi h3 {
    line-height: 50px;
    font-size: 18px;
    font-weight: 500;
}
.tit-icon {
    display: inline-block;
    vertical-align: middle;
    background-color: #003e8c;
    width: 10px;
    height: 25px;
    margin-right: 5px;
}
.ct026 {
    color: #003e8c;
}
.MsoNormal {
    margin-bottom: 20px!important;
}
.MsoListParagraph {
    margin-bottom: 20px!important;
}
.disp-info .container {
    width: 80%;
    margin: auto;
    max-width: 1000px;
    background: #fff;
}
.disp-info {
background:url("../images/dbg.jpg") repeat;
}
.disp-info .main-content{
    margin-top: 14rem;
    padding: 2rem;
    margin-bottom: 4rem;
}

.disp-info h4 {
    font-size: 20px;
    margin: 20px;
  text-align: center;
}