@charset "utf-8";



.clearfix {
    zoom: 1;
}
.clear {
    clear: both;
    height: 0px !important;
    width: 0px !important;
    border: none !important;
    margin: 0px !important;
    padding: 0px !important;
    float: none !important;
}

.px1320 {
    max-width: 1320px;
    margin: 0px auto;
}

.px1300 {
    max-width: 1300px;
    margin: 0px auto;
}

.px1400 {
    max-width: 1500px;
    margin: 0px auto;
}

.px1620 {
    max-width: 1620px;
    margin: 0px auto;
}

/* 分页 */

.banner img {
    display: block;
    width: 100%;
}

.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #2563eb;
    color: #fff;
    border: 1px solid #2563eb;
}

.pagination a:hover {
    background: #2563eb;
    color: #fff;
    border: 1px solid #2563eb;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    position: relative;
    padding-bottom:100px;
}

.nymain>div {}

.nymain .leftNav {
    float: left;
    width: 275px;
    position: relative;
    margin-right: 40px;
    margin-top: 30px;
}

.nymain .leftNav>h2 {
    line-height: 100px;
    color: #fff;
    background: rgba(37, 99, 235, 0.9);
    font-size: 30px;
    overflow: hidden;
    text-align: center;
}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    border-right: 1px solid rgba(203, 203, 235, 0.6);
    background: #fff;
    /* padding-bottom: 150px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
    border-left: 1px solid rgba(203, 203, 235, 0.6);
}

.nymain .leftNav>ul>li {
    position: relative;
    border-bottom: 1px dotted #b0bdcb;
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: 20px;
    line-height: 65px;
    padding-left: 20px;
    color: #333333;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 20px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotate(90deg);
}

.nymain .leftNav>ul>li.on>a {
    background: rgba(183, 183, 183, 0.18);
    color: #2563eb;
    font-weight: 600;
}

.nymain .leftNav>ul>li.activ {
    background: #dddddd;
}

.nymain .leftNav>ul>li.active>a {
    color: #2563eb;
    font-weight: 600;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav ul li.active {
    border-left: 3px solid #009194;
}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #2563eb;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 64px;
    border-top: 1px solid #eeeeee;
    padding-left: 65px;
    color: #666666;
}

.ny-right {
    overflow: hidden;
    min-height: 400px;
    margin-bottom: 40px;
}

.ny-rcom {
    font-size: 24px;
    color: #2563eb;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    padding-top: 13px;
}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 66px;
    border-bottom: 1px solid #2563eb;
}

.position h3 {
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    color: #000;
    text-align: left;
    bottom: 0;
    left: 0;
}

.position h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background: #2563eb;
    z-index: 9;
}

.position span {
    color: #8c9396;
    font-size: 14px;
    vertical-align: middle;
}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.position a {
    font-size: 14px;
    color: #8c9396;
    margin: 0 5px;
    vertical-align: middle;
}

.position a:hover {
    color: #2563eb;
}

.text-list ul li {
    padding-left: 20px;
    position: relative;
    line-height: 62px;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 16px;
    position: relative;
    left: 0;
    transition: all 0.5s;
    
    background-position: left center;
}

.text-list ul li:hover {
    
    background-position: left center;
}

.text-list ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
}

.ddd {
    float: right;
    color: #666666;
    font-size: 16px;
    padding-left: 10px;
}

.text-list ul li:hover{
  background:#fff;

}
.text-list ul li:hover a {
    color: #2563eb;
}

.text-list ul li:hover span {
    color: #2563eb;
}

.art-main .art-tit h3 {
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 24px;
    margin-top: 30px;
    font-weight: 600;
}

.art-main .art-body {
    padding-top: 30px;
}

.art-main .art-body p {
    color: #333333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0px;
}

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
    height:auto;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px solid #d9d9d9;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #888;
    margin: 0 10px;
}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;
}

.pnext {
    margin-top: 25px;
}

.pnext p {
    text-indent: initial;
    font-size: 15px;
    line-height: 32px;
    color: #555555;
}

.pnext p a {
    font-size: 15px;
    color: #555555;
}

.pnext p:hover {
    /* color: #96632C; */
}

.pnext p:hover a {
    color: #2563eb;
}



.col4{
width:31.33%;
float:left;
margin:20px 1%;
}



