﻿@charset "utf-8";
/*常用css*/
.fl {
  float: left;
  _display: inline;
}
.fr {
  float: right;
  _display: inline;
}
/*常用字体*/
.yh {
  font-family: 'Microsoft YaHei';
}
.st {
  font-family: 'SimSun';
}
.ar {
  font-family: 'Arial';
}
.roman {
  font-family: "Times New Roman";
}
.tn {
  display: block;
  font-size: 0;
  text-indent: -99999em;
  color: transparent;
}
.tt a:hover {
  text-decoration: underline;
}
.xie {
  font-style: italic;
}
.ddd {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
  color: #0D8FEA;
}
.btn {
  cursor: pointer;
}
body {
  font-size: 12px;
  color: #666;
  line-height: 24px;
  min-width: 1002px;
  font-family: 'Microsoft YaHei';
}
.l {
  color: #0D8FEA !important;
}
.w {
  width: 1002px;
  min-width: 1002px;
  margin: 0 auto;
}
.nowqihao{ color:#F00;}
/*header*/
.header {
  height: 100px;
}
.logo {
  width: 224px;
  height: 90px;
  text-indent: -9999px;
  margin-right: 47px;
}
.safeTips {
  padding: 7px 20px 0 25px;
  height: 55px;
  border: 1px solid #A8A8A8;
  font-size: 16px;
  color: #2D2D2D;
  margin-top: 12px;
  width: 480px;
  float: right;
}
.safeTips strong {
  color: #F70000;
  font-weight: bold;
}
.pcDown {
  height: 62px;
  margin-top: 12px;
  border: 1px solid #A8A8A8;
  border-left-width: 0;
  width: 252px;
  text-align: center;
  font-family: 'SimSun';
  color: #2D2D2D;
}
.pcDown .btn {
  display: inline-block;
  width: 215px;
  height: 34px;
  background: #0D8FEA;
  color: #fff;
  line-height: 34px;
  font-family: 'Microsoft YaHei';
  text-align: center;
  border-radius: 35px;
}
.pcDown .btn span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  padding-right: 20px;
  background: url(../images/arrdown.png) right center no-repeat;
}
.pcDown .btn:hover {
  background: #1D1D1D;
  color: #fff;
}
.pk10 {
  width: 77px;
  margin-top: 10px;
  height: 67px;
  text-indent: -9999px;
  background: url(../images/pk10.png) no-repeat;
}
.navbar {
  height: 52px;
  line-height: 52px;
  background: #0D8FEA;
  color: #fff;
}
.navbar a {
  float: left;
}
.dan {
  width: 117px;
  text-align: center;
  line-height: 22px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #000;
  position: relative;
}
.dan:after {
  content: "";
  background: url(../images/arrright.png) center no-repeat;
  width: 7px;
  height: 11px;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
}
.dan:hover {
  background: #000;
  color: #fff;
}
.nav li {
  float: left;
}
.nav a {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  border-bottom: 2px solid #0D8FEA;
}
.nav li.on a,
.nav li a:hover {
  background: #fff;
  color: #171717;
}
.main {
  padding-top: 25px;
  padding-bottom: 22px;
  background: url(../images/bg.jpg) center 0 no-repeat #E5E9F1;
}
.planBox {
  height: 320px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  position: relative;
  margin-bottom: 10px;
}
.planBox .title {
  text-align: center;
  padding-top: 34px;
  padding-bottom: 22px;
}
.planBox h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1F1F1F;
}
.planBox h2 {
  font-size: 26px;
  color: #1F1F1F;
  font-weight: bold;
}
.planBox h1 {
  font-size: 24px;
  color: #1F1F1F;
  font-weight: bold;
}
.planBox .prev {
  width: 31px;
  height: 65px;
  position: absolute;
  bottom: 94px;
  left: 0;
  cursor: pointer;
  background: url(../images/leftarr.png) center no-repeat;
}
.planBox .next {
  width: 31px;
  height: 65px;
  position: absolute;
  bottom: 94px;
  right: 0;
  cursor: pointer;
  background: url(../images/rightarr.png) center no-repeat;
}
.planBox .bd {
  width: 897px;
  height: 170px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.planBox .bd  ul{
  width:1000px;
}
.planBox .bd li {
  float: left;
  width: 170px;
  text-align: center;
  height: 170px;
  margin-right: 10px;
  background: url(../images/datebg1.png) center no-repeat;
}
.planBox .bd li:hover {
  background: url(../images/datebg2.png) center no-repeat;
}
.planBox .bd .row1 {
  line-height: 39px;
  padding-top: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.planBox .bd .row2 {
  line-height: 32px;
  font-size: 17px;
  color: #313131;
  font-weight: bold;
}
.planBox .bd .row3 {
  line-height: 31px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.planBox .bd .row4 {
  font-size: 16px;
  color: #fff;
  line-height: 34px;
}
.mainContent {
  padding: 35px 35px 20px;
  height: auto;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
}
.mainContent .left {
  width: 222px;
  background: #fff;
  border: 1px solid #9E9E9E;
}
.mainContent .left .title {
  height: 55px;
  background: #3D3D3D;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.mainContent .left .title h3 {
  font-weight: bold;
  padding-top: 3px;
}
.mainContent .left .title p {
  font-size: 20px;
}
.mainContent .left .hd {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #A4A4A4;
  border-bottom: 1px solid #A4A4A4;
  font-size: 16px;
  color: #121212;
}
.mainContent .left .hd div {
  float: left;
}
.mainContent .left .date {
  float: left;
  width: 87px;
  padding-left: 10px;
  border-right: 1px solid #A4A4A4;
}
.mainContent .left .num {
  float: left;
  padding-left: 10px;
}
.mainContent .left .pk10-num {
  float: none;
  clear: both;
  margin-bottom: 5px;
  line-height: 16px;
  border-bottom: 1px solid #D4D4D4;
  margin: 0 10px 5px;
  padding: 0 0 5px;
}
.mainContent .left .bd {
  font-family: 'SimSun';
  padding-top: 10px;
  padding-bottom: 15px;
  font-size: 13px;
}
.mainContent .left .bd img {
  margin-right: 5px;
}
.mainContent .left .bd li {
  float: left;
  width: 100%;
}
.mainContent .left .bd ul {
  height: auto;
  overflow: hidden;
}
.mainContent .left .bd .date {
  border-right: 0;
  width: auto;
  white-space: nowrap;
  padding-right: 15px;
}
.mainContent .right {
  width: 680px;
}
.righta {
  width: 930px;
  }
.planBox2a {
  background: #fff;
  border: 1px solid #9E9E9E;
  margin-bottom: 11px;
  
}.planBox2 {
  background: #fff;
  border: 1px solid #9E9E9E;
  margin-bottom: 11px;
}
.planBox2 .hd {
  height: 42px;
  line-height: 42px;
  background: #3D3D3D;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
}
.planBox2 .hd a{
 color: #FFF;	
}
.tz{
    float: right;
    margin-right: 15px;
    padding: 3px 10px;
    line-height: normal;
    margin-top: 5px;
    border-radius: 3px;
    background: #F60;
    font-weight: normal;
}
.planBox2 .hd strong {
  font-size: 16px;
  font-weight: bold;
}
.planBox2 .bd {
  padding: 10px 30px;
  font-size: 14px;
  color: #4A4A4A;
  font-family: 'SimSun';
}
.planBox2 .bd a {
  color: #4A4A4A;
}
.planBox2 .bd a:hover {
  color: #0D8FEA;
}
.planBox2 .bd a:hover {
  text-decoration: underline;
}
.planBox2 .ft {
  margin: 0 30px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 20px;
  padding-top: 10px;
  font-family: 'SimSun';
  border-top: 1px dashed #6B6B6B;
}
.sm {
  background: #fff;
  border: 1px solid #9E9E9E;
  padding: 0 10px;
  margin-bottom: 11px;
}
.sm p {
  font-size: 13px;
  font-family: 'SimSun';
  color: #4A4A4A;
  line-height: 21px;
  padding-bottom: 1em;
}
.sm .title {
  background: url(../images/titlebg.png) center no-repeat;
  width: 295px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto 15px;
}
.sm2 {
  color: #121212;
  background: #fff;
  border: 1px solid #9E9E9E;
  padding: 0 20px 18px;
}
.sm2 h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 15px 0 5px;
}
.sm2 td {
  width: 50%;
}
.sm2 p {
  font-size: 13px;
  font-family: 'SimSun';
  width: 308px;
  line-height: 25px;
  color: #4A4A4A;
}
.footer {
  border-top: 2px solid #005CBA;
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  color: #4A4A4A;
  font-family: 'SimSun';
}
/*footer*/
/*zeng*/
.jh{width: 1002px;
	border: 1px solid #9E9E9E;
}
.jh1{width: 958px;
	border: 1px solid #9E9E9E;
}
.jh .title {
    background: url(../images/titlebg.png) center no-repeat;
    width: 295px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto 15px;
}
.jh1 .title {
    background: url(../images/titlebg.png) center no-repeat;
    width: 295px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0 auto 15px;
}


.agp_borderBlock {
    width: 958px;
    border: 1px solid #9E9E9E;
    margin: 0 auto;
    padding-bottom: 20px;
}
.smnew .agp_borderBlock {
    width: 678px;
    border: 1px solid #9E9E9E;
    margin: 0 auto;
    padding-bottom: 20px;
}
.app_newsList {
    height: 1%;
    display: block;
}

.app_newsList_left .lis, .app_newsList_right .lis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_newsList:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.app_newsList_left .lis, .app_newsList_right .lis {
    background-image: url("../images/agp_pointBg.gif");
    background-position: left center;
    background-repeat: no-repeat;
}

.app_newsList {
    padding: 20px;
}

.app_newsList_left {
    width: 450px;
    float: left;
    border-right: 1px solid #ededed;
    display: block;
}
.smnew .app_newsList_left {
    width:350px;
    float: left;
    border-right: 1px solid #ededed;
    display: block;
}

    .app_newsList_left .lis {
        display: block;
        width: 91.5%;
        padding-left: 3.5%;
        padding-right: 5%;
        line-height: 30px;
    }

    .app_newsList_left .lis_con {
        width: 80%;
        float: left;
        font-size: 14px;
        display: block;
        text-align: left;
    }

        .app_newsList_left .lis_con a {
            color: #333;
            text-decoration: none;
        }

            .app_newsList_left .lis_con a:hover {
                color: #ff4a00;
                text-decoration: none;
            }

    .app_newsList_left .lis_date {
        width: 20%;
        float: left;
        font-size: 12px;
        color: #c0c0c0;
        display: block;
    }

.app_newsList_right {
    width: 450px;
    float: right;
}
.smnew .app_newsList_right {
    width: 260px;
    float: right;
}


    .app_newsList_right .lis {
        display: block;
        width: 94%;
        padding-left: 3.5%;
        padding-right: 3.5%;
        line-height: 30px;
    }

    .app_newsList_right .lis_con {
        width: 85%;
        float: left;
        font-size: 14px;
        display: block;
        text-align: left;
    }

        .app_newsList_right .lis_con a {
            color: #333;
            text-decoration: none;
        }

            .app_newsList_right .lis_con a:hover {
                color: #ff4a00;
                text-decoration: none;
            }

    .app_newsList_right .lis_date {
        width: 15%;
        float: left;
        font-size: 12px;
        color: #c0c0c0;
        display: block;
    }
.height10 {
    height: 10px;
    width: 100%;
    clear: both;
    overflow: hidden;
}