/* 焦点图 */

.focus, .focus .pic, .focus .pic div {
	position: relative;
	display: block;
	width: 590px;
	height: 426px;
}
.focus .pic img {
	width: 590px;
	min-height: 426px;
}
.focus .pic span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 10px;
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	background-color: transparent;
	color: white;
}
.focus .focus-prev, .focus .focus-next {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, .3);
	color: #fff;
	opacity: 0;
	transition: all .3s;
}
.focus .focus-prev {
	transform: translate(-50px, 0);
	left: 0;
}
.focus .focus-next {
	transform: translate(50px, 0);
	right: 0;
}
.focus:hover .focus-prev, .focus:hover .focus-next {
	opacity: 1;
	transform: translate(0, 0);
}
.focus .page-state {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 24px;
	background-color: transparent;
	padding: 10px 0px 10px 0px;
	display: inline-block;
	width: 4em;
	text-align: center;
	vertical-align: middle;
	color: white;
}
.focus .page-state span {
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 1px;
	left: 25px;
}
.news {
	width: 750px;
	padding: 0px 0px;
 background: url(../images/focus_bg.jpg) 0px 0px no-repeat;
}
.news .tab {
	width: 190px;
	float: left;
	height: auto;
	display: block;
	margin: 0px auto;
}
.news .tab a {
	display: block;
	width: 140px;
	height: 54px;
	text-align: center;
	margin: 15px auto;
	line-height: 54px;
	font-size: 20px;
}
.news .tab .current {
	color: #fff;
	background-color: #4464c3;
	border-radius: 50px;
	box-shadow: 0 2px 6px rgba(0, 85, 136, .2);
}
.news .pane {
	width: 540px;
	height: 375px;
	background-color: rgba(255, 255, 255, .7);
	box-shadow: 0 4px 10px rgba(68, 100, 195, .3);
}
.message .list-t li {
	position: relative;
	padding-left: 30px;
	height: auto;
}
.message .list-t li:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 10px;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	background-color: #ddd;
	border-radius: 100px;
}
.message .list-t li:hover:before, .notice .list-t li:hover:before {
	background-color: #3350a8;
}
.message .list-t li a {
	display: block;
	width: 80%;
	line-height: 34px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
body {
  font-family: microsoft yahei;
  font-size: 14px;
  background: url(../images/bwcx_bg.png) 50% 0 no-repeat;
}
.header {
  width:auto;
  height:511px;
}
.content {
  background-color:#fff;
  margin:0 auto;
  width:1200px;
  height:auto;
}
.headline h2 {
  color:#252525;
  text-align: center;
  font: bold 33px/75px microsoft yahei, smihei;
}
.focus, .focus .pic, .focus .pic div {
  position: relative;
  overflow: hidden;
  display: block;
  width: 560px;
  height: 362px;
}
.focus .pic img {
  width: 560px;
  min-height: 362px;
}
.bt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
}
.jdt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 42px;
  background: #0000004f;
}

.focus .prev, .focus .next {
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .3);
  color: #fff;
  opacity: 0;
 transition: all .3s;
}
.focus .prev {
  transform: translate(-50px, 0);
  left: 0;
}
.focus .next {
  transform: translate(50px, 0);
  right: 0;
}
.focus:hover .prev, .focus:hover .next {
  opacity: 1;
  transform: translate(0, 0);
}
.focus .navi {
  position: absolute;
  bottom: 15px;
  right: 14px;
  z-index: 9;
}
.focus .navi li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  font: 0/0 lx;
  background-color: #fff;
  color: #FCF500;
 transition: all .3s;
}
.focus .navi li.on {
  background-color: #FCF500;
}
.news h4 a {
    display: block;
    margin: 0 20px;
    line-height: 2;
    font-size: 22px;
    color: #000;
    margin-top: 8px;
    font-weight: initial;
}
.news p {
  width: 550px;
  margin-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #999;
}
.gallery {
  position: relative;
}
.gallery .scroll {
  margin: 0px 20px;
  overflow: hidden;
}
.gallery li {
  width: 244px;
  height: 271px;
  margin: 0px 10px;
  padding: 1px;
  overflow: hidden;
}
.gallery li a {
  display: block;
  width: 244px;
  height: 171px;
  margin: 0 auto;
  position: relative;
}
.gallery li img {
  width: 244px;
  height: 271px;
 transition: transform .3s;
}
.gallery .prev, .gallery .next {
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  margin-top: 30px;
  height: 78px;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0;
 transition: all .3s;
  background: url(../images/rightBtn.png);
}
.gallery .next {
  margin-left: -15px;
  border-radius: 10px 0px 0px 10px;
  transform: translate(-100px, 0);
  left: 0px;
  background: url(../images/leftBtn.png);
}
.gallery .prev {
  margin-right: 4px;
  border-radius: 0px 10px 10px 0px;
  transform: translate(100px, 0);
  right: -20px;
}
.gallery:hover .prev, .gallery:hover .next {
  opacity: 1;
  transform: translate(0, 0);
}
.gallerys .scrolls {
  width: 1040px;
  margin: 0px 20px;
  overflow: hidden;
  padding-left: 112px;
}
.gallerys li {
  width: 200px;
  height: 88px;
  margin: 0px 10px;
  background: url(../images/003.jpg);
  border: 1px solid #c6c6c6;
  padding: 1px;
  overflow: hidden;
}
.gallerys li a {
  display: block;
  width: 200px;
  padding-top: 13px;
  height: 88px;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.p3{
  margin:50px 0;
}
.ul_p3 {
  width: 1190px;
  float: left;
}
.ul_p3 li {
  width: 572px;
  float: left;
  margin-left: 18px;
  margin-right: 4px;
  font-size:19px;
}
.ul_p3 li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  width: 6px;

  height: 6px;
  margin-top: -2px;
  background-color: #dcdcdc;
  border-radius: 100px;
}
.footer {
  padding: 10px 0px;
  font-size: 14px;
  color: #fff;
  background-color: #ca2727;
}
.footer p {
  line-height:30px;
}
    .footer a{
    color:white;
}
.jc {
  position: absolute;
  right: 210px;
  width: 110px;
  height: 55px;
  margin-top: 20px;
}
.gov {
  position: absolute;
  right: 20px;
  width: 80px;
  height: 80px;
}
.copyright {
  width: 1200px;
  margin: 10px auto;
  position: relative;
}