@charset "gb2312";

/*定义所有的对象边界为0、填充为0、图片边框为0*/
*{margin:0; padding:0}
img{border:0;}
html,body{width: 100%; height:100%;}
/*定义ul初始样式为none,去掉前面的黑点*/
ul{list-style:none;}

/*定义链接颜色*/
a,a:visited{text-decoration:none;}
a:hover{text-decoration:none;}

/* blr没有特殊意思，expression 条件，这句话的意思是链接 a 在获得焦点的同时失去焦点。如果你用的是图片链接什么的，他不会显示周边的虚线。 
1.按下鼠标图片周边不会出现虚线，这个适合所有的浏览器
2.提问题的朋友使用的是css的写法，楼下的朋友是加入了script,还有更简单的写法，直接写在链接里<a href="#" onfocus=this.blur();>链接标题</a> */
a{blr:expression(this.onFocus=this.blur());}

/*定义不允许有浮动对象*/
.clear{clear:both;height:0;line-height:0;}


html{
     /*filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
     scrollbar-face-color: #D6E8FF;/*滚动条凸出部分的颜色*/
     scrollbar-highlight-color:;/*滚动条空白部分的颜色*/
     scrollbar-shadow-color:#efefef;/*立体滚动条阴影的颜色*/
     scrollbar-3dlight-color:#ACD1FE;/*滚动条亮边的颜色*/
     scrollbar-arrow-color:#036CB4;/*上下按钮上三角箭头的颜色*/
     scrollbar-track-color: #ffffff;/*滚动条的背景颜色*/
     scrollbar-darkshadow-color: #ACD1FE;/*滚动条强阴影的颜色*/
     scrollbar-base-color: #e9cfe0;/*滚动条的基本颜色*/
}

/*定义body、html滚动条样式*/
body{ font:14px simsun,'arial','宋体','新宋体',sans-serif,'verdana';word-break:break-all; word-wrap:break-word;color:#3B3A3A;}


/*头部样式*/
.topImg{width: 100%;height: 588px; background: url(201706011616bg.jpg) no-repeat;overflow: hidden;}
.topImg .topimg{ width: 931px;height: 146px; margin: 160px  auto 0 auto; }
.topImg img{width: 931px;height: 146px; }


/*导航*/
.daohang{width: 1100px;height: 50px;background: #BE2424;overflow: hidden;margin: 40px auto 0 auto;}
.daohang ul li{float: left;}
.daohang ul li a{display: block;width: 157px;height: 50px;line-height: 50px;text-align: center;color: #FFFFFF;font-size: 24px;}


/*主体内容模块*/
.main {width: 1100px;margin:0 auto;overflow: hidden;position: relative;top: -180px;background: white;}
/*焦点图*/
.focusPicture{float: left;width:550px; height: 390px;overflow: hidden;}

/*内容标题*/
.tit{width: 678px;height: 45px;line-height: 45px;overflow: hidden;}
.tit span{font-size: 24px;font-weight: bold;color: #FFFFFF;margin: 0 0 0 10px;}
.tit a{float: right;font-size: 16px;font-weight: bold;color: #C8270B;margin: 0 20px 0 0;}


/*内容列表*/
.cont{width: 678px;height: 182px;margin: 0 auto;}
.cont ul{ width:  90%;list-style-image: url(201706011108arrow.png);margin: 10px 0 0 40px;}
.cont ul li{height: 35px;line-height: 35px;}
.cont ul li a{color: #3B3A3A;}

.cont1{float: right;width:530px; height: 390px;overflow: hidden;}
.cont1 .tit{width: 532px;background: url(201706011616hddt.jpg) no-repeat;}
.cont1 .cont{width: 532px;height: 320px;}

.cont22{width: 678px;float: left;overflow: hidden;margin: 15px 0 0px 0;}

.cont2 .tit{background: url(201706011616jywj.jpg) no-repeat;}
.cont3 .tit{background: url(201706011616gcls.jpg) no-repeat;}
.cont4 .tit{background: url(201706011616mtgz.jpg) no-repeat;}
.cont5 .tit{background: url(201706011616jbjc.jpg) no-repeat;}


/*图片报道*/
.cont6{float: right;width: 403px;height: 930px;border: 1px solid red;margin: 15px 0 0 0;}
.cont6 .tit{width: 403px;background: url(201706011100tubd.png) no-repeat;}
.cont6 .tit span{ font-size: 18px; }
.cont6 .tit a{ color: white; }
/* marqueetop */
.marqueetop{height:860px;width:380px;overflow:hidden;margin:10px auto;}
.marqueetop li{overflow:hidden;margin: 10px 0 0 0;}
.marqueetop li .pic{display:block;overflow:hidden;}
.marqueetop li img{width:380px;height:215px;}

/*网页底部2*/
.foot2{width: 100%;height: 599px;overflow: hidden;background: url(201706011123bottom.jpg) 0 200px no-repeat;position: relative;z-index: -1;top: -670px;}
.foot_cont{width: 1100px;margin: 500px auto 0 auto;background: #F7CCBB;font-size: 12px;overflow: hidden;}
.foot2 .foot_cont4{float: left;width: 950px;color: #D8210F;text-align: center;margin: 25px 0 0 0;}
.foot2 .foot_cont1{float: left;height: 75px;line-height: 75px;color: #D8210F;}
.foot2 .foot_cont2{float: left;height: 75px;line-height: 75px;color: #D8210F;}

.foot_cont3{float: left;width:80px;height:80px;margin: 20px 0 0 0;overflow: hidden;}