a {
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
}

a:hover {
    color: #D50C00;
}

.schoolnews a {
    color: #fff;
}

.schoolnews.active a {
    color: #877A69
}

.header-content .nav-content > li a {
    color: #877A69;
    text-decoration: none;
}

.header-content .nav-content > li:hover,
.header-content .nav-content > li a:hover,
.header-content .nav-content dd:hover {
    color: #D50C00;
}

.events li a, .notice li a {
    color: #666666;
}

.footer-content .others ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-content .others ul li a:hover {
    color: #D50C00;
}

.nav-list-a {
    text-decoration: none;
}

.content-left dt a,
.content-left dd a {
    color: #877A69;
}


/*base.css*/

.content-left dd em {
    width: 265px;
    display: block;
    height: 1px;
    margin: 0 auto;
    background-color: #877A69;
    opacity: 0.3;
}

.content-left dd.active,
.content-left dd.active a {
    color: #D50C00;
}

.content-left dd.active em {
    color: #D50C00;
    background-color: #D50C00;
    opacity: 0.6;
}

.content-right .p {
    font-size: 14px;
    color: #666;
    line-height: 21px;
    background-color: #fff;
    background-image: url(./images/base-bg.png);
    padding: 60px 101px 60px 101px;
    height: 100%;
    min-height: 500px;
}

.share {
    overflow: hidden
}

.share dl {
    margin: 0.25em 0.5em;
    text-align: right
}

.share dt {
    color: #767676;
    padding: 0 0 0 8px
}

.share dt, .share dd {
    display: inline-block;
    vertical-align: middle
}

.share dd a {
    margin-left: 5px;
    width: 33px;
    height: 33px;
    display: inline-block;
    background-image: url(./images/sheraicon.png);
    background-repeat: no-repeat;
    -webkit-background-size: 165px 33px;
    -moz-background-size: 165px 33px;
    -o-background-size: 165px 33px;
    background-size: 165px 33px
}

.sharet {
    background-position: 0 0
}

.shareqzone {
    background-position: -33px 0
}

.sharewb {
    background-position: -66px 0
}

.sharewx {
    background-position: -99px 0
}

.shareqq {
    background-position: -132px 0
}

.share .sharewx, .share .shareqq {
    display: none
}

a:hover {
    text-decoration: none;
}

.intro-content-subtext {
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #c1c1c1;
}

.slider-right-content h5 {
    /*text-align: center;*/
}

.slider-content ul.list li {
    display: flex !important;
}

.slider-content ul.list li i {
    display: inline;
}

.slider-content ul.list li p,
.slider-content ul.list li p a {


    display: inline;
    padding: 0;
    margin: 0;
    text-align: left;

    text-overflow: -o-ellipsis-lastline !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;

    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.slider-content ul.list li p a:hover {
    color: #D50C00;
}

.account-list ul li a {
    color: #666666;
}

.account-list ul li a:hover {
    color: #D50C00;
}

/* page */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #26496D;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}


.tab-xxk-jhy a {
    color: rgba(102, 102, 102, 1);
}

.menu a {
    color: #999999
}

.menu a:hover,
.tab-xxk-jhy a:hover {
    color: #D50C00;
}

.slider-right-content .p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;
}


.carousel-caption a {
    color: #fff;
}

.zysz-r .r-con div {
    overflow: hidden;
}

.slider-content ul li.active a {
    color: #D50C00 !important;
}

.registration-form .form-group>label{
    margin: 20px 0;
}
.registration-form .form-control{
    height: 50px;
}
.registration-form  .form-group label{
    margin: 10px 0;
}
.registration-form  .form-group{
    margin-bottom: 10px;
}
.registration-form .form-my input{
    line-height: 40px;
    margin-bottom: 20px;
}
.slider-right-content .p{
    line-height: 1.8;
}

.header-content .logo img{
    vertical-align:top;
}
.header p{
    margin-bottom: 0;
}
.col-12.algin-self-center h3{
    width: 100% !important;
}
.col-12.algin-self-center p{
    min-height: 20px !important;
    height: auto !important;
}
.registration-form .form-group label{
    margin-right: 20px;
}
.registration-form .form-my .radio-inline input,
.registration-form .form-my .checkbox-inline input{
    line-height: 20px;
    margin-bottom: 0;
}

.poll-form .form-group label{
    margin-right: 20px;
}
.poll-form .form-my .radio-inline input,
.poll-form .form-my .checkbox-inline input{
    line-height: 20px;
    margin-bottom: 0;
}
.act .tab-btns .nav-link.active, .act .tab-btns .show > .nav-link {
    border-bottom: 2px solid #ffffff;
}

.foot-qq {
    position: relative;
}

.foot-qq iframe {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.01;
}

.footer-c .tel-fixed {
    line-height: 1.5;
}
.footer-link .col-lg-11 a{
    height: 24px;
    line-height: 24px;
    padding: 0 15px 0 0;
    color: #fff;
    font-size: 14px;
}
.footer-link .col-lg-11 a:hover{
    color: #BF0B01;
}

.copyright{
    width: 60%;
}

@media (max-width: 767px) {
    .credits a {
        display: block;
        line-height: 2;
    }

    .beian {
        /*display: block;*/
        /*line-height: 2;*/
    }

    .footer {
        height: auto;
    }

    .footer-content {
        width: 100%;
        height: auto;
        padding-bottom: 16px;
    }

    .copyright {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }

    .footer-content .others {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
    }
    .slider-right{
        min-height: auto !important;
    }
    .slider-right-content{
        padding: 0 15px;
    }
    .slider-right-content h5{
        line-height: 1.5;
    }
    .bg-banner{
        display: none;
    }
    .account-list ul li{
        height: 50px !important;
    }
    #mid-content{
        margin-top: 0 !important;
    }
}

.card-text {

}

.new-footer{
    background: #000;
}
.footer-link{

    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}
.footer-link .link{

}
.footer-link .link a{
    color: #fff;
    padding:5px;
}
.footer-link .link a:hover{
    color: #BF0B01;
}
.footer-link .telemail{
   margin-top: 30px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .footer-link .telemail span{
        display: block;
    }
}

body iframe{
	display: none !important;
}
body .registration-form iframe,
body .copyright iframe{
	display:block !important;
}
.zhengdang dd{
	margin-bottom: 0;
}
	


.zysz-r .r-con div a{
	font-size: 12px !important;
	margin-left: 0 !important;
}