/*师资队伍*/
.ld-top{ background: #fff; padding:20px 30px; margin-top: 30px; }
.js-img img{ width: 150px; height: 200px; }
.js-right{ margin-left: 180px; }
.js-right .ld-list-p{ padding-left: 0; }
.ld-box{ background: #fff; margin-top: 10px; padding:30px 0; }
.ld-box-title{ border-bottom: solid 1px #ddd; padding-bottom: 10px; }
.ld-box-title span{ display: inline-block; font-size: 18px; color: #a70e0f; font-weight: bold; padding-left:55px; background: url(../images/jline.png) left center no-repeat;  }
.ld-box-p p{ text-align: justify; font-size: 16px !important; color: #555 !important; margin:0; line-height: 30px !important;font-family: emoji ;    font-weight: 500 !important; }
.ld-box-p p span{ text-align: justify; font-size: 16px !important; color: #555 !important; margin:0; line-height: 30px !important;font-family: emoji; }
.ld-box-p{ margin-top: 25px; }
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}


.ld-list-name{ border-bottom: solid 1px #ddd; }
.ld-list-name span{ display: inline-block; padding-bottom: 6px; padding-right: 5px; border-bottom: solid 2px #a70e0f; color: #a70e0f; font-size: 18px; font-weight: bold; }
.ld-list-p{ font-size: 16px; line-height: 25px; color: #555; margin-top: 15px; position: relative; padding-left: 46px; }
.ld-list-p span{ position: absolute; left: 0; top: 0; }
.ld-list-p-b{ overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;  }
.list-left-top-phone{ display: none; }
/****************æ•™å¸ˆè¯¦æƒ…é¡µ*****************/
.ld-top{ background: #fff; padding:20px 30px; margin-top: 30px; }

/* 图片列表 */


.b-top {
    line-height: 40px;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.b-top .close {
    position: fixed;
    right: 20%;
    top: 20%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.b-top .close img {
    width: 100%;
}

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s;
}

.pic img:hover {
    transform: scale(1.05);
}

.img-lists ul {
    overflow: hidden;
    margin-left: -2%;
    margin-right: -2%;
}

.img-lists ul li {
    float: left;
    width: 21%;
    margin: 40px 2% 10px 2%;
    border: 0px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
 box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
}

.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}

.img-lists ul li a {
    display: block;
    width: 100%;
}

.img-lists ul li a .pic {
    padding-top: 70%;
 position: relative;
    overflow: hidden;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s ease 0s;
}

.img-lists ul li a>div.info {
    padding: 10px;
    font-size: 0;
    text-align: center;
}

.img-lists ul li a>div.info p {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.img-lists ul li:hover a>div.info p {
    color: #2563eb;
}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;
}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;
}

.img-lists2 ul li a {
    display: block;
}

.img-lists2 ul li a .pic {
    padding-top: 120%;
}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;
}

.dt-list2 {
    overflow: hidden;
}

.dt-list2 li {
    position: relative;
    transition: all 0.5s;
    padding: 40px 0 45px 0;
    border-bottom: 1px dotted #cccccc;
}

.dt-list2 li:hover a .date {
    background: #2563eb;
}

.dt-list2 li:hover a .dt-text h3 {
    color: #2563eb;
}

.dt-list2 li:hover a .dt-text p {
    color: #2563eb;
}

.dt-list2 li a {
    display: block;
    overflow: hidden;
}

.dt-list2 li .date {
    background: #bfbfbf;
    float: left;
    width: 68px;
    text-align: center;
    color: #fff;
    padding: 7px 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dt-list2 li .date p {
    font-size: 12px;
    line-height: 24px;
}

.dt-list2 li .date span {
    display: block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.dt-list2 li a>.dt-text {
    overflow: hidden;
    padding: 0 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
    overflow: hidden;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}


/* 新闻列表  */

.timg-list ul li {
    margin-top: 35px;
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
}

.timg-list ul li a h3 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.timg-list ul li a>div {
    overflow: hidden;
}

.timg-list-img {
    float: left;
    width: 350px;
    margin-right: 30px;
}

.timg-list ul li a .pic {
    padding-top: 62%;
}

.timg-list ul li a:hover h3 {
    color: #ba2a17;
}

.timg-list ul li a:hover span {
    background: #ba2a17;
    border-color: #ba2a17;
    color: #fff;
}

.timg-linfo {
    overflow: hidden;
    padding-top: 35px;
}

.timg-linfo p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 15px 0 0 0;
    text-indent: 2em;
}

.timg-linfo span {
    display: block;
    margin-top: 20px;
    line-height: 24px;
    color: #970707;
    font-size: 16px;
    padding-left: 30px;
    
    background-position: left center;
}

.timg-list ul li a:hover {
    background: #970707;
    padding: 20px;
}

.timg-list ul li a:hover h3 {
    color: #fff;
}

.timg-list ul li a:hover span {
    color: #fff;
    
    background-position: left center;
}

.timg-list ul li a:hover p {
    color: #fff;
}


/* 名师风采 */

.ldtz ul {
    margin-top: 30px;
}

.ldtz ul li {
    float: left;
    width: 48%;
    margin-bottom: 60px;
}

.ldtz ul li:nth-child(2n+1) {
    margin-right: 4%;
}

.ldtz ul li a {
    display: block;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    margin: 5px;
    border: 1px solid #eeeeee;
    transition: all 0.3s;
}

.ldtz ul li a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.ldtz-pic {
    float: left;
    width: 165px;
    margin-right: 25px;
}

.ldtz-pic .pic {
    padding-top: 143%;
}

.ldtz-info {
    overflow: hidden;
    padding-top: 35px;
}

.ldtz-info h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #333333;
    padding-top: 20px;
    position: relative;
    margin-bottom: 15px;
}

.ldtz-info h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 4px;
    background: #2563eb;
}

.ldtz-info p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    color: #666666;
}


/*机构*/

.list-jg ul {
    margin-left: -2%;
    margin-right: -2%;
}

.list-jg ul li {
    float: left;
    width: 21%;
    margin: 2%;
    font-size: 16px;
    text-align: center;
}

.list-jg ul li a {
    display: block;
    background: #faf4f4;
    border-bottom: 3px solid #94070a;
    box-sizing: border-box;
    color: #666;
    padding: 0 38px;
    font-size: 0;
    line-height: 80px;
    transition: all 0.5s;
}

.list-jg ul li a span {
    display: inline-block;
    color: #666;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
}

.list-jg ul li:hover a {
    background: #94070A;
    color: #fff;
}

.list-jg ul li:hover a span {
    color: #fff;
}


/*领导*/

.list-ld ul li {
    padding: 30px 0;
}

.list-ld ul li a {
    display: block;
}

.list-ld ul li h3 {
    font-size: 20px;
    color: #94070a;
    position: relative;
    padding-left: 14px;
}

.list-ld ul li h3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 4px;
    height: 24px;
    background: #94070A;
}

.list-ld ul li p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}

.list-ld ul li:hover h3 {
    text-decoration: underline;
}


/*历史*/

.list-ls ul {
    border-left: 1px solid #bfbfbf;
    margin-left: 15px;
    margin-top: 40px;
}

.list-ls ul li h3 {
    font-weight: bold;
}

.list-ls ul li h3::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    background: #fff;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    border-radius: 50px;
}

.list-ls ul li h3::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    background: #94070a;
    border-radius: 50px;
    z-index: 1;
}

.list-ls ul li h3 {
    padding-left: 30px;
}

.list-ls ul li p {
    margin-left: 30px;
}






/* 教师列表样式 */
.teacher_list {
    width: 90%;
    max-width: 1400px;
    margin: 20px auto;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.jsul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   
    padding: 20px 0;
    list-style: none;
}

.jsul li {
    width: calc(33.33% - 15px);
    border-radius: 10px;
    overflow: hidden; 
}

.jsul .media{
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    position: relative;
    top: 0;
    -webkit-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(50,50,50,0.1);
    box-shadow: 0px 5px 15px 0px rgba(50,50,50,0.1);
}
.jsul .media:before{
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background: #2563eb;
    left: 15px;
    top: 0;
}
.jsul .media:hover{
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.37);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.37);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.37);
}
.jsul [class*='col-']:first-child .media{
    margin-top: 0;
}
.jsul [class*='col-']:last-child .media{
    border-bottom: 0;
}

