@charset "UTF-8";
/**
 * 
 * @authors Sean (982653014@qq.com)
 * @date    2016-12-19 15:26:39
 * @version $Id$
 */
/**
 * 定义变量 start
 * @type {String}
 */
/**
 * 定义变量结束 end
 */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: '微软雅黑';
  box-sizing: border-box;
  text-decoration: none;
}
a {
  color: black;
}
a:hover {
  text-decoration: underline;
}
#header {
  height: 178;
  width: 100%;
  /* 文字图片处理*/
  /* 链接移入效果 */
}
#header span,
#header a,
#header p {
  color: #fdaac1;
  font-size: 13px;
  text-decoration: none;
}
#header a:hover {
  text-decoration: underline;
}
#header .topbox {
  height: 35px;
  background: #f5f4f4;
}
#header .topbox .top {
  width: 1065px;
  margin: 0 auto;
  height: 35px;
}
#header .topbox .top .left {
  float: left;
  width: 30%;
  margin-left: 32px;
}
#header .topbox .top .left span {
  display: inline-block;
  width: 11px;
  height: 17px;
  margin-top: 8px;
  background: url('../img/headerbg.png') -45px -49px no-repeat;
}
#header .topbox .top .left a {
  display: inline-block;
  height: 35px;
  margin-top: 8px;
  vertical-align: middle;
  line-height: 17px;
}
#header .topbox .top .right {
  float: right;
  width: 60%;
  height: 35px;
  text-align: right;
  margin-right: 32px;
}
#header .topbox .top .right .nologin span.icon {
  display: inline-block;
  width: 15px;
  height: 16px;
  vertical-align: middle;
  padding: 0;
  background: url('../img/headerbg.png') -10px -49px no-repeat;
}
#header .topbox .top .right a {
  line-height: 30px;
}
#header .topbox .top .right span {
  padding: 0 3px;
}
#header .con {
  width: 1065px;
  margin: 0 auto;
  height: 95px;
  padding: 25px 0;
}
#header .con .logo {
  display: block;
  float: left;
  width: 300px;
  height: 47px;
  background: url('../img/logo.jpg') 32px no-repeat;
}
#header .con form {
  display: block;
  float: right;
  margin: 8px 32px 0 0;
  height: 30px;
  width: 226px;
}
#header .con form input[type=text] {
  height: 100%;
  width: 168px;
  float: left;
  border: #fff;
  box-shadow: -1px 1px 1px #fad9dc;
  color: #faa8b0;
}
#header .con form input[type=submit] {
  width: 56px;
  height: 100%;
  background: url('../img/headerbg.png') -10px -7px no-repeat;
  border: none;
}
#header > hr {
  width: 100%;
  height: 4px;
  border: none;
  background: #fc5465;
}
#header .navbg {
  width: 100%;
  height: 42px;
  background: #fad9dc;
  box-shadow: 0 1px 1px #fad9dc;
}
#header .navbg .content {
  width: 1065px;
  margin: 0 auto;
  height: 42px;
  background: white;
}
#header .navbg .content .nav {
  margin-top: -42px;
  width: 1000px;
  margin: 0 auto;
}
#header .navbg .content .nav a {
  padding: 0 10px;
}
#header .navbg .content .nav a,
#header .navbg .content .nav span {
  color: #747474;
  font-size: 14px;
  line-height: 42px;
}
/**
 * 分页样式
 */
.page {
  overflow: hidden;
  text-align: center;
  margin-top: 30px;
}
.page a,
.page span {
  display: inline-block;
  height: 25px;
  border: 1px solid white;
  color: #c3c3c3;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  margin: 0 9px;
  padding: 0 10px;
  border-radius: 3px;
}
.page .current,
.page a:hover {
  border: 1px solid #c3c3c3;
  text-decoration: none;
}
/**
 * 首页主体
 */
