﻿@charset "utf-8";

/* CSS Document */

/*2025.7.3*/

.w-ul-disc {
    padding-left: 28px !important;
    margin: 0 !important;
}

    .w-ul-disc li {
        list-style-type: disc !important;
    }

.w-ul-decimal {
    padding-left: 28px !important;
    margin: 0 !important;
}

    .w-ul-decimal li {
        list-style-type: decimal !important;
    }

.w-ul-none {
    padding: 0 !important;
    margin: 0 !important;
}

    .w-ul-none li {
        padding: 0 !important;
        margin: 0 !important;
        list-style-type: none !important;
    }

.fixed2 {
    position: fixed;
    z-index: 11;
    background: #fff;
    width:100%;
    top: 0px;
    left:0px;
}

.ban-textfac {
    position: absolute;
    left: 0px;
    bottom: 150px;
    width: 100%;
}

.ban-textfac .ban-pp1{
	max-width: 890px;	
}

.ban-textfac h5{
	color: #fff;
	font-weight: bold;
	font-size: 52px;
	line-height: 1.4;
}

.ban-textfac .ban-pp1 span {
    transition: none;
    opacity: 0;
}

.ban-textfac .ban-pp1.active span {
    transition: opacity;
    opacity: 1;
}

.current-title{
background: #fff;
font-size: 42px;
font-weight: bold;
color: #000;
line-height:70px;
padding:0 20px;	
position: absolute;
top:-69px;
}

.faculty-pp .faculty-lanmu ul{
    padding: 0 25px;
    margin: 0 0 50px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: relative;
}

.faculty-pp .faculty-lanmu ul::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background: #333;
}

.faculty-pp .faculty-lanmu ul li {
    display: inline-block;
    font-size: 24px;
    color: #333;
    padding-bottom: 35px;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    z-index: 1;
    margin: 0px 30px;
}

.faculty-pp .faculty-lanmu ul li:hover, .faculty-pp .faculty-lanmu ul li.parent, .faculty-pp .faculty-lanmu ul li.selected, .faculty-pp .faculty-lanmu ul li.active{
    color: #800;
    border-bottom: 4px solid #800;
}

.faculty-pp .faculty-lanmu ul li a{
    color: #333;
    text-decoration: none;
}

.faculty-pp{
      padding: 66px 0 40px;
}
.faculty-pp p{
	font-size: 28px;
	color: #333;
	line-height:36px;	
}

.faculty-zc{
  margin-bottom:30px;
  border-bottom: 1px solid #ddd;
}

.faculty-zc a{
    font-size: 20px;
    padding-right: 20px;
    padding: 10px 30px;
    border: 1px solid #ddd;
    display: inline-block;
    border-bottom: none;
    text-decoration: none;
}

.faculty-zc a.selected{
    background: #800000;
    color: #fff;
}

/*字母序列表*/

.az1 {
    color: #333;
    font-size: 24px;  
    margin-bottom: 50px;
    background: #f5f5f5;
}

.az1 ul {
    line-height: 46px;
    padding: 0 15px 0 25px;
    display: table;
     width: 100%;
}

.az1 ul li {
    display: table-cell;
    line-height:75px;
    /*float: left;*/
   text-align: center;
 
}

.az1 ul li a {
    color: #bbb;
    font-size: 24px;
    text-decoration: none;
    
}

.az1 ul li a.liang {
    color: #333;
}

.az1 ul li a:hover {
    color: #333;
    text-decoration: underline;
}

.az1 ul li a.active {
    color: #8e2424;
    text-decoration: underline;
}


.facu-li{
	text-align: center;
	margin-bottom: 50px;
	margin-top: 20px;
	 transition: all 0.4s ease-out;
}
.facu-li:hover{
	 transition: all 0.4s ease-out;
    transform: translateY(-3px);
}
.facu-li .fac-img{
    /*transform: rotate(45deg);
    overflow: hidden;*/
	
}
.facu-li .fac-img img{
	/* transform: rotate(-45deg);*/
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);

}


.facu-li .fac-text{
	margin-top: 35px;
}

