@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

/*home*/
.m-dtvideo{margin: 0 auto 10px; width: 100%; height: 350px;}

.m-liststyle{height: 410px; overflow: hidden;}
.m-liststyle .u-tit{height: 40px;}
.m-liststyle .u-tit a{display: block; padding: 0 40px 0 10px; line-height: 40px; color: #fff; font-size: 20px; font-weight: bold; background: url(../images/home/bg-litit.png) #fff right center no-repeat;}
.m-liststyle .u-tit a.ui-active{background: url(../images/home/bg-litit-on.png) #fff right center no-repeat;color:#0a6acd}
.m-liststyle .u-tit div{margin-top: 27px; height: 9px; background: url(../images/home/bg-litit2.png);}
.m-liststyle .u-list ul li{float: left; width: 100%; line-height: 37px;}
.m-liststyle .u-list ul li:first-child{margin-bottom: 9px; line-height: 16px;}
.m-liststyle .u-list ul li a{display: block; padding-left: 14px; color: #333; background: url(../images/public/bg-li.png) left center no-repeat; transition: all .5s; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.m-liststyle .u-list ul li:hover a{padding-left: 20px; color: #0a6acd;}
.m-liststyle .u-list ul li span{float: right; padding-left: 15px; color: #999;}



/*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) {
    

}