html,body{
    font-size:14px;
    font-family: Microsoft YaHei,Simsun,SimHei,Arial;
    color:#333;
    line-height:24px;
    min-width: 1100px;
    margin:0;
    padding:0;
    background: url(../img/20240708_banner.jpg) top center no-repeat;
    background-color: #eeffff;
}
div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,img{
    list-style:none;
    padding:0;
    margin:0;
    border:none;
    font-weight: normal;
}
a{
    text-decoration:none;
    color:#333;
}
a:hover{
    color: #2971c9;
}
.clear_both:after{
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
}
.main1300{
    width: 1100px;
    margin: 0 auto;
}

.banner_top{
	width: 100%;
	overflow: hidden;
	background: url(../img/20240708_banner.jpg) top center no-repeat;
}
.Headlines{
	padding: 560px 0 45px;
	width: 1100px;
    margin: 0 auto;
}
.Headline-content{
	width: 100%;
	height: 226px;
	background: url(../img/20240708_ttbg.png) top center no-repeat;
}
.Headline-content h1{
	padding: 55px 50px 30px 50px;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.Headline-content p{
	height: 58px;
	padding: 0 50px;
	font-size: 18px;
	line-height: 1.8;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
text-indent: 2em;
}
.Headline-content p a{
	color: #666666;
}

.Meeting{
	width: 1100px;
    margin: 0 auto;
}
.updates-tit a{ 
	color: #3bc3f7;
    float: right;
    position: relative;
    bottom: 37px;
}

.cont_right{
	width: 190px;
	margin-top: 50px;
	float: right;
}
.cont_left{
	float: left;
	width: 850px;
	margin-bottom: 60px;
}

.Meeting ul{
	padding: 15px 0 20px 0;
	font-size: 18px;
}
.Meeting_content{
	font-size: 18px;
}
.Meeting ul li{
	padding-left: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: url(../img/20240708_lll.jpg) no-repeat 1px 23px;
    text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
