.top .top-icon {
    float: left;
	margin-top:10px;
    margin-left: 520px;
}

.new-position{
  overflow: hidden;
  border: 1px solid #dfdfdf;
  height: 44px;
  line-height: 44px;
  box-shadow: 3px 3px 1px #e7e7e7;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #3b3b3b;
  padding-left: 15px;
  margin-top: 22px;
  box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.new-position p{
  display: block;
  float: left;
}
.new-position span{
  display: block;
  float: left;
  padding: 0 12px;
}
.new-position a{
  font-family: "微软雅黑";
  font-size: 14px;
  color: #3b3b3b;
  display: block;
  float: left;
}
.new-position a.act{
  display: block;
  float: left;
  color: #006ac1;
}

/****************/
.newg-main{
  overflow: hidden;
}

.newx-lf{
  width: 830px;
  overflow: hidden;
  float: left;
  margin-top: 34px;
}
.newx-lf > h1{
  display: block;
  line-height: 50px;
  font-family: "微软雅黑";
  font-size: 30px;
  color: #006ac1;
  text-align: center;
}
.newx-lf > h2{
  display: block;
  line-height: 46px;
  font-family: "微软雅黑";
  font-size: 24px;
  color: #bbb;
  text-align: center;
}
.newx-lf .newx-lftit{
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  padding-bottom: 6px;
  height: 32px;
  line-height: 32px;
  margin-top: 25px;
  padding-left:30%;
}
.newx-lf .newx-lftit> span{
  display: block;
  float: left;
  padding-right: 25px;
  font-size: 14px;
  color: #858585;
}
.newx-lf .newx-lftit> a{
  display: block;
  float: right;
  width: 32px;
  height: 32px;
  margin-left: 16px;
}

.newx-conwd{
  overflow: hidden;
  margin-top: 15px;
  line-height: 35px;
  font-size: 18px;
}
.newx-conwd p{
	margin:25px 0px;
	line-height:30px;
}
.newx-conwd img{
  display: block;
  max-width: 800px;
  margin:0 auto;
    margin-bottom:-10px;
}

/******right*********/

.newg-rt{
  width: 360px;
  overflow: hidden;
  float: left;
}

.new-rtmpub{
  overflow: hidden;
  margin-top: 18px;
  margin-left:30px;
}
.new-rtmpub .title {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
.new-rtmpub .title h1 {
  display: block;
  float: left;
  font-family: "微软雅黑";
  color: #083b90;
  font-size: 20px;
  font-weight: normal;
}
.new-rtmpub .title a.more{
  display: block;
  float: right;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #b4b4b4;
  padding-right: 5px;
  line-height: 32px;
  margin-top: 14px;
}
.new-rtmpub .title a.more:hover{
  color: #d62d1d;
}
.new-rtmpub > ul {
  overflow: hidden;
  margin-top: 10px;
}
.new-rtmpub > ul li {
  display: block;
  overflow: hidden;
  line-height: 35px;
  background: url(new-rtlistbg.png) no-repeat left center;
  padding-left: 15px;
}
.new-rtmpub > ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 340px;
  height:35px;
  font-size: 14px;
  color: #3f3f3f;
}
.new-rtmpub > ul li a:hover{
  color: #d62d1d;
}

/******推荐视频******/
.newg-rtm4 .newg-rt4con{
  width: 281px;
  height: 180px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  margin-top: 16px;
}
.newg-rtm4 .newg-rt4con img{
  display: block;
  width: 281px;
  height: 180px;
}
.newg-rtm4 .newg-rt4con a.newg-rtradiobtn{
  display: block;
  width: 45px;
  height: 45px;
  background: url(newg-rtbfbtn.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -22px;
  margin-top: -22px;
}
.newg-rtm4 .newg-rt4con p{
  overflow: hidden;
  background: url(newg-rtopabg.png) repeat-x;
  height: 35px;
  line-height: 35px;
  width: 267px;
  padding-left: 14px;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