.facu-li .fac-text h4{
	line-height: 68px;
	background: #a03938;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
}
.facu-li .fac-text p{
	font-size: 24px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 0;
}
.facu-li:hover .fac-text h4{
	background: #ba4947;
}

/*师资力量单篇*/
.person-top{
	background: #800000;
	margin-top: -252px;
	padding: 45px 80px;
	display: flex;
	flex-wrap: wrap;
        justify-content: space-between;
}
.person-box{
	min-height: 500px;	
}
.person-con{
	margin-top: 100px;
}

.person-top .per-img{
	width: 360px;
	height: 437px;
	position: relative;
}
.person-top .per-img img{
	 /*clip-path: polygon(50% 0%, 100% 30%, 84% 100%, 15% 100%, 0% 30%);*/
	
	 /*box-shadow: 2px 2px 2px 2px #620e0e;*/
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	z-index: 11;
	position: relative;
}
.person-top .per-img::after{
	content: "";
	position: absolute;
	left: 20px;
	top: -10px;
	width: 100%;
	height: 100%;
	background: #620e0e;
	clip-path: polygon(50% 0%, 100% 25%, 103% 78%, 57% 100%, 0% 75%, 0% 25%);
	 /*clip-path: polygon(50% 0%, 100% 30%, 84% 100%, 15% 100%, 0% 30%);*/
}

.person-top .per-rtt{
	width: calc(100% - 460px);
}
.person-top .per-rtt h4{
	font-size: 48px;
	color: #fff;
	
	
}
.per-rtt .per-ptt{	
	margin-top: 40px;
}
.per-rtt .per-ptt ul{ 
	padding: 0;
	margin: 0;
	overflow: hidden;
	
}
.per-rtt .per-ptt ul li{ 
    width: 48%;
    float: left;
    margin-bottom: 40px;
    margin-right: 2%;	
}
.per-rtt .per-ptt ul li span{ 
	display: block;
	font-size: 28px;
	color: #bc3636;
	
}
.per-rtt .per-ptt ul li p{ 
	font-size: 28px;
	color: #fff;
	
}
.per-rtt .per-ptt ul li p a{
	color: #fff;
	hyphens: auto;
	overflow-wrap: break-word;
}

.person-one{
	display: flex;
	margin-bottom: 60px;
}
.person-one .per-title{
	width: 30%;
}
.person-one .per-title h4{
	font-size: 72px;
	color: #800000;
	
}
.person-one .per-text{
	width: 69%;
	padding-left: 1%;
	font-size: 28px;
}
.person-one .per-text p{
	font-size: 28px;
	color: #333;
	line-height: 42px;
	margin-bottom: 50px;
}

.per-text .num-div{
	background: #f5f5f5;
	padding: 15px 45px;
	margin-bottom: 53px;
	
}
.per-text .num-div span{
	display: block;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	
}
.per-text .num-div p{
	margin-bottom: 0;
}

.per-text .teach-li{
	margin-bottom: 20px;
}

.per-text .teach-li ul {
    padding-left: 28px !important;
    margin: 0 !important;
}

.per-text .teach-li ul li{
    list-style-type:disc !important;
}


.per-text .teach-li span{
	display: block;
	font-size: 28px;
	color: #999;	
}
.per-text .teach-li p{
	font-size: 28px;
	color: #333;
	margin-bottom: 0;	
}

/*about-xuanbox*/
.about-xuanbox {
}

.about-xuanbox .about-top1{
	padding: 55px 0 0;	
}

.about-xuanbox .about-top1 ul{
	padding: 0 25px;
	margin: 0;
	display: flex;
	align-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.about-xuanbox .fixed2 ul{
      width: 84%;
      margin:0px auto;
}

.about-xuanbox .about-top1 ul::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	height: 1px;
	background: #333;
}

.about-xuanbox .about-top1 ul li{
	display: inline-block;
	font-size: 24px;
	color: #333;
	padding-bottom: 35px;
	border-bottom: 4px solid transparent;
	cursor: pointer;
	z-index: 1;
}

