.item-content{
    background-image: url(../images/itembackground.jpg);
    /* background-origin: content-box; */
    background-size: 100%;
    width: 100%;}
.item-photo img{
    width: 100%;}
.item-photo{
    padding-bottom: 0;}
.item-new{
    width: 180px;
    height: 80px;
    background-color: #038869;
    margin-top: -40px;
    position: relative;
    margin-bottom: 10px;}
.item-new p{
    color: white;
    font-size: 28px;
    padding: 20px;
    text-align: center;}
/* 适配部分 */
.item-content-background{
    margin: 0 30px;}
/* 适配部分结束 */
.item-new-content{
    display: flex;
    width: 100%;}
.item-new-title ul li{
    list-style:none;
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 38px;
    /* padding-left: 12px; */
    border-left: 1px solid #01755F;}
.item-new-title ul li:last-child{
    padding-bottom:0;}
.item-new-title a{
    color: #333333;
    cursor: pointer;
    text-align: left;
    /*text-indent: 28px;*/
    padding-left: 28px;
    display: block;
    position: relative;}
.item-selected{
    color: #01755F!important;}
.item-selected:before{
    content: "";
    position: absolute;
    height: 0;
    border-left: 7px solid #01755F;
    border-top: 6px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 6px solid transparent;
    left: 0;
    top: 25%;}
.item-new-title{
    width: 180px;
    margin: 19px;}
.item-new-title ul{
    /* border-left: 1px solid #01755f; */
    padding: 10px;
    padding-left: 0px;
    padding-right: 0;}
.item-new-list ul li{
    padding: 23px 0;
    font-size: 16px;
    border-bottom: 1px dashed #DCDCDC;
    list-style: none;}
.item-new-list ul li a p:before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #038869;
    position: absolute;
    top: 40%;
    margin-left: -12px;}
.item-new-list ul li a{
    color: black;
    display: flex;
    justify-content: space-between;
    padding-left: 4px;
    font-size: 16px;}
.item-new-list ul li a p{
    position:relative;
    padding-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;}
.list-title{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DCDCDC;
    flex-direction: row-reverse;}
.item-new-list{
    width: 100%;
    margin-top: 40px;
    margin-left: 60px;}
@media only screen and (min-width:960px) {
    .item-new-list{width: calc(100% - 180px - 60px);margin-top: -10px;}
}
@media only screen and (min-width: 510px){
    .item-new-list ul li a p {
        width: calc(100% - 120px) !important;
        overflow: hidden;}
}
.list-title-name{
    font-size: 26px;
    border-bottom: 1px solid #B9AB09;
    padding-bottom: 12px;
    margin-top:10px;}
.list-title-path{
    font-size: 14px;
    position: relative;
    padding-top: 20px;}
.list-title-path a{
    color: #333333;}
.list-page{
    width: 80%;
    margin: 10px auto;
    display: flex;
    justify-content: center;}
.list-page ul{
    display: flex;}
.list-page ul:last-child{
    display: flex;
    display:inline-block;}
.list-page ul li{
    width: 36px;
    height: 36px;
    border: 1px solid #DDDDDD;
    padding: 0;
    /* text-align: center; */
    margin: 10px;}
.list-page ul li a{
    /*     padding: 7px; */
    line-height: 36px;
    display: block;
    color: #666666;
    font-size: 14px;
    text-align: center;
    padding-left: 0;}
.list-page ul li a:hover{
    color: white;
    background-color: #01755F;}
.list-page span{
    text-align: center;
    margin-right: 5px;
    padding: 19px 5px;
    color: #666666;
    font-size: 14px;}
.list-page p{
    color: #666666;
    font-size: 14px;
    display: inline-block;}
.list-page p input{
    background-color: transparent;
    width: 36px;
    height: 36px;
    border: 1px solid #DDDDDD;
    margin: 12px;}
.list-page span a{
    background-color: transparent;
    width: 36px;
    height: 36px;
    border: 1px solid #DDDDDD;
    margin: 12px;
    color: #666666;
    padding: 10px;}
/* @media only screen and (max-width:1920px) and (min-width:1200px) {

} */
@media only screen and (max-width:1200px) and (min-width:768px) {
    .item-new-list{
        margin-left: 40px;}
}
@media only screen and (max-width: 768px) {
	.item-new,.item-new-title{
		display: none;}
    .item-content-background{
        margin: 0 20px;}
    .list-page{
        width: 90%;
        display: block;
        margin: 0 auto;
        text-align: center;}
    .list-page ul{
        margin: auto;
        justify-content: center;}
    .item-new-list{
        margin-left: 0px;}
}

@media only screen and (max-width: 510px) {
    .item-new,.item-new-title,.item-photo{
		display: none;}
    .item-new-list ul li a p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        /* width: 100%; */
        white-space: pre-wrap;
        line-height: 26px;}
    .item-new-list ul li{
        padding: 19px 0;}
    .item-new-list ul li a{
        display: block;
        position: relative;}
    .item-new-list ul li a p:before {
        content: "";
        width: 7px;
        height: 7px;
        background-color: #038869;
        position: absolute;
        top: 20%;
        margin-left: -12px;}
    .item-new-list ul li a span{
        padding-left: 11px;}
    .list-page ul li{
        padding: 0;}
    .list-title{
        display: block;
        border-bottom: 0;}
    .list-title-path{
        position: absolute;
        width: 100%;
        top: 50px;
        background-color: #EEEEEE;
        padding: 10px;
        left: -30px;
        text-align: center;
        padding-left: 30px;
        padding-right: 0px;}
    .list-title-name{
        margin-top: 70px;
        border-bottom: 0;}
    .item-content-background{
        margin: 0 10px;}
}


/* speech页面 */
/* speech页面 */
.speech-content{
    /*display: flex;*/
    justify-content: space-between;
}
.speech-content-message{
	margin: 10px 0;
	text-indent: 20px;
    width: calc(100% - 352px);
    float:left;
}
.speech-content-message p:first-child{
	/*margin-top: 30px;*/
}
.speech-content-message p{
	/*margin-top: 30px;
	margin-bottom: 50px;*/
	font-size: 14px;
	line-height: 22px;
}
.speech-teacher{
	position: relative;
	/*display: flex;
	flex-direction: column;*/
	margin-top: 45px;
	margin-left: 40px;
    float:right;
}
.speech-teacher-photo{
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
}
.photo-frames{
	position: absolute;
	top: 0px;
	z-index: -1;
	right: 0;
}
.teacher-name{
    color: #01755F;
    font-size: 24px;
    text-align: center;
    margin: 20px;
}
.teacher-position{
    margin: 10px;
    text-align: center;
}
/* speech å›¾ç‰‡é€‚é… */
@media only screen and (max-width: 1920px){
    .speech-teacher-photo{
        width: 300px;
        margin-top: 10px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1200px){
    .speech-content-message{
        width: calc(100% - 272px);
    }
    .speech-teacher-photo{
        width: 220px;
        margin-top: 10px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 960px){
    .item-new,.item-new-title{
        display: none;
    }
    .item-new-list{
        margin-left: 0;
    }
}
@media only screen and (max-width: 768px){
    .speech-content{
        display: block;
    }
    .speech-content-message{
        width: 100%;
    }
    .item-new,.item-new-title,.speech-teacher-photo,.photo-frames{
       /* display: none;*/
    }
    .item-new-list{
        margin-left: 0;
    }
    .speech-teacher{
        margin-top: 20px!important;
        width: 73%;
        display: block;
        margin-left: 47%;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .teacher-name{
        margin: 0!important;
    }
    .speech-content-message p:last-child{
        margin-bottom: 20px;
    }
}

/* 大事记部分 */
@media only screen and (max-width: 960px){
    .event-content{
        margin-left: 5px;}    
}

.event-container{
    margin-top: 50px;}
.event{
    border-left: 1px solid #DDDDDD;
    padding-left: 30px;
    position: relative;
    padding-bottom: 30px;}
.event:last-child{
	border-left:none;}
.event .title{
    font-size: 18px;
    color: #333333;
    font-weight: bold;}
.event .title:before{
	content:"";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #0F867F;
	left: -9px;
	top: 1px;}
.event .content{
    margin-top: 10px;}
.event .content p{
    border: none;
    font-size: 14px;
    padding: 6px 0;}

/* event 二级菜单 */
.item-inner-list{}
.inner-list-click{
    position: absolute;
    top: 3px;
    right: 15px;
    width: 12px;
    height: 12px;
    transition: all 0.2s;
    background-image: url(../images/open.jpg);
    background-size: contain;
    background-repeat: no-repeat;}
.item-inner-list ul li{
    padding: 5px;}
.item-inner-list-content{
    margin-top: 15px;
    border-bottom: 1px solid #eeee;}
.item-inner-list-content a{
    padding: 10px 0px;
    text-align: left;
    cursor: pointer;
    padding-left: 48px;
    padding-right: 0;}
.item-inner-list-content a:first-child::after{
    content: none;}