html{
    font-size:16px;
}

body{
    font-family: 'Microsoft Yahei',"Arial","Lucida Grande", "Tahoma", "Helvetica", "sans-serif";
    width: 100%;
    height:100%;
    background-color:#ffffff;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    outline:none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}


@media (min-width: 768px) {
    body{
        background-color:#F2F2F2;
    }

    .homebody{
        background-color:#ffffff;
    }
}

@media (min-width: 992px) {
    html{
        font-size:12px;
    }
}

@media (min-width: 1200px) {
    html{
        font-size:14px;
    }

}

@media (min-width: 1400px){
    html{
        font-size:16px;
    }
}


.banner{
    background-color:#8F000B;
    /*margin-bottom: 1rem;*/
}

.logo{
    height:6.25rem;
    background-image:url(../images/logo.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-size:90%;
}

.navbar{
    margin-bottom: 0;
}

.top-nav{
    display: block;
    background-color: #700005;
}
.top-nav .navbar{
    padding: 0.2rem 0.1rem;
}
.top-nav .top-nav-bar {
    /*margin-left: -10.3125rem;*/
    /*margin-right: -10.3125rem;*/
}
.top-nav-con{
    background-color: #F2F2F2;
}

.top-nav-con .nav-link{
    color:#323232;
    border-bottom: 0rem;
}

.top-nav-con .nav-link:hover{
    color:#ffffff;
    background-color: #700005;
    border-bottom: 0rem;
}

.top-nav .navbar-header{
    background-color:#700005;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left:1rem;
    padding-right: 1rem;
    /*padding-top:0.5rem;*/
    /*padding-bottom:0.5rem;*/
}

.top-nav .nav-float-header {
    padding-top:0.1rem;
    padding-bottom:0.1rem;
    float:top;
}

.top-nav .navbar-header a{
    color:#ffffff;
}
.top-nav .closebtn {
    /*float:right;*/
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    /*margin-left:1rem;*/
    background-color: #700005;
    /*color:rgba(255, 255, 255, 0.5);*/
}

/*.top-nav-con .navbar-nav{*/
/*flex-direction:row;*/
/*!*margin-bottom: 2rem;*!*/
/*}*/

.top-nav-con .nav-item{
    /*display:inline-block;*/
    width:15rem;
}
/*.top-nav-con a{*/

/*height:3rem;*/
/*line-height: 2rem;*/

/*width:100%;*/
/*padding-left:1rem;*/
/*padding-right:1rem;*/
/*padding-bottom:1rem;*/
/*vertical-align: middle;*/

/*}*/
.mid-nav{
    display: none;
    background-color: #414141;
    /*margin-bottom:1rem;*/
}


.mid-nav .nav-link {
    padding: 0.5rem;
    padding-top:0.6rem;
    padding-bottom:0.3rem;
    border-bottom: solid 0.3rem #414141;

}

.nav-link {
    color:#A5A5A5;
}

.nav-link:hover {
    color:#fff;
    font-weight: bold;
    /*background-color:#8F000B ;*/
    border-bottom: solid 0.3rem #8F0909;
}

.nav-link a{
    font-size:1.125rem;
}
.navbar-inverse{
    background-color:#700005;
    border-color:#700005;
    background-image: none;
}
.dropdown-menu {
    background-color: #414141;
    opacity: 0.8;
}

.dropdown-menu .dropdown-item{
    background-color: #414141;
    color:#fff;
    font-size:1rem;
}
.dropdown-menu .dropdown-item:hover{
    color:#fff;
    font-weight: bold;
}
/*.navbar-inverse .navbar-toggle{*/

/*border-color:#700005;*/
/*}*/

/*.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{*/
/*background-color:#8F000B;*/
/*}*/

.bg-pku {
    background-color: #700005 !important;
}

.nopading{
    margin-left: -1rem;
    margin-right: -1rem;
}

a.bg-pku:hover, a.bg-pku:focus,
button.bg-pku:hover,
button.bg-pku:focus {
    background-color: #700005 !important;
}



.carousel-panel {
    padding:0rem;
    padding-top:0rem;
}

@media (min-width: 576px) {
    .logo{
        width:33.3rem;
        background-size:28.12rem;
    }
    .top-nav {
        display: block;
    }

    .mid-nav {
        display:none;
    }


}

@media (min-width: 768px) {
    .logo{
        height:7.9rem;
        width:37.5rem;
        background-size:28.125rem;
    }
    .top-nav {
        display: block;
    }
    .mid-nav {
        display:none;
    }

    .carousel-panel {
        padding:0rem 0rem;

    }

}

@media (min-width: 992px) {
    .banner .logo{
        height:7.9rem;
        width:37.5rem;
        background-size:28.125rem;
    }

    .top-nav {
        display:none;
    }

    .mid-nav {
        display:block;
    }

    .banner {
        margin-bottom: 0rem;
    }

}

@media (min-width: 1200px) {
    .banner .logo{
        height:7.9rem;
        width:37.5rem;
        background-size:28.125rem;
    }

    .top-nav {
        display:none;
    }

    .mid-nav {
        display:block;
    }


}

@media (min-width: 1300px){
    .container {
        max-width: 1230px;
    }
}



#myCarousel{
    /*padding: 0.7rem;*/
    /*border: solid 1px #797979;*/
    background-color: #fff;
}

.carousel-caption {
    background-color: rgba(00,00,00,0.4);
}


/*.carousel-inner images {*/
/*margin: 10px;*/
/*border: solid 1px red;*/

/*}*/
.common_header{
    /*margin-left:-10.3125rem;*/
    /*margin-right: -10.3125rem;*/
    margin-top:0rem;
    margin-bottom:1rem;
}

.news_header {

    /*display:inline-block;*/

    border-bottom:solid 2px #e9e9e9;

}

.news_header a{
    font-size:1.125rem;

    font-weight: bold;
    line-height: 3.75rem;
    color:#8F000B;
    /*padding-left: 1rem;*/
}
.news_header .title{
    font-size:2rem;


}

.news_header .title a{
    font-size:2rem;

    color:#323334;
}
.news_header .title:before{
    vertical-align: middle;
    content:".";
    padding:2px;
    margin-right: 1rem;
    margin-bottom: 1rem;

    border-radius: 0.625rem;
    background-color:#8F0909;
    color:#8F0909;
    line-height: 1rem;
    font-size:1.2rem;
    height:1rem;
}

.news_header .more{
    display:inline-block;
    padding-left:1rem;
}

.news_header .more a{

    line-height: 3.75rem;
    font-size:0.875rem;
}

.news_item {
    /*background-color: #fff;*/
    margin-bottom: 1rem;
    width:100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom:solid 1px #e5e5e5;
    padding-bottom:1rem;
}

.news_item .title{
    display:block;
    vertical-align: middle;
    line-height: 1.2rem;
    font-size:1rem;
    color:#333333;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top:0.3rem;
    min-height: 1.8rem;

}

.news_item .title a {

    line-height: 1.5rem;
    display: block;
    color:#000;
}

.news_item .more{
    height:3rem;
    padding-left: 0.5rem;
}

.news_item .more a{
    line-height: 3rem;
    font-size:0.75rem;
    color:#8F000B;
}

.news_item .date{
    font-size:0.75rem;
    color:#333;
    padding-left: 0.5rem;
    line-height: 1.7rem;
    font-style: italic;
}

.zl-list .date {
    font-size:0.75rem;
    color:#333;
    padding-left: 0.5rem;
    line-height: 1.7rem;
    font-style: italic;
    text-align: right;
}

.news_img {
    max-width: 100%;
    height: auto;
    display: block;
}

.news_list .news_item_panel:nth-last-of-type(2) {
    display:inline-block;
}


@media (min-width: 576px) {

    .news_list .news_item_panel:nth-last-of-type(2) {
        display:none;
    }

    .news_item{
        border-bottom:solid 0px #e5e5e5;
    }
    
    .news_item .title {
        /*height:1.8rem; !*50*!*/

    }


    .news_item .title a {
        /*height:3rem;*/
        /*height: 1.8rem;*/
        /*-o-text-overflow: ellipsis;*/
        /*text-overflow: ellipsis;*/
        line-height: 1.5rem;
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        display: block;
    }


}



@media (min-width: 768px) {

    .news_list .news_item_panel:nth-last-of-type(2) {
        display:none;
    }


}

@media (min-width: 992px) {

    .news_list .news_item_panel:nth-last-of-type(2) {
        display:inline-block;
    }

}

@media (min-width: 1200px) {
    .news_list .news_item_panel:last-child {
        display:inline-block;
    }

}

.list_panel {

    margin-bottom: 1rem;
    background-color:#fff;
    padding-left:0;
    padding-right:0;
}

.carousel-panel .list_panel{
    margin-bottom: 0rem;
}

.list_panel .header
{

    text-align: center;
    font-weight: bold;
    font-size:1.125rem;
    height:3.127rem;
    line-height: 3.125rem;
    color:#000000;
    background-color: #2aabd2;
    word-spacing:2rem; letter-spacing: 0.3rem
}

.list_panel .header-xscg {
    background-color: #f4c1c1;
}

.list_panel .header-zsxx {
    background-color: #efd8bb;
}

.list_panel .header-xzfc {
    background-color: #c4e0ab;
}

.list_panel .header-gjjl {
    background-color: #dec3f0;
}

.list_panel .header-shfw {
    background-color: #aec7f1;
}

.list_panel .header-left {
    height:auto;
    font-size:1.1rem;
    /*line-height: auto;*/
    color:#565656;
    text-align: center;
    border-bottom:3px solid #8F000B;
    margin-left:1rem;
    margin-bottom: 1rem;
    background-color: #fff;
}


.item_list {
    background-color:#fff;
    padding-left:1rem;
    padding-right:1rem;

}



.item_list .item{
    border-bottom:dotted 1px #c0c0c0;
    margin-right: 0rem;
    margin-left: 0rem;
}



.item_list .item .title {
    padding-right:0;
    padding-left:0;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    vertical-align: middle;

    text-align: left

}


.item_list .item .title a{
    font-size: 1rem;

    line-height: 1rem;
    color: #333333;
    vertical-align: middle;

}
@media (min-width: 992px) {
    

    .item_list .item .title {
        min-height:2.55rem;
    }

    .item_list .item .title a {
        height: 1.5rem;
        /*-o-text-overflow: ellipsis;*/
        /*text-overflow: ellipsis;*/
        line-height: 1.5rem;
        /*overflow: hidden;*/
        /*white-space: nowrap;*/
        display: table-cell;

    }

    .item_list .item .line-title a {
        height: 1.5rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 1.5rem;
        overflow: hidden;
        white-space: nowrap;
        display: block;

    }
}



.item_list .item .date {
    /*display:table-cell;*/
    display:block;
    font-size:0.75rem;
    height:2.5rem;
    line-height: 2.5rem;
    color:#8F000B;
    padding-left:0;
    padding-right:0;
    text-align: right;
    vertical-align: middle;

}

.list_panel  .more {
    height:2.55rem;
    text-align: center;

}

.list_panel  .more a{
    line-height: 2.5rem;
    font-size:0.75rem;
    color:#8F000B;

}

.list_border_panel {
    border:1px solid #dee2e6;

    border-top:solid 0px ;
}
.link-image img {
    border:solid 1px #c0c0c0;
}

.link_item {
    margin-bottom: 0.7rem;
}

.bottom_panel {
    background-color: #171717;
    padding-bottom:3rem;
}

.bottom_panel .header {
    font-size:1rem;
    height:2.5rem;
    line-height: 2.3rem;
    text-align: left;
    margin-top: 1.125rem;
    color:#D3D3D3;

    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}

.bottom_panel .header .title:after{
    content: " ";
    flex: 0 1 auto;
    height:0.2rem;
    line-height: 0.2rem;
    display:block;
    background-color: #D3D3D3;
    width:2rem;
}

.bottom_panel .link_list .item {
    font-size:0.875rem;
    height:1.75rem;
    line-height: 1.75rem;
    text-align: left;
    color:#777777;

}

.bottom_panel .link_list .item a{
    color:#777777;
}

.copyright_panel{
    background-color: #000;
    padding-top:1rem;
    padding-bottom:1rem;
}

.copyright_panel .copyright {
    font-size:0.875rem;
    line-height: 2rem;
    text-align: center;
    color:rgba(255, 255, 255, 0.5);
}
.navbar-right li:first-child{
    padding-right: 0.5rem;
    color: #6c757d;
    content: "";

}


.top-breadcrumb .breadcrumb{
    background-color: transparent;
    color:#fff;
    padding-left:0rem;
    padding-right:0rem;
}

.top-breadcrumb .breadcrumb a{
    color:#fff;
}

.top-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color:#fff;
    content: "|";
}