.about-xuanbox .about-top1 ul li:hover,.about-xuanbox .about-top1 ul li.active{
	color: #800;
	border-bottom: 4px solid #800;
}


.about-boxcon {
    padding: 105px 0 125px;
}

.aboutcon4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ab4-img {
    text-align: right;
    width: 100%;
}


.abtt-4bg {
    background-image: linear-gradient(to right, rgba(245,245,245,1),rgba(245,245,245,1),rgba(245,245,245,0.3), rgba(255,255,255,0.01));
    padding: 60px 60px 40px;
    position: absolute;
    left: 0px;
    top: 85px;
    width: 100%;
}

.abtt-4 {
    max-width: 60%;
}

.ss11 {
    height: 38vh;
}


.abtt-4 h3 {
    font-size: 72px;
    color: #800;
    line-height: 1.3;
    margin-bottom: 30px;
}

.abtt-4 p {
    font-size: 28px;
    color: #333;
    line-height: 36px;
}




/*about2*/
.about-abp {
}

    .about-abp p {
        font-size: 28px;
        color: #333;
        line-height: 39px;
        margin-bottom: 45px;
    }


.about-con2pp {
    display: flex;
    align-content: center;
    justify-content: center;
}

    .about-con2pp .ab-2pleft {
        width: 50%;
        padding-right: 40px;
    }

        .about-con2pp .ab-2pleft p {
        }

    .about-con2pp .ab-2pright {
        width: 50%;
    }

        .about-con2pp .ab-2pright ul {
            overflow: hidden;
            padding: 0;
            margin: 0;
        }

            .about-con2pp .ab-2pright ul li {
                width: calc(50% - 1px);
                float: left;
                position: relative;
                margin-bottom: 1px;
                margin-right: 1px;
            }

    .about-con2pp .ab-2pright ul li p{
         margin-bottom: 0px;
    }

                .about-con2pp .ab-2pright ul li::after {
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    background: rgba(160,27,27,0.5);
                    content: "";
                }

                .about-con2pp .ab-2pright ul li:nth-child(2)::after,
                .about-con2pp .ab-2pright ul li:nth-child(3)::after,
                .about-con2pp .ab-2pright ul li:nth-child(6)::after {
                    content: none;
                }

.aboutcon1 {
}

.ab1-one {
    position: relative;
}

    .ab1-one .ab1-img {
    }

    .ab1-one .ab1-text {
        position: absolute;
        right: 0px;
        top: 62px;
        max-width: 686px;
        /*padding-bottom: 0;*/
    }

.about-stcu {
    background: #800;
    padding: 65px 55px;
}

    .about-stcu h4 {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 40px;
    }

    .about-stcu p {
        font-size: 28px;
        color: #fff;
        line-height: 38px;

    }
.ab1-two1{
padding-top:50px;
}
 .ab1-two1 .ab1-text22{
background: none;
    max-width: 56%;
padding-top:0px;
padding-bottom:0px;
}

 .ab1-two1 .ab1-text22 h4 {
            color: #333;
        }

        .ab1-two1 .ab1-text22 p {
            color: #333;
        }




.ab1-two {
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
}

    .ab1-two .ab1-img1 {
        width: 56%;
    }

    .ab1-two .ab1-text2 {
        width: 44%;
        background: none;
        padding: 50px;
padding-top:0px;
    }

        .ab1-two .ab1-text2 h4 {
            color: #333;
        }

        .ab1-two .ab1-text2 p {
            color: #333;
        }

.about-box {
    background: url(../images/aboutbg.jpg) no-repeat center top;
    background-size: cover;
}
/*大事记start*/
.aboutcon3 {
    background: #;
}

.slide-text {
    background: #ab3c3c;
    max-width: 50%;
    padding: 40px 70px;
    position: relative;
}

.events-content ol li h5 {
    content: "";
    margin-left: 8%;
    display: inline-block;
    border-left: 0px solid transparent;
    border-right: 68px solid transparent;
    border-top: 85px solid #ac3b3b;
    /*border-bottom: 42px solid transparent;*/
    z-index: 110;
}