.jsul .media-heading{
    font-size: 18px;
	font-weight:600;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.jsul .media-left{
    padding-right: 20px;
}
.jsul .media-left img{
    width: 120px;
    height: 150px;
    max-width: 10000px;
	object-fit: cover;
}
.jsul .media:hover .media-heading,
.jsul .media:hover .more-link{
    color: #2563eb;
}

.jsul p{
    margin-bottom: 0;
}
.jsul .jsul-title,.jsul .jsul-research{
    color: #666;
    line-height: 1.6;
}
.jsul .media-body{
    position: relative;
    max-width: 240px;
}
.jsul .jsul-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.jsul .jsul-research{
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 66px;
}
.jsul .more-link{
    margin-top: 30px;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}



/* 领导页 */
.list-teacher {
    width: 98%;
    margin: 20px auto;
}

.list-teacher .list-item {
    height: 264px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);

}

/*.list-teacher .list-item a {
    display: block;
    height: 100%;
}*/

.list-teacher .list-item:hover {
    background-color: #fafafa;
}

.list-teacher .list-item:hover .content h3 {
    color: #770403;
}

.list-teacher .list-item .pic {
    float: left;
    width: 211px;
    height: 100%;
    overflow: hidden;
padding-top:0;

}

.list-teacher .list-item .pic img {
    width: 100%;
    transition: all 0.5s ease;
}

