@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/


.g-content{height: 415px;}
.g-content .titpg{margin-top: 45px; width: 1200px;text-align: center;font-size: 44px;font-weight: bold;color: #cc0000; height: 60px;background:url(../images/home/bg-tit.png) 0 16px no-repeat;left: 50%;margin-left:-600px;z-index: 2;}
.g-content .titpg span{margin-left: 10px;}
.g-content .titpg a{color: #1b93d2;}
.g-content .m-news{padding-top: 120px; width: 1200px;height: 290px; left: 50%;margin-left: -600px;}
.g-content .m-news .new{width: 578px;}
.g-content .m-news .new p:first-child{width: 365px;font-size: 20px;line-height: 40px;border-bottom: 1px dashed #aaa;overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.g-content .m-news .new p:first-child a{ color: #333;}
.g-content .m-news .new p:last-child{margin-top: 20px;height: 70px; color: #666;font-size: 14px;line-height: 24px;}
.g-content .m-news .new div{width: 365px;margin-left: 20px;}
.g-content .m-news .new img{width: 192px;height: 130px;}
.g-content .m-news>div:nth-child(2n+1){margin-right: 44px;}
.tent{width: 578px;height: 130px;background-color: #f5f4f1;display: inline-block;margin-bottom: 38px;padding-top: 8px;}
.tit{text-align: center;font-size: 20px;font-weight: bold;line-height: 50px;}
.con {font-size: 14px;color: #666;padding: 0 20px;line-height: 25px;}
.g-content .m-news ul>.tent:nth-child(2n+1) {margin-right: 38px;}
/*media query*/ 
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    .g-tit{background: none;}

}
/*pad md*/
@media screen and (max-width: 991px ){
	

}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}