.slide-text h4 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 30px;
}
.slide-text .ss113{
     height: 13vh;
}
.slide-text p {
    color: #fff;
    font-size: 28px;
}


.prev, .next {
    width: 41px;
    height: 41px;
    display: block;
    position: absolute;
    bottom: 70px;
    cursor: pointer;
    z-index: 11;
}

.prev {
    left: -50px;
    background: url(../images/about/aleft.png) no-repeat center center;
}

    .prev:hover {
        background: url(../images/about/aleft1.png) no-repeat center center;
    }

.next {
    right: -50px;
    background: url(../images/about/aright.png) no-repeat center center;
}

    .next:hover {
        background: url(../images/about/aright1.png) no-repeat center center;
    }
/*历史沿革 history*/
									.school-history{
										 margin-top: -80px;
										 padding-bottom: 70px;
										 overflow: hidden;
									}
                	    			.fz-j-box {
									    height: 50px;
									    margin-bottom: 50px;
									}
									.fz-j-box img {
    width: 60px;
}
                	    			.fz-left{
									    position: absolute;
									    left: 0;
									    top: 0px;
									    z-index: 1;
									}
									.fz-right{
									    transform: rotate(360deg);
									    position: absolute;
									    z-index: 1;
									    right: 0;
									    top: 0px;
									}
                	    			.bxx {
    background: #bcd6e8;
    height: 2px;
    margin-top: 30px;
}

.wp_subcolumn_list .wp_sublist .sublist_title {
            display: none;
        }

        .wp_subcolumn_list .wp_sublist {
            margin-bottom: 0px;
        }

.bxx{
	background: #ab3c3c;
    height: 2px;
    margin-top: 30px;
}
.process-content{
	margin-top: -35px;
    position: relative;
}

        /* 发展历程时间轴 */
        .process-timeline:after {
            /*background: #bcd6e8;
            height: 2px;*/
           
        }
.process-timeline:after{
	/*top: 40px;*/
	
}
        .process-timeline {
            /*height: 350px;*/ padding-top: 40px;
            height: auto;
            
        }
.process-timeline .process-body{
	margin-top: -40px;
	overflow: hidden;
	
}
            .process-timeline .process-row {
                /*height: 350px;*/
                cursor: grabbing;
                height: auto;
                padding-top: 68px;
                width: 360px;
                padding-right: 30px;
                position: relative;
                float: left;
            }

        .d1 {
            width: 60px;
            height: 70px;
            background: url(/_upload/tpl/11/ca/4554/template4554/images/dian1.png);
            position: absolute;
            top: -10px;
            left: 15px;
            
        }

        .process-row:nth-child(even) .d1 {
            /*background: url(/Assets/images/ding2.png);
            top: 163px;
            left: 35px;*/
        }

        .process-row .cetxt {
            /*position: absolute;
            top: 195px;
            left: 10px;*/
        }
.process-row .cetxt ul{
	padding-left: 0;
}
        .process-row:nth-child(even) .cetxt {
            /*top: 36px;
            left: 10px;*/
        }

        .process-row .cetxt ul li {
          
        }
         .process-row .cetxt ul li:last-child i{
         	display: none;
         	
         }
 .process-row .cetxt ul li span{
          font-size: 24px;
          color: #ab3c3c;
          display: block;
          font-weight: lighter;
          margin-bottom: 15px;
          
          
}
 .process-row .cetxt ul li p{
  font-size: 18px;
  color: #333;
  line-height:32px;
  margin: 0;
}

        /* end */


@media (min-width: 1300px) {	
	.facu-li{
		padding:0 70px;
	}
}


@media (max-width: 1560px) {
    .abtt-4 h3 {
        font-size: 56px;
    }
.ab1-two1 .ab1-text22{
max-width:55%;
}

.facu-li .fac-text h4{
    font-size: 22px;
}


.per-rtt .per-ptt ul li{
        width: 100%;
        float: none;
        margin-bottom: 10px;
}


}

