﻿.item-content{
    /*background-image: url(../images/itemBackground.png);*/
    /* background-origin: content-box; */
    background-size: 100%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.item-photo img{
    width: 100%;
}
.item-photo{
    padding-bottom: 0;
}
.item-new{
    width: 270px;
    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%;
    margin-top: 50px;
}

.item-new-list-nomenu{
    width: 100% !important;
    margin-left: 0px !important;
}
.item-new-list-nomenu .column-content .content-title{width: 80%;margin: 0 auto;}
.item-new-list .column-content .content-title{width: 80%;margin: 0 auto;}

@media only screen and (max-width:960px) {
    .item-new-content{margin-top: 0px;}
    .item-new-list{margin-top: 10px !important;}
}

.item-new-title ul li{
    list-style:none;
    font-size: 16px;
    line-height: 16px;
    padding: 19px 0px;
    border-bottom: 1px solid #EFEFEF;
    /* padding-left: 12px; */
    /*border-left: 1px solid #01755F;*/
    /* margin-top: 10px; */
    /* display: flex; */
}
.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;
}
.left-menu{margin-top:0px !important;}
.left-menu ul{border-top:8px solid #01755F;}
.left-menu .item-selected{
    border-left: 4px solid #01755F;
}
.left-menu .item-selected a:nth-child(first){
    color: #01755F!important;
}
.left-menu .item-selected .item-selected-second{
    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: 270px;
    margin: 19px 0px;
}
.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% - 270px - 60px);margin-top: -38px;}
}
@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;*/
    background: url('../images/web-location.png') left no-repeat;
    text-indent: 20px;
    float: right;
}
.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;
    }
    .teacher-name{display: none;}
    .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: 55px;
        border-bottom: 0;
    }
    .item-content-background{
        margin: 0 10px;
    }
}


/* speech页面 */
.speech-content{
    /*display: flex;*/
    justify-content: space-between;
}
.speech-content-message{
	margin: 20px 0;
	//text-indent: 20px;
    width: calc(100% - 290px);
    float:left;
    font-size: 18px;
    line-height: 26px;
}
@media only screen and (max-width: 510px){
    .speech-content-message{margin: 10px 0;}
}
.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: 230px;
	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: 230px;
        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;
    }
}

/* 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.png);
    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;
}

/*History 历史沿革*/
.history{}
.history .item{width: 100%;padding: 20px 0px;line-height: 24px; font-size: 18px;color: #777777;display: table;}
.history .item:nth-child(even){background: #EFEFEF;}
.history .item .year{width: 60px; text-indent: 20px;display: table-cell;vertical-align: middle;}
.history .item .event{width: calc( 100% - 60px);float: left;margin-left: 30px;}