body{
    font-family: 'Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜'!important;
}
.bannners{
    width: 100%;
    height: 400px;
    height: auto;
    /* background-image: url("../images/bannners.png");
    background-size: 100% 100%; */
}

.main{
    max-width: 1200px;
    margin: 0 auto;
}



.inpage{
    width: 100%;
    padding: 10px 60px;
    background: #fff;
    box-sizing: border-box;
}

.sidebar{
    /* width: 20%; */
    box-sizing: border-box;
}
.sidebar .title {
    line-height: 60px;
    background: #a40f19;
    border-bottom: 3px solid #ffd06a;
    padding-left: 28px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 12px;
}

.aside {
    background: #ededed;
}

.aside li.active {
    background: url(../images/icon.png) no-repeat 12px center;
}
.aside li {
    padding: 0 14px 0 30px;
    
}

.aside li a:hover, .aside li.active a {
    color: #a40f19;
}


.aside li a {
    display: block;
    height: 50px;
    color: #333333;
    font-size: 13px;
    line-height: 50px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.aside li:last-child a{
    border: none;
}

.rightcon {
    /* overflow: hidden; */
    /* padding-left: 36px; */
    box-sizing: border-box;
    /* width: 80%; */
}

.location {
    background: url(../images/map.png) no-repeat left center;
    background-size: 10px;
    margin-bottom: 22px;
    line-height: 20px;
    padding-left: 17px;
    color: #999999;
    font-size: 12px;
}
.location a{
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.in-title {
    color: #014e93;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    /* margin-bottom: 20px; */
}
.notice-list li {
    border-bottom: 1px dashed #e5e5e5;
}

.notice-list li a {
    display: block;
    position: relative;
    padding-left: 16px;
    background-image: url(../images/circle1.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-right: 196px;
    height: 50px;
    line-height: 50px;
}

.notice-list li a:hover p{
    color: #014e93;
}
.notice-list li .title {
    color: #333;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-list li .date {
    position: absolute;
    right: 0;
    color: #999999;
    font-size: 16px;
    top: 0;
    height: 50px;
    line-height: 50px;
}


.pages,.pagesOther {
    font-size: 0;
    text-align: center;
    margin-top: 40px;
}

.pages a ,.pagesOther a{
    display: inline-block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #ededed;
    color: #333;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 10px;
    transition: all .3s ease;
}
.pages a.active, .pages a:hover ,.pagesOther a.active, .pagesOther a:hover {
    background: #014e93;
    color: #fff;
}

/* Ã©â€¡ÂÃ§â€šÂ¹Ã¥Â­Â¦Ã§Â§â€˜ */
/* .in-title {
    color: #333333;
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
    box-sizing: border-box;
} */


.info-detail {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.info-detail .title {
    text-align: center;
    margin-bottom: 30px;
}

.info-detail .title .t1 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 12px;
}

.info-detail .title .t2 {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
}

.detail {
    color: #333;
    font-size: 16px;
    line-height: 2.1;
}


/* Ã§Â»ÂÃ§Â®Â¡Ã¦â€“Â°Ã©â€”Â» */
.student-list .BbTitle{
    display: none;
}


.student-list li {
    margin-bottom: 28px;
}

.student-list li a {
    display: block;
    background: #f5f5f5;
    padding: 20px 160px 20px 20px;
    position: relative;
}
.student-list li a:hover {
    text-decoration: none!important;
}
.student-list li a:hover .t1{
    color: #014e93!important;
}
.student-list li .pic {
    overflow: hidden;
    width: 250px;
    height: 210px;
}
.student-list li .pic img {
    width: 100%;
    transition: all linear .6s;
}
.student-list li .con {
    overflow: hidden;
    padding-left: 20px;
}
.student-list li .t1 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 15px;
}
.student-list li .state {
    margin-bottom: 16px;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
}
.student-list li .more {
    transition: all .3s ease;
    text-align: center;
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
    width: 128px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #bfbfbf;
}
.student-list li .more img {
    margin-left: 8px;
    vertical-align: baseline;
    /* width: 27px;
    height: 9px; */
}

.student-list li .date {
    position: absolute;
    right: 32px;
    top: 60px;
    text-align: center;
    color: #555555;
    font-size: 14px;
}
.student-list li .date .day {
    font-size: 30px;
    position: relative;
    padding-bottom: 6px;
    line-height: 1;
    margin-bottom: 4px;
}


/* Ã¦â€¢â„¢Ã¥Â¸Ë† */


.itemtitle {
    color: #ba2a17;
    font-size: 20px;
    padding-left: 12px;
    position: relative;
    line-height: 26px;
    margin-bottom: 25px;
}

.itemtitle2 {
    color: #a40f19;
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 25px;
    font-size: 20px;
    margin-top: 20px;
}
.inlist {
    font-size: 0;
    margin-bottom: 54px;
}
.inlist .single{
    padding: 15px;
    box-sizing: border-box;
}
.inlist .single:hover>div{
    background-color:#f5faff !important ;
}
.inlist>a {
    display: inline-block;
    width: 25%;
    background: #f7f7f7;
    height: 50px;
    line-height: 50px;
    padding-left: 18px;
    color: #333;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
}
.inlist>a:hover{
    color: #a40f19;
}

.inlist>a:nth-child(odd) {
    background: #f1f1f1;
}
.itemtitle2 .buleLine{
    display: inline-block;
    width: 3px;
    height: 15px;
    background-color: #9e0e18;
    margin-right: 10px;
    font-size: 20px;
}

/* Ã¦Å“ÂºÃ¦Å¾â€ž */
.institutions>div{
    margin-bottom: 5px;

}
.institutions>div:nth-child(odd){
    margin-right: 5px;
    
}

/* .navVertical>li{
    float: none!important;
} */