.form-input-wrap{
    /*border:solid 1px #333;*/
    border-radius:2rem;
    background-color: #fff;
}

.input-kw {
    /*border:solid 1px #333;*/
    border-radius:2rem;
    padding:0.4rem;
    padding-left:1rem;
    padding-right:1rem;
    font-size:0.875rem;
    border:none;
    width:8.8rem;
}

.form-input-wrap button{
    background-color: #ffffff;
    display:inline-block;
    /*font-size:1.2rem;*/
    border:none;
    padding-top: 0.3rem;
    color:#8F000B;
    float:right;
    padding-right:0.5rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}

/*闁氨鐓￠崗顒€鎲�*/
.notice .row{
    min-height:3.75rem;
    /*padding-top:0.3rem;*/
    /*padding-bottom:0.3rem;*/
}

.notice .date{
    width:5rem;
    padding-top:0.5rem;
}

.notice .date .day {
    font-size:1.3rem;
    line-height: 1.5rem;
    text-align: left;
}

.notice .date .year {
    font-size:0.8rem;
    line-height: 1rem;
    text-align: left;
}

.notice .title
{

}
.notice .title a {
    font-size:0.875rem;
    color:#333333;
    vertical-align: middle;
}

@media (min-width: 992px){
    .notice .row{
        height:3.75rem;
    }
    .notice .item_list .item .title {
        height:2.3rem;
    }
    .notice  .item_list .item .title a {
        height:2.3rem;
        line-height: 2.3rem;
    }
}


/*闂堛垹瀵樼仦锟�*/
.breadcrumb-panel {
    /*background-color: #fff;*/
    /*margin-left:-1rem;*/
    /*margin-right: -1rem;*/
}

.breadcrumb-panel .breadcrumb{
    background-color: #fff;
    text-align: right;

}

.breadcrumb-panel .breadcrumb a{
    color:#6c757d;
}
.content-container{}
.item-panel{
    background-color: #fff;
    min-height: 50rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
    /*vertical-align: top;*/
}

.item-panel .breadcrumb{
    margin-bottom: 0rem;
}

.item-title {
    font-size:1.125rem;
    line-height:2rem;
    text-align: left;
    padding-top:1rem;
    padding-bottom:1rem;
    font-weight: bold;
    /*text-align: left;*/
}

.item-content {
    min-height: 50rem;
    font-size:1rem;
    line-height: 2rem;
    /*text-indent:2rem;*/
    letter-spacing:0.06rem;
    padding-bottom:5rem;
    padding-top:2rem;
    vertical-align: top;
}

.item-content img{
    max-width: 100%;
    height: auto;
}


.item-content video{
    width: 100%;
}


