/*å®šä¹‰csså˜é‡*/
:root{ 
	--mywidth: 269px;
	--myheight: 333px;
}

*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
}

ul{
	list-style: none;
}
/*.content{
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.a-content{
	border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}
.a-*//*content:before{
    content: '';
    width: 269px;
    height: 333px;
    z-index:-1;
    position:absolute;
    border: 1px solid rgba(0,0,0, 0.1);
    background: rgba(0, 0, 0, 0.0);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.a-content:after{
    content: '';
    position:absolute;
    top:-25px; 
    left: 25%;
    width: 270px;
    height: 40px;
    background: -webkit-gradient(linear, 555% 20%, 0% 92%, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.0)), color-stop(.1,rgba(0, 0, 0, 0.2)));
    border-left: 1px dashed rgba(0, 0, 0, 0.1);
    border-right: 1px dashed rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
	display: none;
}*/
.carousel-content{
	width: var(--mywidth);
	height: var(--myheight);
	position: relative;
	overflow: hidden;
	border-radius:10px;
}
.carousel{
	height: var(--myheight);
	position: absolute;
}
.carousel li{
	float: left;
}
.carousel li,.carousel li img{
	width: var(--mywidth);
	height: var(--myheight);
}
.img-index{
	position: absolute;
    bottom: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.img-index li{
	float: left;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.2);
    font-size: 12px;
    cursor: pointer;
    margin: 0 3px;
    color: #fff;
}
.img-index li.js_index,.img-index li:hover{
	background-color: rgba(0,0,0,0.7);
}
.carousel-prev,.carousel-next{
	position: absolute;
	display: inline-block;
	top: 45%;
	cursor: pointer;
    display: none;
}
.carousel-prev{
	left: 0;
}
.carousel-next{
	right: 0;
}

 div.notice-ul div.notice-li{
	 /*width: 265px;*/
	 height:61px;
	 border-bottom: 1px solid #dadada;
	 line-height: 61px;
	 text-align: center;
 }
div.notice-li .date {

	display: block;
	float: left;
	background-color: #ececec;
	width: 27%;
	height: 61px;
	color: #c11920;
	font-size: 12px;
}
div.notice-li .notice-title {
	padding: 0px 14px;
	height: 59px;
	width: 64%;
	display: block;
	float: left;
	font-size: 16px;
	background-color: #FFFFFF;
	line-height: 28px;
	/*æ–°å¢ž*/
	position: relative;
}
.text_hid {
	white-space: nowrap;
	/*è®¾ç½®å†…å®¹ä¸æ¢è¡Œ*/
	text-overflow: ellipsis;
	/*è®¾ç½®æ–‡å­—è¶…å‡ºæ–‡æœ¬æ¡†çš„å†…å®¹æ˜¾ç¤ºæˆ...*/
	overflow: hidden;
	/*è¶…å‡ºéƒ¨åˆ†éšè—*/


}
div.news-cont div.news-li {
    width: 100%;
    height: 34px;
    line-height:34px;
}

div.news-li .news-title {
    width: 73%;
    height: 34px;
    padding: 0 14px;
    border-bottom: 1px solid #dadada;
	line-height: 34px;
}
div.news-li span.date {
    display: block;
    float: left;
    background-color: #ececec;
    width: 20%;
    height: 34px;
    color: #c11920;
    font-size: 12px;
    line-height: 34px;
}
div.notice-li span p {
    margin: 0;
    padding: 3px 2px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*height: 58px;*/
	text-align: justify;
	/*max-width: 88%;*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
	/*margin-top: -50%;*/
}
div.notice-li span p.singleline{
    line-height: 58px;
}
div.notice-li span p.doubleline {
    margin: 0;
    /*padding: 3px 2px;*/
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
height: auto;
    text-align: justify;
    max-width: 88%;
    position: absolute;
    top: 50%;
    /*transform: translateY(-50%);*/
    margin-top: -29px;
}
div.news-li span p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    line-height: 34px;
}
div.notice-ul {
	float: left;
	width: 100%;
}