* {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
body a:hover {
    text-decoration: none;
}
body{
    background-color: #f2f2f2;
}
@font-face {
    font-family: "WRJBS";
    src: url(../css/WRJBS.TTF);
}
.WRJBS{
    font-family: "WRJBS";
}
@font-face {
    font-family: "HYLXTJ";
    src: url(../css/HYLXTJ.TTF);
}
.HYLXTJ{
    font-family: "HYLXTJ";
}
.NextDisabled {
    box-sizing: content-box;
}
.this-page {
    box-sizing: content-box;
}
.PrevDisabled {
    box-sizing: content-box;
}
.header {
    height: 147px;
    background-color: #9d0000;
}
.header>div {
    background: url(../img/header-bg.png) no-repeat right top;
    padding: 34px 0;
}
.header .w-1280 .logo-r {
    
    margin-left: 30px;
}
.search {
    position: relative;
    float: right;
    margin-top: 14px;
}
.search .search-text {
    width: 165px;
    height: 30px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 13px;
    border-radius: 8px;
}
.search .search-btn {
    position: absolute;
    vertical-align: top;
    width: 40px;
    height: 30px;
    background: url(../img/se.png) no-repeat center;
    box-sizing: content-box;
    cursor: pointer;
    
    background-color: #cfa972;
    border-radius: 7px;
    right: 0;
    bottom: 0;
}
.nav {
    box-shadow: 0px 2px 23.65px 0.35px rgba(0, 0, 0, 0.26);
}
.nav .w-1280>ul {
    width: 100%;
    display: table;
    table-layout: auto;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.nav .w-1280>ul>li {
    display: table-cell;
    text-align: center;
    position: relative;
width:1%;
}
.nav .w-1280>ul>li>a p {
    color: #000;
    font-size: 16px;
    line-height: 25px;
    display: block;
}
.nav ul li a span {
    display: block;
    font-size: 14px;
    color: #000;
}
.nav .w-1280>ul>li:hover p{
    font-weight: bold;
}
.hasSub:hover .nav_ul_2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.nav_ul_2 {
    position: absolute;
    min-width: 100%;
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.nav_ul_2 li {
    background: rgba(0, 0, 0, .4);
    padding: 0 8px;
}
.nav_ul_2 li:hover {
    background: #d0bda3;
}
.hasSub .nav_ul_2 li a {
    display: block;
    color: #fff;
    white-space: nowrap;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}
.center {
   
    padding-top: 30px;
}
.w320{
    width: 320px;
    background-color: #fff;
    padding: 14px;
}
.w945{
    width: 945px;
    background-color: #fff;
    padding: 15px;
    padding-bottom: 0;
}
.common_title{
    margin-bottom: 10px;
}
.common_title p {
    display: inline-block;
    font-size: 22px;
    color: #000;
    font-weight: 600;
    
}
.common_title a {
    float: right;
    font-size: 14px;
    color: #000;
    line-height: 34px;
}
.common_title em {
    display: inline-block;
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    margin-left: 10px;
}
.common_title a span {
    font-size: 12px;
    color: #a40000;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 11px;
    text-align: center;
    margin-left: 5px;
    position: relative;
    border-radius: 8px;
    border: 1px solid;
    top: -1px;
}
.notice li{
    
    transition: all .3s;
    margin-bottom: 15px;
    
    
    
}
.notice li:nth-of-type(5){
    border-bottom: none;
}
.notice li:nth-of-type(1){
    margin-top: 0;
}
.notice li:hover{
    transform: translateY(-5px);
}
.notice li a{
    display: block;
}
.notice li a div{
background-color:#a40000 ;
}
.notice li a div span{
    font-size: 12px;
    color: #fff;
    width: 55px;
    line-height: 25px;
    text-align: center;
    display: block;
}
 
.notice li a div p{
    color: #fff;
    line-height: 35px;
    width: 55px;
    font-size: 29px;
    display: block;
    text-align: center;
    
    border-top: none;
}
.notice li a>p{
    font-size: 16px;
    color: #444444;
    width: 78%;
    text-align: justify;
    display: block;
    text-justify: inter-ideograph;
    margin-top: 6px;
}
.notice li:hover a>p{
    
    font-weight: 700;
}
.notice li:hover div{
    background-color: #cfa972;
}
.news-wrapper .time {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(164, 0, 0, 0.8);
    width: 65px;
    height: 60px;
}
.news-wrapper:hover .time {
    
}
.news-wrapper:hover {
    transition: all .3s;
    transform: translateY(-5px)
}
.news-wrapper {
    position: relative;
    
    width: 450px;
    height: 360px;
    margin-top: 10px;
    margin-bottom: 18px;
}
.news-img {
    width: 450px;
    height: 350px;
    overflow: hidden;
}
.news-img img {
    width: 450px;
    height: 350px;
    display: block;
    transition: all .2s;
}
.news-ul ul li {
    position: relative;
}
.news-ul ul li a {
    display: block;
    width: 100%;
}
.news-p {
    
    background: rgba(0, 0, 0, 0.6);
    padding-left: 15px;
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    bottom: 0;
}
.news-p p {
    
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    margin-right: 83px;
}

.news-control {
    position: absolute;
    bottom: 9px;
    left: 83%;
}
.news-control ul li {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.news-control ul .on {
    background: #a40000;
}
.dtcz{
    width: 440px;
}
.dtcz>p{
    border-bottom: 1px solid #dcdcdc;
}
.dtcz>p>span{
    font-size: 22px;
    color: #000;
    border-bottom: 2px solid #a40000;
    font-weight: 600;
}
.dtcz>p>a{
    font-size: 14px;
    color: #a40000;
    float: right;
    margin-top: 5px;
}
.dtcz>ul .li-first{
    height: 100px;
    width: 100%;
    padding-bottom: 15px;
    
    background: url(../img/first_ico.png) no-repeat left 3px;
    padding-left: 0;
    padding-top: 0;
}
.dtcz .li-first{
    border: none;
}
.li-first a{
    margin: 0 !important;
}
.dtcz>ul .li-first:after{
    width: 0;
}
.list-1 p{
    font-size: 16px;
    color: #000;
    font-weight: bold;
    text-indent: 0;
    margin-right: 70px;
    line-height: 20px;
    padding-left: 25px;
}
.list-1 span{
    font-size: 13px;
    color: #a40000;
    line-height: 20px;
    font-weight: bold;
}
.list1-p{
    font-size: 14px;
    color: #a6a8ab;
    text-indent: 2em;
    margin-top: 7px;
    line-height: 20px;
    padding: 12px 13px;
    background-color: #f6f6f6;
}
.dtcz>ul>li{
    
    transition: all .3s;
    padding-left: 12px;
    background: url(../img/list_ico.png) no-repeat left ;
}
.dtcz>ul>li:hover{
    transform: translateY(-3px);
}
.dtcz>ul>li>a{
    font-size: 15px;
    color: #434343;
    margin-right: 80px;
    line-height: 33px;
}
.dtcz>ul>li>a:hover{
    color: #284f35;
}
.dtcz>ul>li>span{
    font-size: 13px;
    line-height: 18px;
    color: #434343;
    float: right;
    line-height: 33px;
}
.main-banner{
    margin-top: 20px;
}
.banner-img{
    position: relative;
    width: 1280px;
    height: 204px;
}
.banner-img img{
    width: 1280px;
    height: 204px;
}
.banner-img .banner-p{
    position: absolute;
    left: 34%;
    top: 31%;
}
.banner-img .banner-p p{
    text-align: center
}
.banner-img .banner-p .p1{
    font-size: 41px;
    line-height: 60px;
    color: #fff;
    font-family: "HYLXTJ";
    
    text-shadow: 0px 5px 10px #252525;
}
.banner-img .banner-p .p2{
    font-size: 21px;
    color: #fff;
    font-family: "WRJBS";
    -webkit-text-stroke: 1px #e6e6e6;
    text-shadow: 0px 5px 10px #252525;
}
.main2{
    margin-top: 20px;
}
.main-dxx{
    background-color: #fff;
    padding: 15px;
}
.fc1 .bd{
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}
.fc1 .bd .tempWrap{
    width: 100% !important;
}
.fc1 .bd .tempWrap ul{
}
.fc1 ul li{
    float: left;
    width: 220px;
    height: 150px;
    background: #fff;
    margin-left: 10px;
}
.fc1 ul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.fc1 ul li a p{
    background: #0068b7;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 10px;
    transition: all .3s;
    color: #fff;
    font-size: 14px;
    width: 100%;
    transform: translateY(49px);
    z-index: 3;
}
.fc1 ul li:hover a p{
    transform: translateY(0px);
}
.fc1 ul li img{
    height: 150px;
    width: 220px;
}
.main3{
    width: 96%;
    height: 150px;
    display: inline-block;
    
}
.dxx{
    width: 45px;
    height: 150px;
    background-color: #a40000;
}
.dxx p{
    writing-mode: vertical-lr;
    color: #fff;
    
    font-size: 18px;
    padding: 29px 12px;
}
.h150{
    height: 150px;
}
.main3:hover .fc1>.prev{
    opacity: 1;
    transform: translateX(-19px);
}
.main3:hover .fc1>.next{
    opacity: 1;
    transform: translateX(15px);
}

.main888{
    margin-top: 20px;
    
}
.main999{
    margin-top: 20px;
}
.w415{
    width: 415px;
    background-color: #fff;
    padding: 10px 15px;
    padding-bottom: 0;
    margin-right: 17px;
}
.student div img{
    width: 110px;
    height: 80px;
}
.student li{
    position: relative;
    margin-bottom: 20px;
}
.student li a span{
    position: absolute;
    bottom: 0;
    right: 15px;
    color:#5f5f5f ;
    font-size: 14px;
}
.student li a .frp {
    font-size: 16px;
    font-weight: bold;
    color: #5f5f5f;
    width: 260px;
    text-align: justify;
    display: block;
    text-justify: inter-ideograph;
    margin-top: 3px;
    line-height: 25px;
}
.student li:hover {
    background-color: #fff;
}
.student li:hover a .frp {
    font-weight: bold;
}
.new_media{
    margin-right: 0;
}
.new_list li{
    float: left;
    width: 100%;
    
    margin-right: 15px;
    margin-bottom: 11px;
    margin-top:11px;
}
.new_list li p{
color:#5f5f5f;

}
.new_list li:nth-of-type(2){
    margin-right: 0;
}
.new_list li:nth-of-type(4){
    margin-right: 0;
}
.new_list li img{
    width: 185px;
    height: 125px;
}
.yqlj{
    background-color: #fff;
    padding: 10px 15px;
}
.yqlj-div{
    margin-top: 10px;
    margin-bottom: 10px;
}
.yqlj-ul .bd{
    overflow: hidden;
    
    width: 100%;
    margin-left: 52px;
}
.yqlj-ul {
    display: block;
    position: relative;
    overflow: hidden;
}
.yqlj-ul ul li {
    width:210px ;
height:60px;
    background-color: #a40000;
    margin-right: 20px;
}
.yqlj-ul ul li:hover {
    display: block;
    background-color: #a40000;
}
.yqlj-ul ul li p{
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.yqlj-ul .prev{
    width: 19px;
    height: 31px;
    background: url(../img/College_prev.png) no-repeat center center;
    position: absolute;
    left: 20px;
    top: 50%;
    transition: all .3s;
    margin-top: -15px;
}
.yqlj-ul .next{
    transition: all .3s;
    width: 19px;
    height: 31px;
    background: url(../img/College_next.png) no-repeat center center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}
.footer {
    background: url(../img/footer_bg.png) no-repeat bottom;
    height: 160px;
    margin-top: 25px;
}
.footer-div{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
}
.footer-img{
    border-right: 1px solid #fff;
    padding-right: 20px;
}
.footer_detail {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
}
.footer_detail p{
    margin-bottom: 9px;
}
.footer_detail p:nth-of-type(4){
    margin-bottom: 0;
}
.footer_bottom {
    height: 35px;
    background-color: #313131;
}
.footer_bottom p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 35px;
    height: 35px;
}