@charset "utf-8";
/* lily制作与2018-05-07 */
*{ margin:0; padding:0; font-family:"微软雅黑"; }
ol li, ul li{ list-style:none;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
u,b,i{ font-style:normal;}
a{text-decoration: none; color:#333;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{
	/* [disabled]margin:0; */
	padding: 0;
	font-family: "microsoft yahei","simhei", "simsun";
	margin:0;	
}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%; font-weight:normal}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}

a{color:#333; cursor:pointer;}
a:hover{ color:#0066cc;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden}

img {display: block;border:none; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.clearfix:after {       
    content: ".";     /*内容为“.”就是一个英文的句号而已。也可以不写。*/
   display: block;   /*加入的这个元素转换为块级元素。*/
    clear: both;     /*清除左右两边浮动。*/
    visibility: hidden;      /*可见度设为隐藏。注意它和display:none;是有区别的。visibility:hidden;仍然占据空间，只是看不到而已；*/
   line-height: 0;    /*行高为0；*/
    height: 0;     /*高度为0；*/
   font-size:0;    /*字体大小为0；*/
  }
/**************************************通用样式结束*******************************************/
body{color: #333;font-family: "微软雅黑"; font-size:16px; background:#eaf8ff;}
/* 公共头部 */
.bs_header {width:1000px;margin:0px auto;height:200px;}

.div_z{
	width:1000px;
	margin: 0 auto;
	height: 20px;
	background: #fff;
}
/*中部*/
.bs_content{ width:1000px; overflow:hidden;margin:0px auto; background: #fff; }
.con_div{
	width: 488px;
    position: relative;
	margin: 0px 5px 20px 5px;
}
.div_x{
	border: 1px solid #ccc;
    padding: 21px 5px 5px 5px;
    margin-top: 10px;
}
.con_div .cc_tit{
	position: absolute;
    top: 0px;
    left: 15px;
    display: block;
    cursor: pointer;
}

/*新闻*/
.newslist{ color:#333; margin:8px }
.newslist li { height:29px; line-height:29px; background:url(cc_shjz_13.png) left center no-repeat; padding-left:15px;font-size:16px; color:#333; }
.newslist li span{ float:right; color:#666; font-size:16px}


.div_img{
	width: 1000px;
	height: auto;
}
.div_img img{
	width: 100%;
	height: 100%;
}


.cc_tit2{
	background: #fff;
	padding: 5px 8px;
	color: #d02a26;
	font-size: 18px;
	font-weight: bolder;
}
.con_div2{
	width: 100%;
}
.page_rti{height:35px; line-height:35px; font-size:18px; padding:0 10px;color:#333; background: #f1e7b9;margin: 5px 0px;} 
.page_rti a{font-size:16px; color:#333;}