.list-teacher .list-item:hover .pic img {
    transform: scale(1.1);
    transition: all 0.5s ease;

}

.list-teacher .list-item .content {
    margin-left: 200px;
    padding: 30px 30px 30px 40px;
}

.list-teacher .list-item .content .list-item-left {
    float: left;
    width: 48%;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;

}

.list-teacher .list-item .content h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    margin-right: 5px;
}

.list-teacher .list-item .content span {
    font-size: 16px;
    color: #999999;
}

.list-teacher .list-item .content .list-item-left p {
    font-size: 16px;
    color: #666;
    line-height: 36px;
}

.list-teacher .list-item .content p i {
    color: #333333;
    font-weight: bold;
    font-style: normal;
}

.list-teacher .list-item .content .zhuye em {
    text-decoration: underline;
    font-style: normal;

}
.list-teacher .list-item .content .zhuye em a{
  color:#666;
}

.list-teacher .list-item .content .list-item-right {
    float: left;
    width: 52%;
    padding-left: 6%;
    box-sizing: border-box;
}

.list-teacher .list-item .list-item-right .title h3 {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #333333;

}

.list-teacher .list-item .list-item-right .title span {
    display: inline-block;
    width: 35%;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5px;
}

.list-teacher .list-item .list-item-right .research-content p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}






