@charset "utf-8";
.news {
    width: 100%;
    background-color: #f2f2f2;
    margin: 0 auto;
    overflow: hidden;
}
.news ul {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    display: block;
	padding:0px;
}
ul, ol {
    list-style: none;
}
.news ul li {
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    overflow: hidden;
	padding-top:0px;
}

li {
    list-style: none;
}
.news ul li .news-left {
    float: left;
    width: 30%;
    height: 220px;
    margin: 25px;	
display: flex;
justify-content: center;
align-items: center; 


}

.news ul li .news-left a img{
    max-width:100%;
	max-height:100%;
    display: block;
}
.news ul li .news-right {
    float: right;
    width: 55%;
    height: 220px;
    margin: 25px 60px 0 0;
    overflow: hidden;
}

.news ul li .news-right a{
   color:#222222;
}
.news ul li .news-right a:hover{
    color:#00acef;
}


.news ul li .news-right a .title {
    font-size: 28px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
}



.news ul li .news-right a span {
    font-size: 14px;
    color: #8C8C8C;
    line-height: 24px;
    height: 75px;
    display: block;
}
.news ul li  .news-right .newslist-bot {
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    overflow: hidden;
}
.news ul li .news-right .newslist-bot .details {
    font-size: 16px;
    line-height: 30px;
    float: left;
}
.news ul li .news-right .newslist-bot .date {
    font-size: 16px;
    line-height: 30px;
    float: right;
}


@media screen and (max-width: 768px){
	
.news ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    overflow: hidden;
	padding-top:10px;
}
.news ul li .news-left {
    float: none;
    width: 100%;
    height: auto;
    margin: 0px;	
display: flex;
justify-content: center;
align-items: center; 


}	

.news ul li .news-left a img{
    width:100%;
	max-height:100%;
    display: block;
}

.news ul li .news-right {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px 0 0 0 !important;
    overflow: hidden;
}

.news ul li .news-right a{
   color:#222222;
}
.news ul li .news-right a:hover{
    color:#00acef;
}

	
.news ul li .news-right  .title {
    width: 90%;
    margin: 0 auto 10px !important;
    font-size: 22px !important;
}
.news ul li .news-right span {
    width: 90%;
    margin: 0 auto;
    height: auto !important;
}
.news ul li .news-right .newslist-bot {
    width: 90% !important;
    margin: 0 auto 15px;
    overflow: hidden;
}
	
}


<!--ºÄÊ±1764547568.9888Ãë-->