/*.item-content table:before {*/
/*content:"";*/
/*display: block;*/
/*width: 100%;*/
/*overflow-x: auto;*/
/*-webkit-overflow-scrolling: touch;*/
/*}*/

/*.item-content table {*/
/*width: 100%;*/
/*margin-bottom: 1rem;*/
/*color: #212529;*/

/*}*/

/*.item-content table th,*/
/*.item-content table td {*/
/*padding: 0.75rem;*/
/*vertical-align: top;*/
/*border-top: 1px solid #dee2e6;*/
/*}*/

/*.item-content table thead th {*/
/*vertical-align: bottom;*/
/*border-bottom: 2px solid #dee2e6;*/
/*}*/

/*.item-content table tbody + tbody {*/
/*border-top: 2px solid #dee2e6;*/
/*}*/

/*.item-content table {*/
/*border-collapse: collapse !important;*/
/*white-space: nowrap !important;*/
/*border: 1px solid #dee2e6 !important;*/
/*}*/
/*.item-content table td,*/
/*.item-content table th {*/
/*background-color: #fff !important;*/
/*}*/

@media (min-width: 992px){

    .item-content img{
        max-width: 80%;
        height: auto;
        display:block;
        margin-left: auto;
        margin-right: auto;
    }

    .item-content video{
        width: 80%;
    }
    
}