.page_college_list .news_wrap {
  margin-top: 30px;
  margin-bottom: 50px;
  position: relative;
}
.page_college_list .news_wrap > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page_college_list .news_wrap .news .tit {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  color: #01538b;
  line-height: 50px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_college_list .news_wrap .news .info {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  margin: 0 0 10px;
  text-align: center;
}
.page_college_list .news_wrap .news .info > span {
  margin: 0px 10px;
}
.page_college_list .news_wrap .news .font-set {
  font-size: 13px;
  color: #999;
  line-height: 100%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  text-align: right;
}
.page_college_list .news_wrap .news .font-set a {
  cursor: pointer;
}
.page_college_list .news_wrap .news .line {
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ccc;
}
.page_college_list .news_wrap .news .detail {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  color: #333;
  line-height: 175%;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
}
.page_college_list .news_wrap .news .detail ul,
.page_college_list .news_wrap .news .detail li,
.page_college_list .news_wrap .news .detail ol,
.page_college_list .news_wrap .news .detail dl,
.page_college_list .news_wrap .news .detail dd,
.page_college_list .news_wrap .news .detail dt,
.page_college_list .news_wrap .news .detail p,
.page_college_list .news_wrap .news .detail h1,
.page_college_list .news_wrap .news .detail h2,
.page_college_list .news_wrap .news .detail h3,
.page_college_list .news_wrap .news .detail h4,
.page_college_list .news_wrap .news .detail h5,
.page_college_list .news_wrap .news .detail h6,
.page_college_list .news_wrap .news .detail form,
.page_college_list .news_wrap .news .detail fieldset,
.page_college_list .news_wrap .news .detail legend,
.page_college_list .news_wrap .news .detail img,
.page_college_list .news_wrap .news .detail div {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_college_list .news_wrap .news .detail,
.page_college_list .news_wrap .news .detail p,
.page_college_list .news_wrap .news .detail div {
  text-align: justify;
  text-justify: inter-ideograph;
}
.page_college_list .news_wrap .news .detail img,
.page_college_list .news_wrap .news .detail table {
  max-width: 100%!important;
}
.page_college_list .news_wrap .news .detail p {
  margin: 1.5em 0;
}
.page_college_list .college_list {
  width: 100%;
  max-width: 100%;
  margin-top: -20px;
  border: 1px solid #dfdfdf;
}
.page_college_list .college_list thead tr {
  background-color: #e9e3dc;
}
.page_college_list .college_list thead tr th {
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #01538b;
  line-height: 45px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  border-left: 1px solid #dfdfdf;
}
.page_college_list .college_list tbody tr td {
  padding-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 9px;
  vertical-align: baseline;
  border-left: 1px solid #dfdfdf;
}
.page_college_list .college_list tbody tr td a {
  transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  margin-right: 10px;
}
.page_college_list .college_list tbody tr td a:hover {
  color: #01538b;
  text-decoration: underline;
}
.page_college_list .college_list tbody tr.even {
  background-color: #f7f7f7;
}
.page_college_list_one {
  position: relative;
}
.page_college_list_one .sec_2 .l_con {
  *zoom: 1;
  padding-bottom: 50px;
}
.page_college_list_one .sec_2 .l_con:before,
.page_college_list_one .sec_2 .l_con:after {
  content: "";
  display: table;
}
.page_college_list_one .sec_2 .l_con:after {
  clear: both;
}
.page_college_list_one .left {
  position: relative;
  float: left;
  width: 262px;
}
.page_college_list_one .right {
  position: relative;
  float: right;
  width: 860px;
  margin-top: 15px;
  border-top: 1px solid #cbcbcb;
}
.page_college_list_one .ybList {
  *zoom: 1;
  margin-top: 45px;
  border: 1px dotted #e2e2e2;
  background: #f5f5f5;
  border-radius: 3px;
  padding-top: 6px;
  padding-bottom: 12px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.page_college_list_one .ybList:before,
.page_college_list_one .ybList:after {
  content: "";
  display: table;
}
.page_college_list_one .ybList:after {
  clear: both;
}
.page_college_list_one .ybList li {
  float: left;
  height: 36px;
  margin-top: 6px;
  line-height: 36px;
  padding: 0 18px;
  margin-right: 10px;
  font-size: 16px;
  cursor: pointer;
}
.page_college_list_one .ybList li,
.page_college_list_one .ybList li a {
  color: #023d5f;
}
.page_college_list_one .ybList li.active {
  font-weight: 700;
  background: #cbe6ec;
  border-radius: 3px;
}
.page_college_list_one .zyList {
  *zoom: 1;
  width: 875px;
}
.page_college_list_one .zyList:before,
.page_college_list_one .zyList:after {
  content: "";
  display: table;
}
.page_college_list_one .zyList:after {
  clear: both;
}
.page_college_list_one .zyList .ybItem {
  float: left;
  width: 276px;
  height: 262px;
  border-radius: 2px;
  margin-right: 13px;
  margin-bottom: 15px;
  border: 1px solid #e2e2e2;
}
.page_college_list_one .zyList .ybItem h4 {
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  padding-left: 20px;
  background: #cbe6ec;
  border-bottom: 1px solid #ebdede;
}
.page_college_list_one .zyList .ybItem h4,
.page_college_list_one .zyList .ybItem h4 a {
  color: #01538b;
}
.page_college_list_one .zyList .ybItem .ybInn {
  height: 210px;
  overflow-y: auto;
}
.page_college_list_one .zyList .ybItem .ybInn::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  background-color: #f8f8f8;
}
.page_college_list_one .zyList .ybItem .ybInn::-webkit-scrollbar-track {
  background-color: #f8f8f8;
}
.page_college_list_one .zyList .ybItem .ybInn::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background-color: #bbb;
}
.page_college_list_one .zyList .ybItem .ybInn dl dt {
  height: 40px;
  color: #930f15;
  font-size: 16px;
  line-height: 40px;
  padding-left: 20px;
  background: #f5f5f5;
}
.page_college_list_one .zyList .ybItem .ybInn dl dt a {
  color: #01538b;
}
.page_college_list_one .zyList .ybItem .ybInn dl dd {
  padding: 5px 0 5px 30px;
  color: #666;
}
.page_college_list_one .zyList .ybItem .ybInn dl dd a {
  color: #666;
  display: block;
  font-size: 15px;
  line-height: 1.6;
}

.PrevDisabled , .NextDisabled {
   
    box-sizing: content-box;
}
 .Prev ,.Next{
    box-sizing: content-box;
}


/*新闻列表两列*/

.ul-listnotice {
    overflow: hidden;
    margin: 20px -30px 20px
}

.ul-listnotice li {
    float: left;
    width: 50%;
    padding: 0 40px;
    margin-bottom: 30px
}

.ul-listnotice .con {
    display: block;
    position: relative;
    padding: 31px 42px 26px 38px;
    transition: .3s
}

.ul-listnotice .con::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/b8-1.png);
    content: "";
    transition: .3s;
    z-index: 1
}

