@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
/* list */
.g-gov{height: 38px; line-height: 38px;color: #3d3d3d;}
.g-gov p,.g-gov p a{color: #3d3d3d;}

.m-cnfrncsprtList{margin-top: 40px;}
.m-cnfrncsprtList li{height: 56px; line-height: 56px;padding: 0 20px;}
.m-cnfrncsprtList li:nth-child(odd){background-color: #f5f5f5;}
.m-cnfrncsprtList li:nth-child(even){margin: 12px 0;}
.m-cnfrncsprtList li a{display: block;	color: #3d3d3d;font-size: 16px; overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.m-cnfrncsprtList li span{float: right; color: #999; font-size: 14px;}
.m-cnfrncsprtList li a:hover{padding-left: 5px;}


/*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) {
    

}