@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
.m_main{margin: 40px 0 70px 0;}
.m-flash{width: 586px;margin-right: 14px;}
.g-flash,.g-flash .owl-item,.g-flash img{height: 383px;}
.g-flash img{display: block; width: 100%;}
.g-flash .owl-item,.g-flash .owl-item a{position: relative;}
.g-flash .owl-item a{display: block;}
.g-flash .owl-item p{position: absolute; left: 0; right: 0; bottom: 0; padding: 0 108px 0 18px; line-height: 60px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; background: rgba(0,0,0,.5); font-size: 16px; color: #fff;}
.g-flash .owl-pagination{position: absolute; right: 18px; bottom: 22px;}
.g-flash .owl-pagination .owl-page{float: left; margin-left: 15px;}
.g-flash .owl-pagination .owl-page span{display: block; width: 14px; height: 14px; background: rgba(255,255,255,.85);border-radius: 100%; }
.g-flash .owl-pagination .active span{background: #e60012;}

/* 列表 */
.m-news{width: 600px;height: 366px;}
.u_more{text-align: right;display: block;}
.m-liststyle li{background: url(../images/home/yuan.png) left center no-repeat;height: 60px; line-height: 60px;padding-left: 14px;border-bottom: 1px dashed #ddd;}
.m-liststyle li:last-child{border-bottom: none;}
.m-liststyle li span{float: right; padding-left: 10px; font-size: 14px; color: #999;}
.m-liststyle li a{display: block;overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-liststyle li a:hover{padding-left: 16px;}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	

}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}