.ul-listnotice .con::after {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/b9.png);
    content: "";
    transition: .3s
}

.ul-listnotice .inner {
    position: relative;
    z-index: 5
}

.ul-listnotice .tit {
    font-size:20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    display: box;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
line-height:1.5;
}

.ul-listnotice .info {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ul-listnotice .desc {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Arial;
    font-weight: 400;
    color: rgba(129, 43, 49, 0.8);
    transition: .3s
}

.ul-listnotice .con .icon {
    position: relative;
    width: 51px;
    height: 51px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/b4.png);
    transition: .3s
}

.ul-listnotice .con .icon::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    border: 1px dashed #e1ad6a;
    opacity: 0
}
.ul-listnotice .con:hover .icon {
    
    background-image: url(../images/b4-1-2.png);
}



@media only screen and (min-width: 1199px) {
	
	.row-main .wp {
    max-width: 84.33vw;
    margin: 0 auto;
}
    
   

  

   

    .ul-listnotice .con:hover:before {
        opacity: 0
    }

    .ul-listnotice .con::after {
        
        background-repeat: no-repeat;
        background-image: url(../images/b9.png);
        content: "";
        opacity: 0;
        transition: .3s
    }

    .ul-listnotice .con:hover:after {
        opacity: 1
    }

    .ul-listnotice .tit {
        
        line-clamp: 2;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 3em
    }

    .ul-listnotice .info {
        align-items: center;
        justify-content: space-between
    }

    .ul-listnotice .desc {
        align-items: center;
        font-size: 1vw;
        font-family: Arial;
        font-weight: 400;
        transition: .3s
    }

    .ul-listnotice .desc span {
        width: 4.777vw;
        height: 1.777vw;
        background: linear-gradient(90deg, #268d79 0, #2f8e70 100%);
        border-radius: .888vw;
        line-height: 1.777vw;
        transition: .3s;
        margin-right: 1.888vw;
        font-size: .777vw;
        transition: .3s
    }

    .ul-listnotice .con:hover .desc span {
        background: #e1ad6a
    }
.ul-listnotice .con:hover .tit, .ul-listnotice .con:hover .desc{
color:#fff;
}
    .ul-listnotice .con .icon {
        width: 2.833vw;
        height: 2.833vw;
        background-repeat: no-repeat;
        background-size: contain;
    
        transition: .3s
    }
	
}

.ul-listnotice .desc span {
    width: 86px;
    height: 32px;
    background: linear-gradient(90deg, #268d79 0, #2f8e70 100%);
    border-radius: 16px;
    display: block;
    text-align: center;
    line-height: 32px;
    transition: .3s;
    margin-right: 34px;
    font-size: 14px;
    color: #fff;
    transition: .3s
}

.g-titdept {
    height: 70px;
    line-height: 72px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 60px 0 50px;
    background-image: url(../images/bg-4.png);
    padding-left: 35px
}

.m-dept {
    margin-bottom: .45rem;
}

.m-dept .cont {
    border-left: 1px solid #9f2936;
    padding: 0 0 34px 60px
}





@media screen and (max-width: 1400px) {
    .dt-list2 li a>.dt-text h3 {
        font-size: 20px;
    }
    .nymain .leftNav>h2 {
        padding-left: 20px;
    }
    .nymain .leftNav ul li a {
        padding-left: 30px;
    }
    .nymain .leftNav {
        margin-right: 50px;
    }
    .ldtz-pic {
        width: 140px;
        margin-right: 15px;
    }
    .ldtz-info {
        padding-top: 20px;
    }
    .nymain {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1200px) {
    .ldtz-info p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1140px) {
    .list-jg ul li a {
        padding: 0 20px;
    }
.ul-listnotice .con::after {
        
        background-repeat: no-repeat;
        background-image: url(../images/b9.png);
        content: "";
        opacity: 0;
        transition: .3s
    }
}

@media screen and (max-width: 1024px) {
    .banner:before {
        display: none;
    }
    .nymain .leftNav>h2 {
        line-height: 80px;
        font-size: 26px;
        padding-left: 0;
    }
    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;
        margin-top: -80px;
    }
    .nymain .leftNav ul li a {
        font-size: 18px;
        padding-left: 20px;
    }
    .nymain .leftNav>ul>li>ul>li>a {
        padding-left: 40px;
    }
    .nymain .leftNav ul li.active a {}
    .nymain .leftNav ul li:hover a {}
    .position {}
    .position span {
        font-size: 14px;
    }
    .position a {
        font-size: 14px;
    }
    .position h3 {
        height: 70px;
        line-height: 70px;
    }
    .text-list ul li {
        font-size: 16px;
    }
    .img-lists ul li {
        width: 48%;
        margin: 20px 1%;
    }
    .img-lists ul li a>img {
        height: 209px;
    }
    .img-lists ul li a>div.info p {
        font-size: 14px;
    }
    .img-lists ul li a>div.info img {
        height: 12px;
    }
    .img-lists ul li a>div.info span {
        font-size: 12px;
    }
    .dt-list2 li {
        padding: 25px 0;
    }
    .timg-list ul li a h3 {
        font-size: 16px;
    }
    .timg-list-img {
        width: 260px;
    }
    .timg-linfo {
        padding-top: 10px;
    }
    .ldtz-pic {
        float: none;
        margin: 0 auto;
    }
    .ldtz-info {
        padding: 0 20px;
        padding-bottom: 15px;
        margin-top: 20px;
        text-align: center;
    }
    .ldtz-info h3::before {
        left: 50%;
        transform: translateX(-50%);
    }
    .ldtz ul li a {
        padding-top: 15px;
    }
    .list-jg ul li {
        width: 46%;
    }
    .list-jg ul li a span {
        font-size: 14px;
    }
    .nymain .leftNav>ul {
        padding-bottom: 0;
    }
}

@media screen and (max-width:768px) {
    .banner::after {
        content: none;
    }

.col4{
width:98%;
float:left;
margin:20px 1%;
}
    .nymain .leftNav>h2 {
        line-height: 46px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        background:#2563eb;
    }
    .nymain .leftNav>h2 span {
        float: right;
        width: 30px;
        height: 30px;
        margin-top: 8px;
        
        background-position: center center;
        margin-right: 10px;
        transition: all .3s;
    }
    .nymain .leftNav>h2 span.on {
        transform: rotateZ(45deg);
    }
    .nymain {
        padding: 10px 5px;
    }
    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 15px;
    }
    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;
    }
    .ny-right {
        float: none;
        width: auto;
    }

  .ul-listnotice .con {
        padding: 10px 10px
    }


.ul-listnotice{ margin:10px -10px;}
.ul-listnotice li {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px
}
    .ul-listnotice .tit {
        font-size: 16px
    }

    .ul-listnotice .desc span {
        width: 63px;
        height: 26px;
        line-height: 26px;
        transition: .3s;
        margin-right: 8px;
        font-size: 12px
    }

    .ul-listnotice .desc {
        font-size: 14px
    }

    .ul-listnotice .con .icon {
        width: 35px;
        height: 35px
    }



    .position {
        padding: 16px 0px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .position>div {
        text-align: left;
        line-height: 40px;
        padding-left: 20px;
    }
    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 20px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;
        font-weight: 600;
        display: none;
    }
    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;
    }
    .pagination {
        padding-top: 50px;
    }
    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;
    }
    .nymain .leftNav ul {
        display: none;
    }
    .nymain .leftNav ul li a {
        line-height: 55px;
        padding-left: 20px;
    }
    .nymain .leftNav>ul>li>span {
        top: 13px;
    }
    .text-list ul li {
        line-height: 38px;
    }
    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;
        margin-top: 0;
    }
    .art-main .art-body p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .art-main .cont-tit p span {
        font-size: 14px;
    }
    .art-main .cont-tit p img {
        height: 12px;
    }
    .pnext {
        float: none;
        border: none;
        width: auto;
    }
    .pnext p {
        line-height: 30px;
    }
    .zzjg_text li {
        width: 50%;
    }
    .img-lists ul li {
        margin: 10px 1%;
    }
    .img-lists ul li a>img {
        height: 191px;
    }
    .xbxx {
        padding-top: 0;
    }
    .xbxx ul li a {
        padding: 15px 10px;
    }
    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;
    }
    .xbxx ul li a div span {
        font-size: 12px;
    }
    .xbxx ul li a div img {
        height: 14px;
    }
    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .nymain .leftNav>h2 img {
        height: 20px;
    }
    .text-list ul li span {
        font-size: 16px;
    }
    .position a {
        margin: 0 2px;
    }
    .dt-list2 li a>.dt-text h3 {
        font-size: 18px;
    }
    .dt-list2 li a>.dt-text p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0;
    }
    .dt-list2 li a>.dt-text {
        padding-left: 10px;
    }
    .dt-list2 li .date {
        width: 60px;
    }
    .dt-list2 li .date span {
        font-size: 24px;
    }
    .dt-list2 li .date {
        padding: 4px 0;
    }
    .dt-list2 li {
        padding: 15px 0;
    }
    .nymain .leftNav>ul>li>ul>li>a {
        font-size: 14px;
        line-height: 45px;
    }
    .art-main .art-body {
        padding-top: 0;
    }
    .timg-list-img {
        width: 220px;
        margin-right: 20px;
    }
    .timg-linfo span {
        margin-top: 10px;
    }
    .timg-linfo p {
        margin-top: 10px;
    }
    .timg-list ul li {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .list-ld ul li {
        padding: 15px 0;
    }
    .list-ld ul li h3 {
        font-size: 18px;
    }
    .list-ld ul li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-ls ul li {
        padding: 15px 0;
    }
    .list-ls ul li h3 {
        font-size: 18px;
    }
    .list-ls ul li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .list-ls ul {
        margin-top: 0;
    }
    .art-main {
        padding: 0 10px;
    }

.page_college_list .college_list thead tr th {
  height: 45px;
  padding-left: 5px;
  padding-right: 0px;
  font-size: 16px;
  color: #01538b;
  line-height: 45px;
  font-family: 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Helvetica Neue', Verdana, Arial, Helvetica, SimHei, sans-serif;
  border-left: 1px solid #dfdfdf;
}


.text-list ul li a {
    display: block;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
}


}