.item-content table{
    border-collapse: collapse !important;
    max-width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.item-content table th,
.item-content table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.item-content table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.content-container{
    padding-left:0rem;
    padding-right:0rem;
}

.content-container .container{
    padding-left:0rem;
    padding-right:0rem;
}
/*============================*/
@media (min-width: 768px) {
    .content-container {
        padding-left:1rem;
        padding-right:1rem;
    }

    .content-container .container{
        padding-left:1rem;
        padding-right:1rem;
    }
    .content-container .item-title{
        font-size:1.4rem;
    }
}


.nav-left {
    background-color: #fff;
    padding-bottom:1rem;
    padding-right: 0rem;
    margin-bottom: 1rem;

}
.nav-left .header_nav{
    font-size:1.5rem;
    line-height: 4rem;
    color:#565656;
    text-align: center;
    border-bottom:0.3125rem solid #8F000B;
    margin-left:1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    /*display:block;*/
    /*width:100%;*/
}

.nav-left .item_list {
    margin-left: 1rem;
    padding-left: 1rem;
    padding-right:1rem;
    /*padding-right: 0;*/
}

.nav-left .item_list .item{
    /*display:table-cell;*/
    height:auto;
    padding-top:1rem;
    padding-bottom:1rem;
}

.nav-left .item_list .item .day {
    /*padding-top:0.5rem;*/
    font-size:2rem;
    height:2rem;
    text-align: left;
}

.nav-left .item_list .item .year {
    font-size:0.8rem;
    heigit:0.8rem;
    text-align: left;
}

.nav-left .item_list .item .title{
    height:auto;
}

.nav-left .item_list .item .title a {
    overflow: visible;
    white-space:pre-wrap;
    height:auto;
}

.nav-left .nav-item {
    padding:1rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;


}

.nav-left .nav-link{
    text-align: center;
    font-size:1rem;
    line-height: 2rem;
    color:#333333;
    padding-left:1rem;
    padding-right:1rem;
}

.nav-left .active .nav-link{
    /*border-right:3px solid #8F000B;*/
    color:#333333;
}

.nav-left .nav-link:hover{
    color:#fff;
    background-color:#8F000B ;
    border-bottom:none;

}
/*@media (min-width: 992px){*/
/*.nav-left .nav-item {*/
/*display:block;*/
/*}*/

/*}*/


.top-nav .dropdown-menu {
    top:0px;
}

.item-propertys {
    text-align: left;
    /*line-height: 2rem;*/
    padding-right: 1rem;
}

.item-propertys .item-property {
    text-align: left;
    line-height: 1.4rem;
    padding-right: 1rem;
    font-size:0.8rem;
    color:#666666;
}
.item_list-panel .item_list {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    /*background-color: #fff;*/

}

.item_list-panel .nav-panel {
    background-color: #ffffff;
}
.item_list-panel .nav-panel .nav .active{
     background-color: #8F000B;
 }

.item_list-panel .nav-panel .nav .nav-link:hover{
    color: #8F000B;
}

.item_list-panel .nav-panel .nav .active:hover{
    color:#fff;
    background-color: #8F000B;
}

    /*闂勩垹寮告导姘亣閸ワ拷*/
.carousel_no_padding {
    padding:0rem;
    /*margin: -1rem;*/
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.list_panel .header-default{
    text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    height: 3.127rem;
    line-height: 3.125rem;
    color: #700005;
    background-color: #ffffff;
    word-spacing: 2rem;
    letter-spacing: 0.3rem;
    border-bottom: #700005 solid 0.2rem;
}



.nav-right {
    background-color: #fff;
    padding-bottom:1rem;
    padding-right: 1rem;

}
.nav-right .header_nav{
    font-size:1.5rem;
    line-height: 4rem;
    color:#565656;
    text-align: center;
    border-bottom:0.3125rem solid #8F000B;
    margin-left:1rem;
    margin-bottom: 1rem;
    background-color: #fff;
    /*display:block;*/
    /*width:100%;*/
}

.nav-right .item_list {
    margin-left: 1rem;
    padding-left: 1rem;
    padding-right:1rem;
    /*padding-right: 0;*/
}

.nav-right .item_list .item{
    /*display:table-cell;*/
    height:auto;
    padding-top:1rem;
    padding-bottom:1rem;
}

.nav-right .item_list .item .day {
    /*padding-top:0.5rem;*/
    font-size:2rem;
    height:1.7rem;
    text-align: left;
}

.nav-right .item_list .item .year {
    font-size:0.8rem;
    heigit:0.8rem;
    text-align: left;
}

.nav-right .item_list .item .title{
    height:auto;
}

.nav-right .item_list .item .title a {
    overflow: visible;
    white-space:pre-wrap;
    height:auto;
}

.nav-right .nav-item {
    padding:1rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;


}

.nav-right .nav-link{
    text-align: center;
    font-size:1rem;
    line-height: 2rem;
}

.nav-right .active .nav-link{
    border-right:0.1875rem solid #8F000B;
}

.nav-right .nav-link:hover{
    color:#fff;
    background-color:#8F000B ;
}

.teachers{
    border:1px solid #cccccc;
    margin-bottom: 1rem;
    background-color: #fff;
    padding-bottom: 1rem;
}

.teachers .header{
    height: 3rem;
    padding-left:0rem;
}

.teachers .header a{
    font-size:1.125rem;
    color:#fff;
    background-color: rgba(143, 0, 11, 0.8);
    display: block;
    min-width: 15rem;
    max-width: 16rem;
    line-height: 2.5rem;
    padding-left: 1rem;
}

.teachers .teacher-item {
    text-align: center;

}

.teachers .teacher-item a{
    font-size:1rem;
    color:#000000;
    line-height: 2.5rem;
    display: block;
}

.lib-img{
    background-image:url(../images/lib_img.jpg);
    /*height:29rem;*/
    /*margin-top: -1rem;*/
    background-position-x: center;
}


.lib-search-panel {
    background-color: rgba(0,0,0,0.5);
    height:8rem;
    margin-top: 4rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .lib-search-panel {
        margin-top: 6rem;
        margin-bottom: 3rem;
    }
}

@media (min-width: 992px) {
    .lib-search-panel {
        margin-top: 8rem;
        margin-bottom: 5rem;
    }
}

.lib-search-nav input[type="radio"] ~ label{
    color:#ffffff;
    line-height: 2rem;
    font-size: 1rem;
    border-bottom:0.2rem solid rgba(255,255,255,0);
    padding-left:1rem;
    padding-right:1rem;
    min-width: 7rem;
    text-align: center;

}

.lib-search-nav input[type="radio"]:checked ~ label{
    border-bottom:0.2rem solid rgba(255,255,255,0.5);
}

.lib-search-panel  .searchbutton{
    background-color: #8F000B;
    color:#ffffff;
    font-size:1rem;
    border:0rem;
}
.search-form{
    padding-right:0;
    padding-left:1rem;
}
.lib-search-panel .nav{
    padding-right:0;
}
.input-search-group{
    padding-right:0;
    margin-right: 0rem;
}
.input-search-group .input-searche-text{
    background-color: #ffffff;
    vertical-align: middle;
    font-size:1.1rem;
}
.input-search-group input[type="text"],.input-search-group input[type="text"]:focus{
    border:0;
    line-height: 1.5rem;
    padding:0.5rem;


    outline:none;box-shadow: none;
}
.input-search-group select,.input-search-group select:focus{
    border:0;
    line-height: 1.5rem;
    padding:0.5rem;
    outline:none;box-shadow: none;
}

.input-search-group input[type="submit"]{
    background-color: #8F000B;
    color:#ffffff;
    font-size:1.1rem;
    border:0;
    outline:none;box-shadow: none;
    width:5rem;
}

.tips {
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    padding-top:0.5rem;
    padding-bottom: 0.5rem;
}

.tips span
{
    font-size:2rem;
    color:#ffffff;
    wrap-option: nowrap;
    display:inline-block;
    line-height: 2.5rem;
}

.icon-nav-bar {
    background-color: #ffffff;
    /*padding-top:1rem;*/
    /*padding-bottom:1rem;*/
}

.icon-nav-bar .icon-nav-item{
    display: block;
    margin-left: auto;
    margin-right:  auto;
    padding-top:1rem;
    padding-bottom:1rem;
}

.icon-nav-bar .icon-nav-item .icon-nav-img{
    display: block;
    margin-left: auto;
    margin-right:  auto;
    text-align: center;
    max-width: 7rem;

}


.icon-nav-bar .icon-nav-item .icon-nav-link {
    display: block;
    text-align: center;
    padding-left:0rem;
    padding-right:0rem;
}

.icon-nav-bar .icon-nav-item .icon-nav-link a{
    font-size:1rem;
    color:#0f0f0f;

}

.black_panel {
    margin-bottom: 1rem;
    background-color: #ffffff;
}

.db_list {

    background-color: #ffffff;
}

.db_list .db_item {
    border-radius: 0.625rem;
    background-color: #f2f2f2;
    color:#000000;
    line-height: 1.2rem;
    font-size:1rem;
    margin: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height:3.5rem;
    vertical-align: top;
    overflow: hidden;

}

.db_list .db_item  a{
    color:#000000;
    display:table-cell;
    height:3.5rem;

    vertical-align: middle;
}

.hu_header  a{
    color:#333333;
}
.hu_item_list .item{
    padding-bottom: 1rem;
}
.hu_item_list .date{
    background-color: #f4f4f4;
    height:5rem;
    display:block;
    width:4rem;
    color:#8F000B;

}

.hu_item_list .date .day {
    font-size:2rem;
    text-align: center;
}

.hu_item_list .date .year {
    font-size:1rem;
    text-align: center;
}

.hu_item_list .item .title a{
    color:#000000;

}

.hu_item_list .item .title .more a{
    color:#8F000B;
    font-size: 0.875rem;

}

.item-panel .nav .active {
    background-color: #8F000B;
}

.item-panel .nav-pills {
    padding-left: 1rem;
}

.nav-left .nav-header-link {
    text-align: left;
    padding-left: 3rem;
    font-weight: bold;
    font-size: 1.125rem;
}

.full-img {
    /*margin-top: -1rem;*/
}

.yyh_title {
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: -8rem;

    z-index: 99999;
    position: relative;
    height: 7rem;
    overflow: hidden;
    /*padding-top:1rem;*/
    margin-bottom: 3rem;
}

.yyh_title img {
    height:auto;
    width: 4rem;
    padding-top:1rem;
}

.yyh_title .title{
    font-size: 1.5rem;
    color:#333333;
    line-height: 6rem;
}

.yyh-icon-bar {
    margin-bottom:1rem;
    background-color: #346499;
}
.yyh-icon-bar .nav-item {
    background-color: rgba(255,255,255,1);
    border-top:solid 0.5rem  #346499;
    height:5rem;
    text-align: center;
    border-right:solid 1px #cccccc;
}

.yyh-icon-bar .nav-item a{
    color:#333333;
    font-size:1.125rem;
    line-height: 3rem;
    background-color: #ffffff;
    padding-left:0rem;
    padding-right:0rem;
}

.yyh-icon-bar .nav-item:hover{
    border-top:solid 0.5rem  #cce5ff;

}

.yyh-icon-bar .nav-item a:hover{
    background-color: #ffffff;
    border-bottom:0rem;
}


.float-LinkBar{

    padding: 1rem;
}

.float-panel {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
}

@media (min-width: 992px) {
    .float-panel{
        padding-left:5rem;
    }
}



.float-panel-item{
    padding-left:0.5rem;
    padding-right:0.5rem;
}

.float-LinkItem {
    /*z-index: 99;*/
    /*position: absolute;*/
    /*bottom:-2rem;*/

    /*height:5rem;*/
    /*width:85%;*/
    background-color: rgba(255,255,255,0.7);
    /*display: block;*/
    text-align: center;
}



.float-LinkItem a{
    font-size:1rem;
    display: block;
    /*padding-top:1.25rem;*/
    /*padding-bottom:1.25rem;*/
    font-weight: 900;
    line-height: 3.8rem;
}

.float-LinkBar .item-a{
    background-color:#80CD82;
    border-bottom:solid 0.3125rem #4E9A50;

}

.float-LinkBar .item-a a{
    color:#fff;
    font-size:0.8rem;
}


.float-LinkBar .item-b{
    border-bottom:solid 0.3125rem #D5663C;
    background-color:#F2985B;
}

.float-LinkBar .item-b a{
    color:#fff;
}

.float-LinkBar .item-c{
    border-bottom:solid 0.3125rem #3875C6;
    background-color:#59A1F3;
}
.float-LinkBar .item-c a{
    color:#fff;
}


.news-panel {
    background-color: #F3F3F3;
    /*margin-bottom: 1rem;*/
}

/*婢堆冩禈娑撳﹦娈戦弬鍥х摟*/
.carousel-caption{

    font-size:0.875rem;
}


.home_carousel-caption{
    bottom:1rem;
    left:5%;
    text-align: left;
    padding-left:1rem;
    padding-right:1rem;
    right:5%;
}



.n_carousel-indicators{
    margin-left: 70%;
    margin-right: 0%;
    bottom:-0.5rem;
}



@media (min-width: 768px) {
    /*Pad 閻楀牊婀板ù顔煎З閺傚洤鐡�*/
    .float-LinkItem{
        height:5.2rem;
        width:80%;
    }

    .float-LinkItem a{
        font-size:1.25rem;
        line-height: 5.3rem;
    }

    .float-LinkBar .item-a a{
        font-size:1rem;
    }

    .float-LinkBar{

        padding-left:2rem;
        padding-right:2rem;
    }

    .carousel-caption{

        font-size:1rem;
    }


}

@media (min-width: 992px) {
    /*Pad 閻楀牊婀板ù顔煎З閺傚洤鐡�*/
    .float-LinkItem{
        height:6rem;
        width:90%;
    }

    .float-LinkItem a{
        font-size:1.5rem;

    }

    .float-LinkBar .item-a a{
        font-size:1.5rem;
    }

    .carousel-caption{

        font-size:1.5rem;
    }

}

@media (min-width: 1200px) {
    /*Pad 閻楀牊婀板ù顔煎З閺傚洤鐡�*/
    .float-LinkItem{
        height:6.125rem;
        width:90%;
    }

    .float-LinkItem a{
        font-size:1.5rem;
    }

    .float-LinkBar .item-a a{
        font-size:1.5rem;
    }



}

.news-tab {
    width:5rem;
}

.news-tab a{
    color:#868686;
    font-weight: normal;}

.news-tab .active  {
    font-weight: bold;
    color:#393A3B;
}

.news-nav {
    float:right;
    margin-left: -2rem;
}

.notice-panel {
    background-color: #8F0909;
    margin-bottom: 1rem;
}

.notice-head {
    margin-left: auto;
    margin-right: auto;
    padding-top:1rem;
    padding-bottom:1rem;
}

.notice-head .news-tab {
    color:#ffffff;
    width:7.5rem;
    text-align: center;
    /*padding-bottom:1rem;*/
    border-bottom: solid 1px #84090B;
    /*width:100%;*/
}

.notice-head .news-tab a{
    color:#ffffff;
    font-size: 1.375rem;
    line-height: 4rem;
    text-decoration: none;
    white-space:nowrap;

}

.notice-head .news-tab .active{
    font-weight: 900;
    font-size: 1.625rem;
}

.notice-head .news-tab .active:after{
    content: " ";
    flex: 0 1 auto;
    height: 0.3125rem;
    line-height: 0.3125rem;
    display: block;
    width: 2.5rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
}

.notice-list{

}

.notice-list .notice-item {
    background-image: url(../images/nts-ln-2.png);
    background-repeat: no-repeat;
    background-position: top left;
    /*line-height:2.5rem;*/
    background-size: 1.6rem auto;
}

.notice-list .notice-item:first-child{
    background-image: url(../images/nts-ln-1.png);
}

.notice-list .notice-item:last-child{
    background-image: url(../images/nts-ln-3.png);
    padding-bottom:2rem;
}

.notice-list .notice-item .item .title{
    color:#FDFCFC;
    min-height: 2rem;
    max-height: 4.6rem;
    vertical-align: middle;
    line-height: 1.56rem;
    overflow: hidden;
    margin-bottom:1rem;
}

.notice-list .notice-item .item .title a{
    color:#FDFCFC;
}
.notice-list .notice-item .item .date{
    color:#FDFCFC;
    /*display: inline-block;*/
    text-align: center;
    background-image: url(../images/nts-date-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size:auto 2.2rem;
    width:4.625rem;
    height:2.2rem;
    color:#962A31;
    padding-top:0.125rem;
    /*margin-left: 1rem;*/
    /*margin-right: 1rem;*/
}

.notice-list .notice-item .item .date .day{
    padding:0;
    margin: 0;
    line-height: 1rem;
    font-size:0.875rem;
    font-weight: bold;

}
.notice-list .notice-item .item .date .year{
    padding:0;
    margin: 0;
    line-height: 0.8rem;
    font-size:0.75rem;
}
.notice-list .notice-item .item .date a{
    line-height: 2rem;
    font-size:0.875rem;
    text-align: center;
    color:#700005;
    padding-left:0.3rem;
}




/*濮ｅ繋閲滄稉銈勯嚋鐠佸墽鐤嗘稉鈧稉锟�*/
.notice-list .notice-item:nth-of-type(even) .item .title{
    /*float:right;*/

}

.notice-list .notice-item .item .leftdate {
    display: block;
}

.notice-list .notice-item .item .rightdate {
    display: none;
}


/*婢堆冪潌楠炴洘妯夌粈杞拌⒈閸掞拷*/
@media (min-width: 992px){

    .notice-list .notice-item:nth-of-type(even) .item .date{
        /*float:right;*/
        background-image: url(../images/nts-date-1.png);
    }

    .notice-list .notice-item {
        background-position: top center;

        /*line-height:2.5rem;*/
    }

    .notice-list .notice-item .item .title{
        margin-bottom:0rem;
    }

    .notice-list .notice-item:nth-of-type(even) .item .leftdate {
        display:none;
    }

    .notice-list .notice-item:nth-of-type(even) .item .rightdate {
        display:block;
    }
}

.zl-header{
    /*vertical-align: center;*/
}
/*.zl-header .button-panel{*/
/*text-align: right;*/
/*}*/

.zl-header  .more{
    display: block;
    border-radius: 1.25rem;
    background-color: #EFEFEF;
    color:#666666;
    font-size:1rem;
    width:4rem;
    /*height:2rem;*/
    padding:0rem;
    line-height: 2rem;
    margin-top: 1rem;
    text-align: center;
    margin-left:auto;
    margin-right: 0rem;
}

.zl-list .item{
    border-bottom:dashed 1px #767676;

    padding-bottom:1rem;
}
.zl-list .item .title{
    padding-bottom:0.5rem;
}
.zl-list .item .title a{
    font-size:1.125rem;
    color:#333333;
    line-height:1.5rem ;
    font-weight: bold;
    text-decoration: none;
}

.zl-list .item .summary a{
    font-size:1rem;
    line-height:1.5rem ;
    color:#666666;
    text-decoration: none;
}

.zl-list :last-child{
    border-bottom:dashed 0px #767676;
}

.mlink-panel {
    background-color: #FBFAFA;
    padding:1rem;
    margin: 1rem;
    padding-bottom:0rem;
}

.mlink-panel img{
    margin-bottom: 1rem;
}

/*.mlink-panel img:last-child{*/
/*margin-bottom: 0rem;*/
/*}*/

.llink-panel {

    padding:2rem;
}
.llink-panel .llink-list{
    background-color: #1F1F1F;
}

.llink-panel .llink-list div {
    padding:1rem;
}
.news_list .more{
    padding-bottom:1rem;
}
/*.news_list .more a{*/
/*margin-right: 0rem;*/
/*margin-left: auto;*/
/*background-color: #EFEFEF;*/
/*color:#666666;*/
/*font-size:1rem;*/
/*display:block;*/
/*width:5rem;*/
/*border-radius: 20px;*/
/*padding-left:1rem;*/
/*padding-right:1rem;*/
/*font-weight: 700;*/
/*text-align: center;*/
/*line-height: 2;*/
/*}*/

.n_news_list .more a{
    margin-right: 0rem;
    margin-left: auto;
    background-color: #EFEFEF;
    color:#666666;
    font-size:1rem;
    display:block;
    width:5rem;
    border-radius: 1.25rem;
    padding-left:1rem;
    padding-right:1rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}



.item_list-panel .item {
    height:auto;
    /*padding-top:1rem;*/
    /*padding-bottom:1rem;*/
}

.item_list-panel .item .date{
    padding-top:1rem;
    text-align: left;
    height: auto;
    /*line-height: 1rem;*/
    color: #999;
    /*background-color:#f5f5f5;*/
    /*color:#666666;*/
    /*border-radius: 0.5rem;*/
    /*margin: 1rem;*/
    /*width:6rem;*/
}

.item_list-panel .item .new-date{
    padding-top:1rem;
    text-align: center;
    height: 5.5rem;
    /*line-height: 1rem;*/
    text-align: center;
    color: #999;
    background-color:#f5f5f5;
    color:#666666;
    border-radius: 0.5rem;
    margin: 1rem;
    width:6rem;
}

.item_list-panel .item .day{
    font-size:2rem;
    height:2.5rem;
    width:5rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-family: "姒涙垳缍�";
    font-weight: 900;
}

.item_list-panel .item .year{
    font-size:0.8rem;
    heigit:0.8rem;
    text-align: center;
    width:5rem;
    margin-left: auto;
    margin-right: auto;
}

.item_list-panel .item .title {
    height:auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.item_list-panel .item .title a {
    height:auto;
    font-size:1.125rem;
    line-height:1.5rem;
    padding-top:0.3rem;
    padding-bottom:0.3rem;
    font-weight: 900;
}

.item_list-panel .item .desc {
    font-size:0.875rem;
    color:#666666;
    padding-left:0rem;
    padding-right:0rem;
    margin-top:0.5rem;

}

.item_list-panel .pagination {
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
}

.item_list-panel .pagination .page-item {

}

.item_list-panel .pagination .page-item .page-link {
    color:#666;
    /*line-height:2rem;*/
    padding:1rem;
}

.item_list-panel .pagination .page-item .page-link:hover {
    z-index: 2;
    color: #8F000B;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.item_list-panel .pagination .active{
    border-color:#8F000B;
    color:#ffffff;
}


/*.page-link:focus {*/
/*z-index: 2;*/
/*outline: 0;*/
/*box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);*/
/*}*/

.item_img_list .item{
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.item_img_list .item .title{
    padding-top:0rem;
}

.item_img_list .item .img_con{
    padding:0rem;
}


@media (min-width: 768px) {
    .item_img_list .item .img_con{
        padding:1rem;
    }

}





.item_img_list .item .title a{
    /*font-size:1.2rem;*/
    font-weight: bold;
    padding-bottom:1rem;
}

.item_img_list .item .title .desc {
    /*font-size:1rem;*/
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}



.onews_header {

    display:inline-block;
    width:12.5rem;
    height:3.75rem;
    border-bottom:solid 0.1875rem #8F000B;

}

.onews_header a{
    font-size:1.125rem;
    font-famil:"瀵邦喛钂嬮梿鍛寸拨";
    font-weight: bold;
    line-height: 3.75rem;
    color:#8F000B;
    padding-left: 1rem;
}

.onews_header .more{
    display:inline-block;
    padding-left:1rem;
}

.onews_header .more a{

    line-height: 3.75rem;
    font-size:0.875rem;
}

/*.onews_list .more{*/
/*color:*/
/*}*/

.t_page_left{

    border-right:0px;
}
.t_page_right{
    border: 1px solid #dee2e6;
    border-left: 0px;
}

.sub_nav_panel .nav {
    background-color: #414141;
    margin-bottom: 1rem;
    border-radius: 0.3125rem;
}


.filter-nav .nav-link:hover{
    border-bottom:0rem;
    background-color: #8F000B;
}



.right-date{

    font-size: 0.8rem;
    heigit: 0.8rem;
    /*width: 5rem;*/
    margin-left: auto;
    margin-right: auto;
    text-align: right; font-style: italic;
    color:#666666;
    line-height: 3rem;
}



.graduate-notice-list-panel {
    background-color: #ffffff;
    margin-bottom: 1rem;
}

.graduate-notice-list-panel .notice-head {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top:1rem;
    padding-bottom:0rem;
    padding-left:1rem;
    border-bottom: solid 1px #868686;
    margin-bottom: 1rem;
    width:100%;
}

.graduate-notice-list-panel .notice-head .news-tab {
    color:#868686;
    width:6.25rem;
    text-align: center;
    /*padding-bottom:1rem;*/
    border-bottom: solid 0px #868686;
    /*width:100%;*/
}

.graduate-notice-list-panel .notice-head .news-tab a{
    color:#868686;
    font-size: 1.125rem;
    line-height: 4rem;
    text-decoration: none;
    white-space:nowrap;

}

.graduate-notice-list-panel .notice-head .news-tab .active{
    font-weight: 900;
    font-size: 1.375rem;
    color:#700005;
}

.graduate-notice-list-panel .notice-head .news-tab .active:after{
    content: " ";
    flex: 0 1 auto;
    height:0.3125rem;
    line-height: 0.3125rem;
    display:block;
}
.graduate-notice-list-panel .more{
    padding-bottom:1rem;
}
.graduate-notice-list-panel .more a{
    margin-right: 0rem;
    margin-left: auto;
    background-color: #EFEFEF;
    color: #666666;
    font-size: 1rem;
    display: block;
    width: 5rem;
    border-radius: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}


.graduate-oth-list-panel {
    background-color: #ffffff;
    margin-bottom: 1rem;
}

.graduate-oth-list-panel .notice-head {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top:1rem;
    padding-left:1rem;
    border-bottom: solid 1px #868686;
    margin-bottom: 1rem;
    padding-bottom:0rem;
    width:100%;
}

.graduate-oth-list-panel .notice-head .news-tab {
    color:#868686;
    width:5rem;
    text-align: center;
    padding-bottom:0rem;
    border-bottom: solid 0px #868686;
    /*width:100%;*/
}

.graduate-oth-list-panel .notice-head .news-tab a{
    color:#868686;
    font-size: 1.125rem;
    line-height: 4rem;
    text-decoration: none;
    white-space:nowrap;

}

.graduate-oth-list-panel .notice-head .news-tab .active{
    font-weight: 900;
    font-size: 1.375rem;
    color:#700005;
}

.graduate-oth-list-panel .notice-head .news-tab .active:after{
    content: " ";
    flex: 0 1 auto;
    height:0.3125rem;
    line-height: 0.3125rem;
    display:block;
}
.graduate-oth-list-panel .more{
    padding-bottom:1rem;
}
.graduate-oth-list-panel .more a{
    margin-right: 0rem;
    margin-left: auto;
    background-color: #EFEFEF;
    color: #666666;
    font-size: 1rem;
    display: block;
    width: 5rem;
    border-radius: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}
.graduate-oth-list-panel .ssnav{
    /*padding:1rem;*/
    padding-left:2rem;
    padding-right:2rem;
    padding-bottom:1rem;
}

.graduate-oth-list-panel img{
    max-width: 80%;
    height: auto;
    margin-left:auto;
    margin-right:auto;


}

.graduate-oth-list-panel a{
    text-align: center;
    font-size:1rem;
    color:#000000;
    display: block;
}

.dl-header{
    border-bottom:solid 2px #8F000B;
    line-height:3rem;
    margin-bottom: 1rem;

}

.dl-header .title a{
    font-size:1.375rem;
    color:#700005;
    line-heigh:2rem;
    font-weight: 900;
}

.dl-header .more a{
    margin-right: 0rem;
    margin-left: auto;
    background-color: #EFEFEF;
    color: #666666;
    font-size: 1rem;
    display: block;
    width: 5rem;
    border-radius: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 2;
}

.zsjz .n,.pyfa .n, .bydb .n{
    display: block;
}
.zsjz .ch,.pyfa .ch, .bydb .ch{
    display: none;
}

.zsjz:hover .n,.pyfa:hover .n, .bydb:hover .n{
    display: none;
}
.zsjz:hover .ch,.pyfa:hover .ch, .bydb:hover .ch{
    display: block;
}

.dl-list{
    padding-bottom:2rem;
}


.page-item.active .page-link {
    background-color: #700005;
    border-color:#700005;
    color:#ffffff;!important;
}

.item-content table {
    border:0px;
    border-top:solid 1px #8d8d8d;
    border-left:solid 1px #8d8d8d;
}

.item-content table th{
    border:0px;
    border-right:solid 1px #8d8d8d;
    border-right:solid 1px #8d8d8d;
}

.item-content table td{
    border:0px;
    border-right:solid 1px #8d8d8d;
    border-bottom:solid 1px #8d8d8d;
}

.llk-link-list a{
    display:block;
    text-align: center;
}
.llk-link-list img {
    width:80%;
    margin-left: auto;
    margin-right: auto;
}
.df_news .header {

    /*line-height: 4rem;*/
    padding-top:1rem;
    padding-bottom: 1rem;
}


.df_news .header .title{
    font-size:2rem;
    color:#323334;
    font-famil: "瀵邦喛钂嬮梿鍛寸拨";
    font-weight: bold;
    line-height: 3.75rem;
}

.df_news .header .title:before {
    vertical-align: middle;
    content: ".";
    padding: 2px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.625rem;
    background-color: #8F0909;
    color: #8F0909;
    line-height: 1rem;
    font-size: 1.2rem;
    height: 1rem;
}

.df_news .header .more{
    display: block;
    border-radius: 1.25rem;
    background-color: #EFEFEF;
    color: #666666;
    font-size: 1rem;
    width: 4rem;
    /* height: 2rem; */
    padding: 0rem;
    line-height: 2rem;
    margin-top: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: 0rem;
}
.df_news .item_row {
    padding-bottom:1rem;
}

.df_news .item_row .img{
    width:80%;
}

.df_news .item_row .title a{
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}



.df_news .item_row .summary a{
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666666;
    text-decoration: none;
}
.df_news .item_row .date{
    font-style:italic;
    color: #999;
    margin-left: auto;
    padding-right: 2rem;
}
.df_notice{

}

.df_notice .header{
    /*line-height: 4rem;*/
    padding-top:1rem;
    /*padding-bottom: 1rem;*/
    margin-bottom: 1rem;
}

.df_notice .header .title {
    font-size:2rem;
    color:#323334;
    font-famil: "瀵邦喛钂嬮梿鍛寸拨";
    font-weight: bold;
    line-height: 3.75rem;
}

.df_notice .header .title:before {
    vertical-align: middle;
    content: ".";
    padding: 2px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.625rem;
    background-color: #8F0909;
    color: #8F0909;
    line-height: 1rem;
    font-size: 1.2rem;
    height: 1rem;
}

.df_notice .header .more a{
    display: block;
    border-radius: 1.25rem;
    background-color: #EFEFEF;
    color: #666666;
    font-size: 1rem;
    width: 4rem;
    /* height: 2rem; */
    padding: 0rem;
    line-height: 2rem;
    margin-top: 1rem;
    text-align: center;
    margin-left: auto;
    margin-right: 0rem;
}

.df_notice .item_row {
    padding-bottom:1rem;

}

.df_notice .item_row .date {
    width:4rem;
    background-color: #700005;
    color:#fff;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.df_notice .item_row .date .day {
    font-size:2rem;
    vertical-align: bottom;
    line-height: 1.5rem;
}

.df_notice .item_row .date .year {
    font-size:0.8rem;
    vertical-align: top;

}

.df_notice .item_row .title a {
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}


.df_notice .item_row .summary a {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #666666;
    text-decoration: none;
}

.df_info {
    padding-top: 1rem;
    padding-bottom:1rem;
}

.df_info .title a{
    font-size:2rem;
    color:#323334;
    font-famil: "瀵邦喛钂嬮梿鍛寸拨";
    font-weight: bold;
    line-height: 3.75rem;
}

.df_info .summary{
    padding-top:1rem;
    text-indent:2rem;
    padding-bottom:1rem;
}

.df_info .summary a{
    font-size: 1rem;
    line-height: 1.6rem;
    color: #666666;
    text-decoration: none;

}

.df_news .item_row .more{
    font-style:italic;
    color: #999;
    margin-left: auto;
    padding-right: 2rem;
    padding-top:1rem;
    padding-bottom:1rem;
    margin-left: auto;
}

@media (min-width: 768px){
    .df_info .img-panel img{
        width:80%;
        padding-top:4rem;
    }

    .df_news .item_row .title a{
        font-size: 1.125rem;
    }


    .df_notice .item_row .title a {
        font-size: 1.125rem;

    }
}

.icon-container {
    background: url(../images/bgpic.png) no-repeat center center;
    background-size: auto;
    min-height: 23rem;
}
.icon-container a{
    text-decoration: none;
}
.icon-bar {
    padding-top:2rem;

}
.icon-item
{
    width: 5.375rem;
    height: 5.375rem;
    margin-left:auto;
    margin-right:auto;
}
.icon-item-text {
    color:#802030;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;

}
/*******/
@media (min-width: 768px) {
    .icon-bar {
        padding-top:6rem;

    }

    .icon-item
    {
        width: 8.375rem;
        height: 8.375rem;
        padding-bottom: 0rem;
    }

}

/*缁夋垹鐖洪張鐑樼€�*/
.icon-kyjg .icon-item .ico{
    display:block;
}

.icon-kyjg .icon-item .ico-ck{
    display:none;
}

.icon-kyjg:hover .icon-item .ico{
    display:none;
}

.icon-kyjg:hover .icon-item .ico-ck{
    display:block;
}

/*缁夋垹鐖烘い鍦窗*/
.icon-kyxm .icon-item .ico{
    display:block;
}

.icon-kyxm .icon-item .ico-ck{
    display:none;
}

.icon-kyxm:hover .icon-item .ico{
    display:none;
}

.icon-kyxm:hover .icon-item .ico-ck{
    display:block;
}

/*缁夋垹鐖洪幋鎰*/
.icon-kycg .icon-item .ico{
    display:block;
}

.icon-kycg .icon-item .ico-ck{
    display:none;
}

.icon-kycg:hover .icon-item .ico{
    display:none;
}

.icon-kycg:hover .icon-item .ico-ck{
    display:block;
}
/*缁夋垹鐖虹紒蹇氬瀭*/
.icon-kyjf .icon-item .ico{
    display:block;
}

.icon-kyjf .icon-item .ico-ck{
    display:none;
}

.icon-kyjf:hover .icon-item .ico{
    display:none;
}

.icon-kyjf:hover .icon-item .ico-ck{
    display:block;
}

.under_line1 {
    border-bottom: solid 2px #E5E5E5
}


.kydt .item_row .date {
    background-color: #F5F5F5;
    color:#676767;
}

.kydt .item_row {
    border-bottom: solid 1px #E5E5E5;
    margin-bottom: 1rem;

}
.image-linkbar{
    padding-top:2rem;
}

.image-linkbar .image-col {
    padding-bottom:1rem;

}
.image-linkbar .image-col a{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.image-linkbar .image-col img{

}
.ky-gdpl {
    padding-bottom: 2rem;
}
.ky-gdpl .header {
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size:2rem;
    color:#8F0909;
    line-height: 3.75rem;
    font-weight: bold;
    text-align: center;

}

.ky-gdpl .header a{
    color:#8F0909;
    text-decoration: none;
    background-color: #fff;
    padding-left:1rem;
    padding-right:1rem;
}

.ky-gdpl .header:before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background-color: #E5E5E5;/*妫版粏澹婇棁鈧稉搴濆瘜妫版ê銇囬懗灞炬珯閼硅弓绔撮懛锟�*/
    position: relative;
    top: 2rem;/*鐠嬪啳濡痪鍧楃彯*/
    left: 0;
}
.ky-gdpl .item_row{
    padding-bottom: 1rem;
}
.ky-gdpl .cn-idx {
    border:1px solid #700005;
    border-radius: 5px;
    width:3rem;
    text-align: center;
    font-size:1rem;
    line-height:1.1rem;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
    color:#700005;
    font-weight: bold;
}

.ky-gdpl .item_row a{
    font-size: 1rem;
    color: #333333;
    line-height: 1.5rem;
    font-weight: bold;
    text-decoration: none;
}

.ky-gdpl .more a{
    display:block;
    width:120px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border:solid 1px #D8D8D8;
    border-radius: 2rem;
    background-color:#EFEFEF;
    text-decoration: none;
    line-height: 2rem;
    color:#6D6D6D;
}

/*闂勩垹寮搁弫鍛皑*/
.astory {}

.astory .item-row{
    padding-top:1rem;
    padding-bottom:1rem;
}

.astory .item-row .image{}

.astory .item-row .image img{
    max-height: 200px;

}

.astory .item-row .date{
    padding-top:0px;
}

.astory .item-row .title{
    padding-top:0px;
    padding-bottom:0px;

}

.astory .item-row .summary {
    padding-left:0rem;
    color:#6D6D6D;
    font-size:1rem;
    line-height: 1.8rem;
}

.astory .item-row .summary a{
    color:#6D6D6D;
    text-decoration: none;
}


.project-item
{
    background-color: #ffffff;
    padding: 20px 30px;
    margin: 15px;
    border: 1px solid #94070a;
    display: block;
    color: #000000;
    font-weight: 900;
}
.project-item a{
    color:#000;
}

/*閺備即妞堥崝銊︹偓锟�*/
.panel-news-list {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color:#fff;
}

.panel-news-list .item {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.panel-news-list .line-item:after
{
    content: '';
    left: auto;
    top: auto;
    bottom: 0;
    right: auto;
    height: 1px;
    margin-left: 1.5rem;
    margin-right: 2rem;
    margin-top:0.5rem;
    width: 100%;
    background-color: #f2f2f2;
}
@media (min-width: 768px) {

    .panel-dt-list .item .right-cell:before, .panel-tz-list .item .right-cell:before {
        content: '';
        position: absolute;
        left: 0px;
        top: auto;
        bottom: auto;
        right: auto;
        margin-top: 1.2rem;
        margin-bottom: 1rem;
        height: 1rem;
        width: 1px;
        background-color: #a9a9a9;
        border-radius: 0.625rem
    }
}
.panel-news-list .item .group-title {
    font-size: 0.875rem;
    color: #ba0000;
    line-height: 1.5rem;
    font-weight: bold;
}

.panel-news-list .item .title {
    height: 3.5rem;
    vertical-align: middle;
    display: table-cell;
}

.panel-news-list .item .title a {
    font-size: 1rem;
    color: #222222;
    line-height: 1.5rem;
    display: block;
}

.panel-news-list .item .date {
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1rem;
}


.panel-news-list .cc {

    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
}

.homepage-part-title
{
}

.homepage-part-title a
{
    font-size:1.5rem;
    color:#8F000B;
}
/*閸ヤ粙妾崝鐐差劅閺傛壆澧楅張顒佺壉瀵拷*/
.project-list
{
    margin-top:2rem;
}

.project-list .item
{
    background-color: #202022;
    border: #303030 solid 1px;
    padding:1rem;
}
.project-list .item .title a
{
    font-size:1.25rem;
    color:#FF665B;
    font-weight: 500;
    text-underline: none;
    display: block;
    text-align: center;

}
.project-list .item .en-title a
{
    font-size:0.875rem;
    display:block;
    min-height: 2rem;
    color:#FF665B;
    text-underline: none;
    display: block;
    text-align: center;
}

.project-list .item .summary a
{
    font-size:0.875rem;

    color:#a4a4a4;
    text-underline: none;
    padding-top:1rem;
    display: block;
}

.bg-panel{
    padding-top:1rem;
    padding-bottom:1rem;
}

.communication .list_header
{
    margin-bottom: 0.5rem;
    margin-top:1rem;
}

.communication .list_header .list_title
{
    color:#333333;
    font-size:1.5rem;
    font-weight: bold;
    width:7rem;
    display:inline-block;
}
.communication .list_header .list_more
{
    width:6rem;
    display:inline-block;
}
.communication .list_header .list_more a
{
    color: #666666;
    font-size: 0.875rem;
    display: block;
    line-height: 1.5rem;
    border: #666666 solid 1px;
    padding: 0.1rem 0.5rem;
    margin-top: 0.5rem;
    width:4rem;
    white-space: nowrap;
}

.student_act
{
    margin-top:2rem;
}

.news_picture {
    text-align: center;
    padding-top:1rem;
    padding-bottom: 1rem;
}

.student_act .news_desc
{
    padding-top:1rem;
}
.student_act .news_desc .title a
{
    font-size:1.125rem;
    color:#333333;
    font-weight: bold;
    text-underline: none;
}
.student_act .news_desc .date
{
    font-size:0.875rem;
    color:#999999;
}
.student_act .news_desc .summary a ,.student_act .news_desc .summary a:hover
{
    font-size:1rem;
    color:#666666;
    text-decoration:none;
    line-height:2rem;
    text-indent:2rem;
    display: block;
    padding-top:1rem;
    text-align:justify;
}
.student_act .news_list{ padding-top:1rem;}

.student_act .news_list .item{
    padding-bottom: 1rem;

}
@media (min-width: 992px) {
    .student_act .news_list .item{

        padding-left:1rem;
    }

}
.student_act .news_list .item .title a
{
    font-size:1.125rem;
    color:#555555;
    line-height: 1.75rem;
    font-weight: bold;
    text-decoration:none;
}
.student_act .news_list .item .date
{
    font-size:0.875rem;
    color:#999999;
    line-height: 1rem;
}

.project-notice
{
    background-color: #ffffff;
}

.project-notice .item
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.project-notice .item .title a{
    font-size:1.125rem;
    color:#333333;
    line-height: 1.75rem;
    font-weight: bold;
    text-decoration:none;
}
.project-notice .item .date .day{
    font-size:1.125rem;
    font-family: "Georgia";
    color:#666666;
    display:block;
    text-align: right;
}
.project-notice .item .date .year
{
    font-size:0.75rem;
    display:block;
    text-align: right;
    color: #999999;
}
.project-notice .item .datetime{
    font-size: 0.75rem;
    color: #333;
    line-height: 1.7rem;
    font-style: italic;
}
.project-notice .item .description a{
    font-size:1rem;
    color:#666666;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}

.student-info{

    background-color: #ffffff;
}
.student-info .item{

    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.student-info .item .title a{
    font-size:1.125rem;
    color:#333333;
    line-height: 1.75rem;
    font-weight: bold;
    text-decoration:none;
}
.student-info .item .date .day{
    font-size:1.125rem;
    font-family: "Georgia";
    color:#666666;
    display:block;
    text-align: right;
}
.student-info .item .date .year
{
    font-size:0.75rem;
    display:block;
    text-align: right;
    color: #999999;
}

.brief-info {}

.brief-info .item
{
    padding:2rem;
    background: #f9f9f9;
    border: solid 2px #fff;
}

.brief-info .item .title a{
    font-size:1.125rem;
    color:#333333;
    line-height: 1.75rem;
    font-weight: bold;
    text-decoration:none;
}

.brief-info .item .date
{
    font-size:0.75rem;
    display:block;
    text-align: left;
    color: #999999;
}

.brief-info .item .description a
{
    font-size:1rem;
    color:#666666;
    padding-top:1rem;
    padding-bottom:1rem;
    text-decoration: none;
    display: block;
    text-align: justify;
}

.brief-info .item .detail a{
    font-size:1rem;
    line-height: 2rem;
    color:#666666;
    border:solid 1px #666;
    padding:0.2rem;
}


@media (min-width: 992px) {
    /*IPad 閺嶅洭顣介崗銊╁劥閺勫墽銇�,PC 閺勫墽銇� ....*/

    .brief-info .item .title a{
        height: 3.2rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 1.5rem;
        overflow: hidden;
        display: block;
    }


    .brief-info .item .description a
    {
        height: 16rem;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 1.5rem;
        overflow: hidden;
        display: block;
    }

}


.link-info
{
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.link-info .item .title a
{
    font-size:1rem;
    color:#666666;
    line-height: 2rem;
    text-decoration: none;
}

.sub-nav-bar {
    padding-left: 2rem;
}

.nav-left .left-link {
    text-align: left;
    padding-left: 3rem;
}