@media (max-width: 1440px) {	

.about-xuanbox .fixed2 ul{
    width: 100%;
}


	.person-one .per-title h4{
		font-size: 50px;		
	}

.person-one .per-text{
	font-size: 24px;	
}

.person-one .per-text p{
	font-size: 24px;	
}	

.per-text .num-div span{
	font-size: 30px;	
}
	

	.ban-textfac h5 {
        font-size: 42px;
    }

    .faculty-pp p {
        font-size: 26px;
    }

    .abtt-4 h3 {
        font-size: 46px;
    }

    .abtt-4 p {
        font-size: 24px;
    }

    .about-boxcon {
        padding: 75px 0 105px;
    }

    .about-abp p {
        font-size: 24px;
    }

    .about-stcu p {
        font-size: 24px;
    }

    .ab1-one .ab1-text {
        max-width: 600px;
    }

    .cd-horizontal-timeline .events a {
        font-size: 22px;
    }

.facu-li .fac-text h4{
        font-size: 20px;
        line-height: 32px;
        padding: 13px 0;
}
	
}


@media (max-width: 1350px){
	.per-rtt .per-ptt ul li p{
		font-size: 26px;
	}
	.person-one .per-text p{
		line-height: 38px;		
	}

    .about-xuanbox .about-top1 ul li {
        font-size: 22px;
    }

    .abtt-4 {
        max-width: 75%;
    }

    .ab4-img img {
        max-width: 93%;
    }

    .abtt-4bg {
        top: 25px;
    }

    .about-stcu h4 {
        font-size: 28px;
        margin-bottom: 30px;
    }
	
}


@media (max-width: 1300px) {
	
	.ban-textfac h5{
		font-size: 36px;
	}
.ban-textfac .ban-pp1 {
    max-width: 720px;
}	

	/*.facu-li .fac-text h4{
	line-height: 48px;
	font-size: 20px;
}*/

.facu-li .fac-text p{
	font-size: 20px;
}	
.faculty-pp p{
	font-size: 24px;
	
}	
.ban-textfac{
	bottom: 90px;	
}
.current-title{
	font-size: 36px;
}
.az1 ul li a{
	font-size: 20px;
}

.per-rtt .per-ptt ul li{
	width: 100%;
	float: none;
	margin-bottom: 10px;
}
.per-text .num-div span{
	font-size: 28px;	
}

.person-one .per-text{
	font-size: 20px;	
}

.person-one .per-text p{
	font-size: 20px;
}

  .about-stcu p {
        font-size: 20px;
    }

    .slide-text h4 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .slide-text {
        padding: 40px;
    }

        .slide-text p {
            font-size: 24px;
        }

.ab1-two1 .ab1-text22{
max-width:51%;
}

.facu-li{
		padding:0 30px;
	}
.person-top .per-rtt h4 {
    font-size: 36px;
    
}


}



@media (max-width: 1200px){
    .faculty-pp p {
        font-size: 22px;
    }
    .ban-textfac h5 {
        font-size: 30px;
    }
     .current-title {
        font-size: 30px;
    }   

 .faculty-pp {
    padding: 40px 0;
}   
    
     .az1 ul li a {
        font-size: 18px;
    }   
.person-one .per-title h4{
	font-size: 40px;
	
}
    .per-text .num-div span {
        font-size: 22px;
    }
    .per-rtt .per-ptt ul li span{
    	font-size: 20px;
    }
    .per-rtt .per-ptt ul li p {
        font-size: 20px;
    }
.per-rtt .per-ptt {
    margin-top: 20px;
}

.person-top .per-img{
	
}
.person-top .per-rtt h4 {
    font-size: 32px;
    
}
  .person-top .per-rtt{
  	width: calc(100% - 400px );
  }

    .ss11 {
        height: 28vh;
    }

    .abtt-4 h3 {
        font-size: 40px;
    }

    .abtt-4 p {
        font-size: 20px;
    }

    .about-xuanbox .about-top1 ul li {
        font-size: 20px;
        height: 99px;
        width: 25%;
        text-align: center;
    }

    .about-abp p {
        font-size: 20px;
    }

    .about-stcu p {
        font-size: 20px;
        line-height: 30px;
    }

    .about-stcu {
        padding: 45px;
    }

    .ab1-one .ab1-img {
        max-width: 80%;
    }

    .ab1-one .ab1-text {
        max-width: 500px;
    }

    .slide-text {
        padding: 30px;
        max-width: 70%;
    }

    .cd-timeline-navigation a.prev {
        left: 0px;
    }

    .cd-timeline-navigation a.next {
        right: 0;
    }

    .cd-horizontal-timeline .events a::after {
        height: 30px;
        width: 30px;
        background: #bbb;
        border-radius: 100%;
    }

    .cd-horizontal-timeline .events a.selected::after {
        background: #800;
        height: 30px;
        width: 30px;
    }

    .cd-horizontal-timeline .events a::after {
        bottom: 50px;
    }

    .events-content ol li h5 {
        border-top: 52px solid #ac3b3b;
    }

    .cd-horizontal-timeline .events a {
        bottom: -62px;
    }    

.process-row .cetxt ul li span{
	font-size: 20px;
	margin-bottom: 5px;
	
}
.process-row .cetxt ul li p{
	font-size: 16px;
	line-height: 30px;
	
}
    
}


