@charset "utf-8";
/* CSS Document */
/*CSS重置*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: "微软雅黑";
  min-width:1200px;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
}

p {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
}

a {
  text-decoration: none;

}

.center {
  width: 1170px;
	margin: 0 auto;
	position: relative;
}

.clearfix {
  clear: both;
}




.picleft {
  width: 340px;
  position: relative;
  overflow: hidden;
  float: left;
}
.picnews {
  width: 600%;
  height: 220px;
}
.picleft .picnews img{
  width: 340px;
  height:220px;
  float: left;
}

.pictitle h1 {
  color: #fff;
  font-size: 12px;
  padding-left: 20px;
  float: left;
}

.content_button {
  float: right;
	margin-top: 14px;
	margin-right: 6px;
}

.ctrl_text li {
  display: none;
  float: left;
}

.ctrl_text li a{
	display: block;
	width:257px;
	font-size: 12px;
	line-height: 32px;
	color:#fff;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.ctrl_text li.active {
  display: block
}

.ctrl_text {
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  float: left;
}

.content_button li {
  width: 8px;
  height:8px;
  border:1px #fde926 solid;
  box-sizing: border-box;
  float: left;
  margin: 0 1px;
  border-radius: 4px;
}

.content_button .current {
  background-color: #fde926;
}

.pictitle {
  width: 340px;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 32px;

}