@media screen and (max-width:480px) {
    .img-lists ul li a>img {
        height: 100px;
    }
    .text-list ul li {
        font-size: 16px;
        padding-left: 5px;
    }
    .art-main .cont-tit p .liulan {
        margin-left: 15px;
    }
    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .timg-list-img {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .timg-linfo {
        padding-top: 0;
    }
    .ldtz ul li {
        float: none;
        width: auto;
    }
    .ldtz ul li:nth-child(2n+1) {
        margin-right: 0;
    }
    .ldtz-pic {
        float: left;
    }
    .ldtz ul li {
        margin-bottom: 30px;
    }
    .ldtz ul li a {
        padding: 0;
    }
    .ldtz-pic {
        width: 120px;
    }
    .ldtz-info {
        text-align: left;
    }
    .ldtz-info h3::before {
        left: 0;
        transform: translateX(0);
    }
    .ldtz-info h3 {
        padding-top: 15px;
        margin-bottom: 10px;
    }
    .ldtz ul li a {
        margin: 0;
    }
}

@media screen and (max-width:320px) {
    .text-list ul li {
        line-height: 35px;
        font-size: 16px;
    }
    .art-main .art-tit h3 {
        /* font-size: 20px; */
        /* font-weight: bold; */
    }
    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;
    }
    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;
    }
    .img-lists ul li a>img {
        height: 84px;
    }
}