@media (max-width: 991px){
   .faculty-pp p {
        font-size: 20px;
        line-height: 30px;
    }
  .facu-li .fac-text h4{
  	font-size: 20px;  	
  } 
 .facu-li .fac-text p{
  	font-size: 18px;  	
  }  

.faculty-zc a{
    padding: 10px 20px;
}
  
  .ban-textfac h5{
  	font-size: 24px;
  }
     .ban-textfac .ban-pp1 {
        max-width: 60%;
    } 
  .person-top .per-img{
    width: 260px;
    height: 337px;
} 
.person-top .per-img::after{
	height: 96%;
	width: 98%;
}
  .person-top .per-rtt{
  	width: calc(100% - 300px );
  }

.person-top{
	padding: 30px;
	margin-top: -100px;
}

.per-text .teach-li span {   
    font-size: 24px; 
}


   .abtt-4 {
        max-width: 85%;
    }

        .abtt-4 h3 {
            font-size: 30px;
        }

    .ss11 {
        height: 23vh;
    }

    .ab1-two1 .ab1-text22 {
        max-width: 100%;
    }

    .about-xuanbox .about-top1 ul li {
        font-size: 18px;
        height: 120px;
    }

    .abtt-4 h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .abtt-4bg {
        padding: 30px;
    }

    .abtt-4 p {
        font-size: 18px;
        line-height: 30px;
    }

    .about-boxcon {
        padding: 60px 0;
    }

    .about-abp p {
        font-size: 18px;
    }

    .about-stcu p {
        font-size: 18px;
        line-height: 26px;
    }

    .ab1-two .ab1-text2 {
        width: 100%;
        padding: 30px;
    }

    .ab1-two .ab1-img1 {
        width: 100%;
        text-align: center;
    }

    .ab1-two {
        margin-top: 220px;
    }

    .about-stcu h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about-stcu {
        padding: 30px;
    }

    .ss112 {
        height: 45vh;
    }

    .slide-text p {
        font-size: 20px;
    }

    .slide-text h4 {
        font-size: 26px;
    }

.process-row .cetxt ul li span{
	font-size: 18px;
	margin-bottom: 5px;
	
}
    .process-row .cetxt ul li p {
        font-size: 14px;
        line-height: 25px;
    }
.school-history{
	margin-top: 0;
}
.fz-j-box img {
    width: 40px;
}

    
}
@media (max-width: 767px){
	   .current-title{
	   	position: relative;
	   	top: auto;
	   	font-size: 22px;
                padding: 0 15px;
	   }

.ban-textfac h5{
	font-size: 18px;
	
}	   
.ban-textfac{
	bottom: 5px;
	
}	   
    .ban-textfac .ban-pp1 {
        max-width: 90%;
    }	   
.faculty-pp p{
	font-size: 18px;
	
}	   
.faculty-pp{
	padding: 0 0 20px;
}	   
	   
.facu-li{
	margin-bottom: 20px;
	width: 50%;
	
}	   
.az1 ul{
	display: block;
	padding: 10px ;
}	   
.az1 ul li{
	display: block;
	float: left;
	padding: 0 10px;
	line-height: 30px;
}		   

.person-top .per-img{
	        width: 200px;
        height: 257px;
	text-align: center;
	margin-left: 13%;
}
.person-top .per-img img{

	/*border: 2px solid #800;*/
}
.person-top .per-img::after{
	
	
}
    .person-top .per-img img {
        width: 200px;
    }
.person-top {
        padding: 30px;
        margin-top: -50px;
    }

    .person-top .per-rtt {
        width: 100%;
    }
.person-con {
    margin-top: 30px;
}
.person-one{
	display: block;
	margin-bottom: 30px;
	
}

.person-top .per-rtt h4 {
        font-size: 28px;
    }

.person-one .per-title{
	width: 100%;
	
}
    .person-one .per-title h4 {
        font-size: 22px;
    }
.person-one .per-text {
    width: 100%;
    margin-top: 20px;
    padding-left: 0%;
        font-size: 16px;
}
    .person-one .per-text p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }	
    
