.main {
  margin: 0 auto 30px;
  width: 1200px;
  background: #ffffff;
}
.main .pos {
  background: #f8f8f8;
  box-sizing: border-box;
  padding-left: 16px;
  color: #666666;
  font-size: 15px;
  margin: 0 auto;
  line-height: 44px;
  margin-bottom: 26px;
}
.main .con {
  width: 1150px;
  margin: 0 auto 40px;
}
.main .con .fwgl {
  width: 850px;
}
.main .con .fwgl .title {
  background: url("../images/title_fwgl.png") no-repeat left top;
  width: 818px;
  height: 60px;
  margin-bottom: 20px;
}
.main .con .fwgl .fwglCon .section {
  position: relative;
  margin: 0 30px 20px 0;
  cursor: pointer;
}
.main .con .fwgl .fwglCon .section .icon {
  background: #F5F4F4;
  width: 186px;
  height: 174px;
  text-align: center;
  color: #666666;
  box-sizing: border-box;
  padding: 10px 0 0 0;
}
.main .con .fwgl .fwglCon .section .icon img {
  display: block;
  margin: 20px auto 10px;
}
.main .con .fwgl .fwglCon .section .describe {
  float: left;
  height: 170px;
  margin: 0 28px;
  width: 578px;
  display: table;
}
.main .con .fwgl .fwglCon .section .describe p {
  display: table-cell;
  text-align: justify;
  line-height: 24px;
  vertical-align: middle;
}
.main .con .fwgl .fwglCon .section .light {
  position: absolute;
  height: 174px;
  display: none;
  box-sizing: border-box;
  width: 624px;
  right: 0;
  background: #fbf0f1;
}
.main .con .fwgl .fwglCon .section .light span {
  position: absolute;
  width: 4px;
  background: #cc283c;
  height: 174px;
  left: 0;
  top: 0;
}
.main .con .fwgl .fwglCon .section .light .between{
  display: table;
  margin-left: 14px;
  height: 174px;
}
.main .con .fwgl .fwglCon .section .light ul {
  display: table-cell;
  vertical-align: middle;
}
.main .con .fwgl .fwglCon .section .light ul li {
  line-height: 40px;
  float: left;
  width: 200px;
}
.main .con .fwgl .fwglCon .section .light ul li a:hover {
  color: #cc283c;
}
.main .con .aside {
  width: 296px;
  margin-top: 17px;
}
.main .con .aside .title {
  width: 296px;
  height: 42px;
  margin-bottom: 10px;
}
.main .con .aside .tzgg .title{
  background: url(../images/title_tzgg.png) no-repeat;
}
.main .con .aside .xzzq .title{
  background: url(../images/title_xzzq.png) no-repeat;
}
.main .con .aside .wxgzh .title{
  background: url(../images/title_wxgzh.png) no-repeat;
}
.main .con .aside a.more {
  float: right;
  margin-top: 6px;
  background: url(../images/more.png) no-repeat;
  width: 63px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
}

.main .con .aside .newsList {
  margin-bottom: 20px;
}
.main .con .aside .newsList ul.list {
  position: relative;
}
.main .con .aside .newsList ul.list li {
  line-height: 34px;
  height: 34px;
  font-size: 16px;
  margin-bottom: 4px;
}
.main .con .aside .newsList ul.list li span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #c90500;
  margin-right: 10px;
  border-radius: 3px;
  vertical-align: 3px;
}
.main .con .aside .newsList ul.list li a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .con .aside .newsList ul.list li a:hover {
  color: #c90500;
}
.main .con .aside .adBanner{
  margin: 44px 0;
}
.main .con .aside .adBanner .bn{
  margin-bottom: 20px;
}
.main .con .aside .adBanner .bn img{
  width: 100%;
}
.main .con .aside .wxgzh .ewm {
  margin: 26px auto;
}
.main .con .aside .wxgzh .ewm img {
  display: block;
  margin: 10px auto;
}
.main .con .aside .wxgzh .ewm p {
  text-align: center;
  color: #666666;
  line-height: 24px;
}