.wp {
  width: 1065px;
  margin: 0 auto;
  background: white;
  padding: 20px 32px;
  overflow: hidden;
}
.wp .main-list {
  width: 733px;
  float: left;
}
.wp .main-list .current-position {
  padding: 15px 0;
  overflow: hidden;
  margin-top: -10px;
}
.wp .main-list .current-position span.index-icon {
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-top: 2px;
  background: url('../img/small-icon1.png') no-repeat;
}
.wp .main-list .current-position a,
.wp .main-list .current-position span {
  font-size: 14px;
  color: #b9b9b9;
  padding: 0 2px;
  display: inline-block;
  float: left;
  vertical-align: middle;
}
.wp .main-list .current-position a:last-child {
  color: #575555;
}
.wp .main-list .category-name {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  border-bottom: 1px solid #eaeaea;
  line-height: 36px;
}
.wp .main-list .category-list {
  margin: 6px 0;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-left: none;
  border-right: none;
}
.wp .main-list .category-list strong {
  width: 124px;
  font-weight: 400;
  display: block;
  font-size: 16px;
  color: #010101;
  float: left;
  padding-top: 6px;
}
.wp .main-list .category-list ul {
  width: 600px;
  float: left;
}
.wp .main-list .category-list ul li {
  width: 138px;
  height: 35px;
  float: left;
  text-align: center;
}
.wp .main-list .category-list ul li a {
  font-size: 14px;
  color: #010101;
  line-height: 35px;
}
.wp .main-list .category-list ul li a:hover,
.wp .main-list .category-list ul li a.cur {
  color: #fc5465;
  text-decoration: none;
}
.wp .main-list ul.list li {
  margin-top: 25px;
  height: 163px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
.wp .main-list ul.list li img {
  width: 220px;
  height: 152px;
  display: block;
  float: left;
  margin-right: 30px;
}
.wp .main-list ul.list li > div > a:nth-child(1) {
  font-size: 21px;
  height: 22px;
  display: block;
  overflow: hidden;
  line-height: 22px;
  color: #272727;
}
.wp .main-list ul.list li > div > p {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  color: #504f4f;
  overflow: hidden;
}
.wp .main-list ul.list li > div > div {
  height: 45px;
  padding-top: 12px;
}
.wp .main-list ul.list li > div > div > span {
  font-size: 12px;
  margin-right: 30px;
}
.wp .main-list ul.list li > div > div > span span {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
}
.wp .main-list ul.list li > div > div > span .time-icon {
  background: url('../img/small-icon1.png') -46px -1px no-repeat;
}
.wp .main-list ul.list li > div > div > span .category-icon {
  background: url('../img/small-icon1.png') -24px -1px no-repeat;
}
.wp .main-list ul.list li > div > div > span .comment-icon {
  background: url('../img/small-icon1.png') -72px -1px no-repeat;
}
.wp .main-list ul.list li > div > div > span .share-icon {
  background: url('../img/small-icon1.png') -88px -1px no-repeat;
}
.wp .deputy {
  width: 266px;
  float: left;
  padding-left: 14px;
  overflow: hidden;
}
.wp .deputy .deputy-list {
  margin-top: 10px;
}
.wp .deputy .deputy-list h6 {
  font-size: 18px;
  color: #333;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #e1e2e4;
  overflow: hidden;
}
.wp .deputy .deputy-list h6 a {
  font-size: 12px;
  color: #fc5465;
  padding-top: 3px;
  float: right;
}
.wp .deputy .deputy-list li a {
  font-size: 14px;
  display: block;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #e1e2e4;
  overflow: hidden;
}
/**
 * 首页主体结束
 */
.footer {
  width: 100%;
  background: #414b4f;
  height: 283px;
}
.footer > hr {
  height: 3px;
  border: none;
  background: #fc5465;
}
.footer .main {
  width: 1000px;
  margin: 0 auto;
  height: 280px;
  padding-top: 44px;
}
.footer .main li,
.footer .main a,
.footer .main p {
  color: white;
  font-size: 12px;
}
.footer .main .qrcode {
  float: left;
  margin-left: 24px;
  width: 113px;
}
.footer .main .qrcode img {
  width: 113px;
  height: 117px;
  display: block;
}
.footer .main .qrcode a {
  display: block;
  color: white;
  font-size: 12px;
  line-height: 16px;
  margin-top: 20px;
  text-align: center;
}
.footer .main .qrcode1 {
  margin-left: 63px;
}
.footer .main .bottomnav {
  padding-left: 107px;
  overflow: hidden;
}
.footer .main .bottomnav ul {
  overflow: hidden;
}
.footer .main .bottomnav .nav li {
  float: left;
}
.footer .main .bottomnav .nav li a {
  padding-right: 5px;
}
.footer .main .bottomnav .nav li::before {
  content: ' - ';
}
.footer .main .bottomnav .nav li:nth-child(1)::before {
  content: '';
}
.footer .main .bottomnav ul:nth-child(2) li:nth-child(1) {
  margin-top: 15px;
}
.footer .main .bottomnav ul:nth-child(2) a {
  line-height: 26px;
}
