/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
}
/*为了照顾ie6 链接图片有边框*/
ul,
ol,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 16px;
  color: #666;
  font-family: "微软雅黑";
}
a {
  color: #666;
  text-decoration: none;
  font-family: "微软雅黑";
  font-size: 16px;
}
a:hover {
  text-decoration: none;
  color: #e62622;
}
i,
b {
  font-style: normal;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.oHid {
  overflow: hidden;
}
.wrap {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.topBox {
  background: url(../images/top_bg.jpg) no-repeat center top;
  height: 721px;
  overflow: hidden;
  width: 100%;
}
.topBox .topTitle {
  height: 226px;
  padding-top: 110px;
  text-align: center;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.topBox .topTxt {
  padding-top: 25px;
  height: 33px;
  text-align: center;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.topBox .headNews {
  height: 134px;
  width: 1170px;
  background: #FFF;
  border-radius: 10px;
  margin-top: 113px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 15px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 8px 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 8px 15px;
  padding: 15px;
}
.topBox .headNews h2 {
  width: 180px;
  height: 134px;
  background: url(../images/title_headNews.png) no-repeat center center;
  overflow: hidden;
  text-indent: -1978px;
}
.topBox .headNews .headTxt {
  width: 928px;
  height: 92px;
  border: solid 1px #f21f1f;
  border-radius: 5px;
  padding: 20px;
}
.topBox .headNews .headTxt h3 {
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.topBox .headNews .headTxt h3 a {
  font-size: 24px;
  font-weight: bold;
  color: #e62622;
}
.topBox .headNews .headTxt p {
  line-height: 1.8;
}
.topBox .headNews .headTxt p a {
  color: #e62622;
}
/* slider */
.sliderBox {
  width: 100%;
  background: url(../images/slider_bg.jpg) repeat-y center top;
  height: 400px;
  overflow: hidden;
}
/* 海淀动态 */
.hddtBox {
  width: 100%;
  background: url(../images/hddt_bg.jpg) no-repeat center top;
  height: 511px;
  overflow: hidden;
  padding-top: 80px;
}
.hddtBox h2 {
  overflow: hidden;
  background: url(../images/title_hddt.png) no-repeat center top;
  height: 86px;
  margin-bottom: 30px;
}
.hddtBox .hddtList li {
  float: left;
  width: 560px;
  height: 165px;
  border-bottom: solid 1px #e6cfcf;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.hddtBox .hddtList li .pic {
  width: 225px;
  height: 165px;
  float: left;
  overflow: hidden;
}
.hddtBox .hddtList li .pic img {
  width: 100%;
  height: 100%;
}
.hddtBox .hddtList li .txtCon {
  width: 315px;
  height: 165px;
  overflow: hidden;
  float: right;
}
.hddtBox .hddtList li .txtCon h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  margin-bottom: 10px;
}
.hddtBox .hddtList li .txtCon h3 a {
  font-size: 18px;
  color: #222;
}
.hddtBox .hddtList li .txtCon h3 a:hover {
  color: #e62622;
}
.hddtBox .hddtList li .txtCon p.date {
  color: #999;
  line-height: 16px;
  margin-bottom: 10px;
}
.hddtBox .hddtList li .txtCon p.txt {
  color: #666;
  line-height: 1.4;
}
.hddtBox .hddtList li:nth-child(2n+1) {
  padding-right: 80px;
}
/* 视频报道 */
.spbdBox {
  width: 100%;
  background: url(../images/sphd_bg.jpg) no-repeat center top;
  height: 510px;
  overflow: hidden;
  padding-top: 74px;
}
.spbdBox h2 {
  overflow: hidden;
  background: url(../images/title_spbd.png) no-repeat center top;
  height: 86px;
  margin-bottom: 24px;
}
.spbdBox .maskBg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  display: none;
  transition: .5s all;
}
.spbdBox .fleft {
  height: 400px;
  width: 710px;
  overflow: hidden;
  position: relative;
}
.spbdBox .fleft .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.spbdBox .fleft .pic img {
  width: 100%;
  height: 100%;
}
.spbdBox .fleft .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.spbdBox .fleft .tit a {
  color: #FFF;
  font-size: 18px;
}
.spbdBox .fleft i.icon {
  width: 110px;
  height: 110px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -55px 0 0 -55px;
  z-index: 9;
  display: none;
  transition: .5s all;
}
.spbdBox .fleft i.icon img {
  width: 100%;
  height: 100%;
}
.spbdBox .fleft .mask {
  background: #000;
  width: 100%;
  height: 40px;
  opacity: .6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 6;
}
.spbdBox .fright {
  width: 455px;
  height: 380px;
  background: #f2eee6;
  padding: 10px;
}
.spbdBox .fright li {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
.spbdBox .fright li .pic {
  width: 210px;
  height: 120px;
  overflow: hidden;
  position: relative;
  float: left;
}
.spbdBox .fright li .pic img {
  width: 100%;
  height: 100%;
}
.spbdBox .fright li .pic i.icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  z-index: 9;
  display: none;
}
.spbdBox .fright li .pic i.icon img {
  width: 100%;
  height: 100%;
}
.spbdBox .fright li .txtCon {
  width: 235px;
  height: 120px;
  overflow: hidden;
  float: right;
}
.spbdBox .fright li .txtCon h3 {
  line-height: 1.6;
  margin-bottom: 10px;
}
.spbdBox .fright li .txtCon h3 a {
  font-size: 18px;
}
.spbdBox .fright li .txtCon p.date {
  color: #999;
}
/* 国庆活动 */
.gqhdBox {
  width: 100%;
  overflow: hidden;
}
.gqhdBox .gqhd_01 {
  background: url(../images/gqhd_bg_01.jpg) no-repeat center top;
  height: 967px;
  overflow: hidden;
}
.gqhdBox .gqhd_02 {
  background: url(../images/gqhd_bg_02.jpg) no-repeat center top;
  height: 1014px;
  overflow: hidden;
}
/* 童话手绘 */
.thshBox {
  width: 100%;
  background: url(../images/shth_bg.jpg) no-repeat center top;
  height: 662px;
  overflow: hidden;
  padding-top: 40px;
}
.thshBox h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_thsh.png) no-repeat center top;
  height: 76px;
  margin-bottom: 30px;
}
.thshBox .thshCon .thshPhoto {
  width: 390px;
  height: 540px;
  overflow: hidden;
}
.thshBox .thshCon .thshPhoto img {
  width: 100%;
  height: 100%;
}
.thshBox .thshCon .thshPhoto a {
  display: block;
  height: 100%;
}
.thshBox .thshCon .thshPhoto:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px;
}
.thshBox .thshCon ul {
  width: 420px;
  overflow: hidden;
  float: left;
}
.thshBox .thshCon ul li {
  width: 190px;
  height: 260px;
  float: left;
  margin: 0 0 20px 13px;
  overflow: hidden;
}
.thshBox .thshCon ul li img {
  width: 100%;
  height: 100%;
}
.thshBox .thshCon ul li a {
  display: block;
  height: 100%;
}
.thshBox .thshCon ul li:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px;
  box-shadow: rgba(0, 0, 0, 0.6) 0 5px 10px;
}
.thshBox .thshCon a:hover {
  transform: scale(1.2);
  transition: .5s all;
}
/* 国庆指南 */
.gqznBox {
  width: 100%;
  background: url(../images/gqzn_bg.jpg) no-repeat center top;
  height: 485px;
  overflow: hidden;
  padding-top: 40px;
}
.gqznBox h2 {
  text-indent: -1978px;
  overflow: hidden;
  background: url(../images/title_gqzn.png) no-repeat center top;
  height: 81px;
  margin-bottom: 25px;
}
.gqznBox .gqznCon {
  background: url(../images/gqzn_wrap_bg.png) no-repeat;
  height: 376px;
  overflow: hidden;
}
.gqznBox .gqznCon .fleft {
  width: 632px;
  height: 338px;
  margin: 20px;
}
.gqznBox .gqznCon .fleft h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffa400;
  text-align: center;
  height: 20px;
  line-height: 20px;
  position: relative;
  margin-top: 20px;
}
.gqznBox .gqznCon .fleft h3 i {
  background: url(../images/icon_hg.png) no-repeat;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: -13px;
  margin-left: 60px;
  z-index: 9;
}
.gqznBox .gqznCon .fleft ul li {
  width: 120px;
  height: 110px;
  float: left;
  margin: 20px 0 0 72px;
}
.gqznBox .gqznCon .fleft ul li .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.gqznBox .gqznCon .fleft ul li .icon img {
  display: block;
}
.gqznBox .gqznCon .fleft ul li .tit {
  text-align: center;
}
.gqznBox .gqznCon .fright {
  width: 415px;
  height: 338px;
  margin: 20px;
  background: url(../images/icon_gqzn_right.png) no-repeat 0 15px;
  padding: 15px 0 0 40px;
}
.gqznBox .gqznCon .fright .txtBox {
  margin-bottom: 21px;
}
.gqznBox .gqznCon .fright .txtBox .title {
  font-size: 18px;
  font-weight: bold;
  color: #e6594d;
  line-height: 34px;
}
.gqznBox .gqznCon .fright .txtBox p {
  line-height: 26px;
}
/* second */
.secTopBox {
  background: url(../images/second_top_bg.jpg) no-repeat center top;
  height: 505px;
  overflow: hidden;
  width: 100%;
}
.secTopBox .topTitle {
  height: 226px;
  padding-top: 110px;
  text-align: center;
}
.secTopBox .topTxt {
  padding-top: 25px;
  height: 33px;
  text-align: center;
}
.secondBg {
  background: url(../images/second_body_bg.jpg) repeat-y center top;
}
.secondCon {
  background: url(../images/second_content_bg.jpg) no-repeat center top;
  width: 100%;
  overflow: hidden;
}
.secondCon .wrap {
  background: #FFF;
  border-radius: 5px;
  width: 1150px;
  padding: 25px 25px 50px;
  overflow: hidden;
}
.secondCon .location {
  font-size: 18px;
  color: #808080;
  line-height: 18px;
  margin-bottom: 30px;
}
.secondCon .channel {
  height: 50px;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}
