﻿/*主色皮肤 */
/*辅色皮肤*/
/*按钮箭头背景色*/
/*导航条半透明rgba样式*/
/*线*/
/*未选中字体颜色*/
/* 选中字体颜色-（原色调-不变）*/
/* end 导航*/
/*内页 侧栏公共样式*/
/*子页面背景色*/
/* search */
/* footer */
/* */
/* function*/
/* function*/
.sub-section {
  position: relative;
  z-index: 10;
}
.sub-section .container {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 20px;
  *zoom: 1;
}
.sub-section .container:before,
.sub-section .container:after {
  content: "";
  display: table;
}
.sub-section .container:after {
  clear: both;
}
.sub-section .container .main {
  width: 76%;
  *zoom: 1;
  float: left;
  margin-left: 30px;
}
.sub-section .container .main:before,
.sub-section .container .main:after {
  content: "";
  display: table;
}
.sub-section .container .main:after {
  clear: both;
}
.sub-section .container .main .subtitle {
  width: 94%;
  font-size: 28px;
  line-height: 36px;
  color: #0068b7;
  padding-left: 2%;
  padding-top: 26px;
  background: #f9f9f9;
}
@media screen and (max-width: 400px) {
  .sub-section .container .main .subtitle {
    font-size: 20px;
  }
}
.sub-section .container .main .g-container {
  width: 96%;
  float: left;
  *display: inline;
  overflow: hidden;
}
.sub-section .container .main .g-container .a-list {
  background: #f9f9f9;
  padding-top: 10px;
  padding-left: 22px;
}
.sub-section .container .main .g-container .a-list li {
  border-bottom: 1px dotted #eee;
}
.sub-section .container .main .g-container .a-list li a {
  display: block;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  color: #a8a8a8;
  position: relative;
}
.sub-section .container .main .g-container .a-list li a .a-text {
  position: absolute;
  top: 0;
  left: 0;
}
.sub-section .container .main .g-container .a-list li a .a-day {
  position: absolute;
  top: 0;
  right: 20px;
  font-size:14px;
}
@media screen and (max-width: 400px) {
  .sub-section .container .main .g-container .a-list li a .a-day {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .sub-section .container .main .g-container .a-list li a {
    font-size: 12px;
  }
}
.sub-section .container .main .g-container .a-list li a:hover {
  color: #0c96fe;
}
.sub-section .container .main .g-container .g-page {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 90px;
  *zoom: 1;
}
.sub-section .container .main .g-container .g-page:before,
.sub-section .container .main .g-container .g-page:after {
  content: "";
  display: table;
}
.sub-section .container .main .g-container .g-page:after {
  clear: both;
}
.sub-section .container .main .g-container .g-page .pagelist {
  width: 43.23%;
  float: right;
  *zoom: 1;
}
.sub-section .container .main .g-container .g-page .pagelist:before,
.sub-section .container .main .g-container .g-page .pagelist:after {
  content: "";
  display: table;
}
.sub-section .container .main .g-container .g-page .pagelist:after {
  clear: both;
}
.sub-section .container .main .g-container .g-page .pagelist li {
  width: 10.25%;
  float: left;
  *display: inline;
  margin-left: 3.9%;
}
.sub-section .container .main .g-container .g-page .pagelist li a {
  color: #ababab;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  display: block;
}
.sub-section .container .main .g-container .g-page .pagelist li .a-color {
  color: #0c96fe;
}
.sub-section .container .main .g-container .g-page .pagelist .pageOne {
  background: #0c96fe;
  color: #fff;
}
.sub-section .container .main .g-container .g-page .pagelist .page-li:hover {
  background: #0c96fe;
  color: #fff;
}
.sub-section .container .main .g-container .g-page .pagelist .pageactive {
  background: #0c96fe;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .sub-section .container .main .g-container .g-page .pagelist {
    width: 85.23%;
  }
}
@media screen and (max-width: 1220px) {
  .sub-section .container .main {
    width: 70%;
  }
}
@media screen and (max-width: 990px) {
  .sub-section .container .main {
    width: 100%;
    margin-left: 0;
  }
  .sub-section .container .main .subtitle {
    width: 98%;
  }
  .sub-section .container .main .g-container {
    width: 100%;
  }
}