.per-text .num-div{
	padding: 15px 25px;
    margin-bottom: 20px;
}    
.per-text .num-div p{
	margin-bottom: 0;
}    
 .per-text .teach-li span{
 	font-size: 20px;
 }   
     .per-text .num-div span {
        font-size: 20px;
    }   
 .per-text .teach-li{
 	margin-bottom: 10px;
 }   
 .per-text .teach-li p{
 	margin-bottom: 10px;
 }  
  .per-rtt .per-ptt ul li p {
        font-size: 18px;
    }      
 .per-rtt .per-ptt ul li span {
        font-size: 18px;
    }    
    
    
    .about-xuanbox .about-top1 {
        padding: 15px 0 0;
    }

        .about-xuanbox .about-top1 ul li {
            font-size: 16px;
            width: 100%;
            height: auto;
            padding-bottom: 10px;
            margin-bottom: 10px;
        }

    .abtt-4bg {
        padding: 20px;
    }

    .about-boxcon {
        padding: 30px 0;
    }

    .abtt-4 h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .aboutcon4 {
        display: block;
    }

    .abtt-4bg {
        position: relative;
    }

    .abtt-4 {
        max-width: 100%;
    }

    .about-abp p {
        /*font-size: 16px;*/
        line-height: 30px;
        margin-bottom: 15px;
    }

    .about-con2pp .ab-2pright ul li {
        width: 100%;
        margin: 0;
        float: none;
    }


    .about-con2pp {
        display: block;
    }

        .about-con2pp .ab-2pleft {
            width: 100%;
            padding: 0px;
        }

        .about-con2pp .ab-2pright {
            width: 100%;
        }

    .ab1-one .ab1-text {
        position: relative;
        right: auto;
        top: auto;
        max-width: 100%;
    }

    .ss112 {
        height: 40vh;
    }

    .ab1-one .ab1-img {
        max-width: 100%;
    }

    .about-stcu h4 {
        font-size: 20px;
    }

    .ab1-two {
        margin-top: 30px;
    }

    .slide-text {
        padding: 20px;
        max-width: 90%;
    }

        .slide-text h4 {
            font-size: 20px;
        }

        .slide-text p {
            font-size: 18px;
        }

    .cd-horizontal-timeline .events a {
        font-size: 18px;
        bottom: -50px;
    }

    .events-content ol li h5 {
        border-top: 40px solid #ac3b3b;
        border-right: 56px solid transparent;
    }

    .cd-horizontal-timeline .events a::after {
        height: 20px;
        width: 20px;
        bottom: 42px;
    }

    .cd-horizontal-timeline .events a.selected::after {
        width: 20px;
        height: 20px;
    }
    
    .facu-li .fac-text h4{
      font-size:16px;
   padding:10px 0;        line-height: 29px;
}
    
    
    
    
    
    
}