.secondCon .channel h2 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 50px;
  border-bottom: solid 3px #e21d1d;
  position: absolute;
  left: 10px;
  top: -1px;
  z-index: 9;
  padding: 0 20px;
}
.secondCon .secondListBox {
  padding: 10px;
}
.secondCon .secondListBox .newsList {
  width: 100%;
}
.secondCon .secondListBox .newsList li {
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.secondCon .secondListBox .newsList li a {
  display: block;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
}
.secondCon .secondListBox .newsList li a .date {
  float: right;
  color: #999;
  margin-left: 10px;
}
.secondCon .secondListBox .newsList li a i {
  display: block;
  float: left;
}
.secondCon .secondListBox .newsList li a i.angle {
  width: 6px;
  height: 6px;
  background: #EEE;
  margin: 17px 10px 0 0;
}
.secondCon .secondListBox .newsList li a:hover {
  color: #e21d1d;
}
.secondCon .secondListBox .newsList li a:hover .date {
  color: #e21d1d;
}
.secondCon .secondListBox .newsList li a:hover i.angle {
  background: #e21d1d;
}
.secondCon .secondListBox .newsList li.line {
  height: 20px;
  border-bottom: dashed 1px #e6e6e6;
  margin-bottom: 20px;
}
/* page */
.page {
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.page span {
  padding: 5px 10px;
  border: solid 1px #cdcdcd;
  margin-right: 10px;
}
.page a {
  padding: 5px 10px;
  border: solid 1px #cdcdcd;
  margin-right: 10px;
}
.page a.num {
  border: solid 1px #FFF;
}
.page span.on {
  background: #cd2626;
  color: #FFF;
  border: none;
}
.page a:hover {
  background: #cd2626;
  color: #FFF;
  border: solid 1px #FFF;
}
/* content */
.thirdCon {
  background: #FFF;
  padding: 20px 0;
  width: 1150px;
  overflow: hidden;
}
.thirdCon .title {
  overflow: hidden;
}
.thirdCon .title h1 {
  font-size: 26px;
  color: #000;
  line-height: 36px;
  text-align: center;
  margin-bottom: 20px;
}
.thirdCon .title .resourcesBox {
  text-align: center;
  line-height: 16px;
  padding-bottom: 20px;
  border-bottom: dashed 1px #e6e3e3;
  margin-bottom: 20px;
}
.thirdCon .thirdCon {
  line-height: 2;
}
.thirdCon .thirdCon img {
  max-width: 980px;
  margin: 10px auto;
  display: block;
}
.thirdCon .xza {
  margin-top: 20px;
}
.thirdCon .xza h4 {
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 10px;
  font-weight: bold;
}
.thirdCon .xza p {
  line-height: 30px;
}
/* footer */
.footer {
  width: 100%;
  background: url(../images/footer_bg.jpg) no-repeat center top;
  height: 243px;
  overflow: hidden;
  text-align: center;
  line-height: 2;
  padding-top: 50px;
}
.footer a {
  color: #333;
}
.footer .linkPhoto {
  width: 200px;
  height: 80px;
  margin: 0 auto;
}
.footer .linkPhoto .fleft {
  width: 80px;
  height: 80px;
}
.footer .linkPhoto .fright {
  width: 110px;
  height: 67px;
  padding-top: 13px;
  margin-left: 10px;
}
.btn_title {
  display: block;
  width: 310px;
  height: 90px;
  margin: 0 auto;
}
