/*通用样式*/

body {background-color: #fff;color: #333;margin: 0px;font: 16px/32px "MicroSoft YaHei",'宋体';word-spacing: 5px;letter-spacing:1px;line-height:1.428;}

ul,li,dl,dd,dt{list-style-type: none;margin: 0;padding: 0;}
a{text-decoration: none!important;}
img{border: none;}

.right{float: right;}
.left{float: left;}
.img-full{width: 100%;height: auto;}

.left_margin{ margin-left: 10px;}
.right_margin{ margin-right: 10px;}

a:link {color: #333;text-decoration: none;}
a:visited {text-decoration: none;color: #333;}
a:hover {text-decoration:none; color:#035da9;}
a:active {text-decoration: none;color: #333;}

.link01,a.link01:link,a.link01:visited,a.link01:hover { color:#0b488b; vertical-align: middle; font-weight: bolder; }
.link02,a.link02:link,a.link02:visited,a.link02:hover { color:#035da9; vertical-align: middle;}

.clear{ clear:both;}

.ch{width: 100%;height: 0;clear: both;}
.ch10{width: 100%;height: 10px;clear: both;}
.ch15{width: 100%;height: 15px;clear: both;}
.ch20{width: 100%;height: 20px;clear: both;}
.ch30{width: 100%;height: 30px;clear: both;}
.ch40{width: 100%;height: 40px;clear: both;}
.ch50{width: 100%;height: 50px;clear: both;}

.container{
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; /* or 950px */
}


/*头部*/
.top{background: url("../images/xjcjw_bg.jpg") repeat-x top; padding: 60px 0px 40px 0px;}

.nav_button{width: 95px;}
.nav_button li{ line-height: 32px; margin-bottom:10px;}
.nav_button img{ padding-right: 10px;} 

.sxtp{width: 665px; height: 430px; background-color: #222; overflow: hidden;}

.guangg_01 img{ width: 240px; height: 100px; }
.guangg_02 img{ width: 275px; height: 100px; }
.guangg_03{ font-size: 14px; margin-top: 20px;}

.header{ border-bottom: solid 1px #acacac; height: 45px; line-height: 47px; margin-bottom: 20px;}
.header h5{border-bottom: solid 3px #035da9; line-height: 41px; width: 70px; float: left; text-align: center;}
.header span{ float: right; font-size: 12px;}

.title{margin-bottom: 10px;}
.title2{margin-bottom: 15px; font-size: 18px;}
.abstract{font-size: 12px; padding-bottom: 20px; border-bottom: dashed 1px #dfdfdf; margin-bottom: 10px; height: 72px;}
.abstract2{font-size: 14px; padding-bottom: 20px; border-bottom: dashed 1px #dfdfdf; margin-bottom: 10px; height: 141px; line-height:2;}
.abstract2 img{ width: 200px; height: 120px; margin-right: 20px; float: left;}


.list{ height: 275px; overflow: hidden;}
.list li{line-height: 38px; font-size: 14px; }

.list2{ height:120px; overflow: hidden; margin: 25px 0px;}
.list2 img{width: 200px; height: 120px; float: left; margin-right: 20px;}

.footer{ background-color: #035da9; color: #fff; font-size: 12px;}
.footer ul{ margin: 50px auto; line-height: 32px;}


 /* 幻灯 */
	.ladyScroll{width:665px;height:430px; position:relative;}
	.ladyScroll .scrollWrap{width:665px;overflow:hidden;position:absolute;}
	.ladyScroll dl{float:left;width:665px;text-align:center;position:relative;}
	.ladyScroll  span{display:block;width:665px;height:45px;position:absolute;bottom:0;background:#000;filter:alpha(opacity=50);opacity:0.50;}
	.ladyScroll  dt{margin:0 auto;width:665px;overflow:hidden;}
	.ladyScroll  img{display:block;width:665px;height:430px;}
	.ladyScroll  dd{width:665px;height:45px;line-height:45px;font-size:14px;color:#fff;text-align:center;overflow:hidden;position:absolute;bottom:0;}
	.ladyScroll  dd a{ color:#fff;  }
	.ladyScroll  dd a:hover{ text-decoration:none;  }
	.ladyScroll dl:hover span{ background: #0b488b; filter:alpha(opacity=80);opacity:0.80; }



/*手机版*/
@media (max-width: 540px) {
/*  首页  */
    .ch10-mobile{width: 100%;height: 10px;clear: both;}
    .ch20-mobile{width: 100%;height: 20px;clear: both;}

    .mobile-hidden{display: none;}
    .right-fr{float: none;}
    .left-fl{float: none;}
    .slideTxtBox .hd{margin-bottom: 20px;}

    /*网站信息*/
    .website-xx button{margin-top: 20px;}
    .website-xx{padding-left: 0;}

   /* 关于本站*/
    .copyright{line-height: 30px;text-align: center;margin-top: 15px;}
    .copy-nav li{margin-left: 5px;}
    .copy-nav li a{line-height: 30px;margin-right: 5px;}


/*  ------------   列表页   ----------------     */
    .list-line li a{width: 65%;}


}



