/*基础部分*/
html, body, div, span, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, address,
big, cite, code, del, em, font, img, ins, small, strong, var, b, u, center, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend {
  margin: 0;
  padding: 0
}

body {
  width: 100%;
  height: 100%;
  color: #3c3c3c;
  line-height: 25px;
  font-family: "microsoft yahei";
  box-sizing: border-box;

}

html {
  font-size: 12px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #3c3c3c;
  cursor: pointer;
}

.overflow {
  overflow: hidden;
}

.pointer {
  cursor: pointer
}

.fl {
  float: left
}

.fr {
  float: right
}

li {
  list-style: none
}

input {
  vertical-align: middle
}

img {
  vertical-align: top;
}

img {
  border: none;
     max-width:100%;
     max-height:100%;
}

.empty {
  width: 100% !important;
  height: 0 !important;
  display: inline-block;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.border_box {
  box-sizing: border-box;
}

.none {
  text-decoration: none !important;
}

.blod {
  font-weight: bold;
}

.kaiti {
  font-family: "楷体";
}

.yahei {
  font-family: "microsoft yahei";
}

.songti {
  font-family: SimSun;
}

.word-warp {
  word-wrap: break-word;
}

.display {
  display: inline-block;
}

.font12 {
  font-size: 12px !important;
}

.font14 {
  font-size: 14px !important;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px !important;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

.font24 {
  font-size: 24px;
}

.font26 {
  font-size: 26px !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.line-height15 {
  line-height: 15px !important;
}

.line-height16 {
  line-height: 16px;
}

.line-height18 {
  line-height: 18px;
}

.line-height19 {
  line-height: 19px;
}

.line-height20 {
  line-height: 20px;
}

.line-height25 {
  line-height: 25px;
}

.line-height26 {
  line-height: 26px;
}

.line-height27 {
  line-height: 27px;
}

.line-height30 {
  line-height: 30px;
}

.line-height50 {
  line-height: 50px;
}
.line-height90 {
  line-height: 90px;
}

/*height样式*/
.h_100 {
  height: 100%;
}

.h_110 {
  height: 110px;
}

.h_3 {
  height: 300px;
}

/*width样式*/
.w_50 {
  width: 50%;
}

.w_89 {
  width: 89px !important;
}

.w_95 {
  width: 95%;
}

.w_100 {
  width: 100%;
}

.w_130 {
  width: 130px;
}

.w_125 {
  width: 125px !important;
}

.w_140 {
  width: 140px !important;
}

.w_150 {
  width: 150px !important;
}

.w_200 {
  width: 200px;
}

.w_216 {
  width: 216px;
}

.w_235 {
  width: 235px;
}

.w_265 {
  width: 265px;
}

.w_270 {
  width: 270px;
}

.w_300 {
  width: 300px;
}

.w_500 {
  width: 500px;
}

.w_600 {
  width: 600px;
}

.w_685 {
  width: 685px;
}

.w_1190 {
  width: 1190px;
  margin: 0 auto;
}

/*margin样式*/
.mar_r0 {
  margin-right: 0 !important;
}

.mar_l0 {
  margin-left: 0 !important;
}

.mar_l10 {
  margin-left: 10px !important;
}

.mar_l05 {
  margin-left: 5px !important;
}

.mar_l02 {
  margin-left: 2px !important;
}

.mar_l15 {
  margin-left: 15px !important;
}

.mar_l20 {
  margin-left: 20px !important;
}

.mar_l25 {
  margin-left: 25px !important;
}

.mar_l35 {
  margin-left: 35px !important;
}

.mar_l45 {
  margin-left: 45px;
}

.mar_l85 {
  margin-left: 85px;
}

.mar_r0 {
  margin-right: 0 !important;
}

.mar_r10 {
  margin-right: 10px;
}

.mar_r20 {
  margin-right: 20px;
}

.mar_t5 {
  margin-top: 5px;
}

.mar_t10 {
  margin-top: 10px;
}

.mar_t15 {
  margin-top: 15px;
}

.mar_t20 {
  margin-top: 20px !important;
}

.mar_t30 {
  margin-top: 30px;
}

.mar_t50 {
  margin-top: 50px;
}

.mar_t100 {
  margin-top: 100px !important;
}

.mar_t200 {
  margin-top: 200px;
}

.mar_b0 {
  margin-bottom: 0 !important;
}

.mar_b10 {
  margin-bottom: 10px;
}

/*padding样式*/
.pad_t05 {
  padding-top: 5px;
}

.pad_t15 {
  padding-top: 15px;
}

.pad_l30 {
  padding-left: 30px;
}

.pad_b0 {
  padding-bottom: 0 !important;
}

/*color样式*/
.color72 {
  color: #727271;
}

.color_b2 {
  color: #b2b2b2;
}

.color_ca {
  color: #cacaca;
}

.color_r {
  color: red !important;
}

.color_w {
  color: #fff;
}

.color_89 {
  color: #89D0E2;
}

.color_b2e {
  color: #B2E9C3 !important;
}

.color_e7c {
  color: #E7C590 !important;
}

.color_e18 {
  color: #E187A0 !important;
}

.color_9a {
  color: #9A9A9A;
}

.color_900 {
  color: #900;
}

.color_f7 {
  background-color: #F7F7F7;
}

.b_color_89 {
  background-color: #89D0E2;
}

.color_df {
  color: #DF86A0;
}

.color_c4 {
  color: #C4C4C4;
}

.color_e8 {
  color: #E84C52 !important;
}

.color_9d {
  color: #9D9C9C;
}

.color_84 {
  color: #848383;
}

.color_77 {
  color: #777676;
}

.color_ec9a58 {
  color: #ec9c5b;
}

.color_086 {
  color: #086a99;
}

.color_4d {
  color: #4d565a;
}

.color_81 {
  color: #818688;
}

/*text对齐样式*/
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right;
}

.center {
  text-align: center !important;
}

.no-border-left {
  border-left: none !important;
}

.no-border-right {
  border-right: none !important;
}

.no-border-top {
  border-top: none !important;
}

.no-border-bottom {
  border-bottom: none !important;
}

/*按钮*/
.btn {
  border-radius: 5px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  text-decoration: none !important;
}

.btn:hover {
  opacity: 0.8;
}

.btn-default {
  background-color: #1FBC9D;
}

.btn-default1 {
  background-color: #fc581c;
}

.btn-lg {
  padding: 10px 35px;
  font-size: 16px;
  line-height: 19px;
}

.btn-mid {
  padding: 6px 20px;
  font-size: 14px;
}
.btn:disabled{opacity:.5;}

.bg_f5 {
  background: #f0f8fb;
}

/*首页*/
#indexHeader {
  width: 100%;
  height: 112px;
  background-color: #184499;
}

.header1 {
  width: 1190px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.xg_header {
  height: 88px;
}

.xg_header .title_img {
  float: left;
    margin-top: 10px;
    height: 93px;
    width: 700px;
}
 .xg_header .title_img a img {
     max-width:100%;
     max-height:100%;
    }
.xg_header .title_img a > span {
  display: inline-block;
  width: 350px;
  height: 78px;
  vertical-align: middle;
  background: url("../images/icon.png") -3px -1px no-repeat;
}

.header1 .right-nav p {
  color: #323a3d;
  font-size: 14px;
  padding-left: 40px;
  background: url("../images/icon.png") -975px -6px no-repeat;
}

.header1 .input-box {
  float: right;
  /*position: relative;*/
  margin-top: 20px;
  line-height:75px;
  
}
 .header1 .input-box img {
     width:77px;
     height:77px;
    }
.header1 .input-box .sao {
    display:inline-block;
    width:23px;
    height:23px;
    vertical-align:middle;
    background:url("../images/finger4.png") center center no-repeat;
    }
.header1 .input-box .color_sao {
    color:#fff;
    font-size:14px;
    vertical-align:middle;
    padding:0px 5px;
    }

.header1 .search-input {
  padding: 4px 40px 0px 10px;
  line-height: 28px;
  height: 40px;
  width: 340px;
  box-sizing: border-box;
  outline: none;
  background: #146cae;
  border: 1px solid #146cae;
  /*margin-right: 68px;*/
  vertical-align: top;
}

.header1 .search-input::-webkit-input-placeholder {
  color: #6391ed;
}

.header1 .search-btn {
  /*position: absolute;*/
  border: none;
  outline: none;
  width: 32px;
  height: 40px;
  background: url("../images/search.png") center center no-repeat;
  cursor: pointer;
  background-color: #146cae;
  color: #fff;
  top: 0px;
  font-size: 12px;
  right: 5px;
  vertical-align: top;
}

.xg_header .nav {
  float: right;
  font-size: 16px;
  color: #252525;
  margin-top: 32px;
}

.xg_header .nav .nav_ul .nav_li {
  float: left;
  width: 80px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  border: 1px solid transparent;
  position: relative;
}

.xg_header .nav .nav_ul .nav_li a {
  text-decoration: none;
  color: #252525;
  display: block;
  height: 100%;
  width: 100%;
}

.xg_header .nav .nav_ul .nav_li .nav_box {
  background-color: #fff;
  position: absolute;
  width: 82px;
  display: none;
  top: 39px;
  z-index: 200;
}

.header1 .xg_banner img {
  height: 240px;
  width: 100%;
}

.header .top {
  background: #37abd6;
  height: 44px;
}

.header .bottom .logo {
  float: left;
  margin-top: 5px;
}

.header1 .right-nav {
  float: right;
  height: 40px;
  line-height: 30px;
  margin-top: 24px;
  /*margin-right: 50px;*/
  margin-bottom: 16px
}

.header1 .right-nav span {
  font-size: 16px;
  color: #54606b;
  margin-right: 5px;
}

.header1 .right-nav a {
  font-size: 14px;
  color: #54606b;
  margin-left: 20px;
}

/*header_right*/
/*nav样式*/
.nav {
  background-color: #184499;
  font-size: 14px;
  height: 50px;
  width: 100%;
  border-top: 1px solid #3d6ac1;
}

.nav .nav_ul {
  width: 1190px;
  margin: 0 auto;
}

    .nav .nav_ul li {
        width: 14.1%;
    }

.nav .nav_li {
  float: left;
  width: 132px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index:60;
}

.nav .nav_li:hover {
  background-color: #2f5aae;
}

.nav .nav_li a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 100%;
  width: 100%;
}

.nav .nav_li a:hover {
  color: #fff !important;
}

.nav .nav_li .nav_box {
  background-color: #3a3a3a;
  position: absolute;
  width: 169px;
  display: none;
  top: 40px;
  z-index: 300;
  font-size: 14px;
}

.nav .nav_li .nav_box li {
  line-height: 40px;
  background: #3a3a3a;
  border-top: 1px solid #7d7d7d;
  box-sizing: border-box;
}

/*二级菜单眼样式*/
.nav .nav_li .pd_dropdown {  
  box-shadow: 1px 1px 3px #999;
  display: none;
  z-index: 1000;
}

.nav .nav_li .pd_dropdown > a {
  display: block;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #3a9cc9;
  font-size: 15px;
  width: 100%;
  background: rgba(47,90,174,0.8);
}

.nav .nav_li .pd_dropdown > a:hover {
  background: #2f5aae;
  color: #fff;
}

.nav .nav_li .pd_dropdown > a:last-child {
  border-bottom: none;
}

.nav li.cur:hover .pd_dropdown {
  display: block;
}

.header .bottom .nav {
  float: right;
  text-align: center;
  margin-top: 15px; /*margin-right: 20px;*/
}

.header .bottom .nav li {
  box-sizing: border-box;
  width: 110px;
}

.header .bottom .nav > li {
  float: left;
  border: 1px solid transparent;
  height: 40px;
  line-height: 40px;
}

.header .bottom .nav > li:hover {
  border-bottom: 1px solid transparent;
  background: rgba(248, 195, 170, 0.6);
}

.header .bottom .nav > li:hover .sub-nav {
  display: block;
}

.header .bottom .nav .checked {
  border-bottom: 1px solid transparent;
}

.header .bottom .nav a {
  display: block;
  font-size: 14px;
  color: #fff;
}

.header .bottom .sub-nav {
  background: #fff;
  position: absolute;
  display: none;
  z-index: 100;
}

.header .bottom .sub-nav li {
  border-bottom: 1px solid #f59268;
  background: rgba(255, 154, 115, 0.8);
}

.header .bottom .sub-nav li:last-child {
  border-bottom: 0;
}

.header .bottom .sub-nav a {
  color: #fff;
  font-size: 12px;
}

.header .bottom .sub-nav a:hover {
  color: #fff;
  background: rgba(248, 195, 170, 0.6);
}

.footer {
  box-sizing: border-box;
  padding-top:6px;
  text-align: center;
  color: #fff; 
  line-height: 60px;
  background: #444c5b;
}

/*列表页*/
.list_banner {
  background: url("../image/banner2.jpg") center no-repeat;
  height: 280px;
  margin-bottom: 15px;
}

#list .left {
  width: 264px;
}

#list .left > div {
  background: #fff; /*padding: 0 20px;*/
}

/*添加样式*/
#list .left .title {
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #9c9b9b;
  line-height: 40px;
  color: #4d565a;
  width: 40px;
}

#list .left .heart_title {
  width: 80px;
  margin-bottom: 10px;
}

#list .left .mune {
  padding-bottom: 10px;
  margin-bottom: 10px;
  height: 195px;
}

#list .left .mune .title span {
  background-position: -38px -426px;
}

#list .left .mune .nav li {
  /*width: 107px;margin: 12px auto;*/
  height: 30px;
  margin: 9px 0;
}

#list .left .mune .menu li:hover {
  background: #37abd6;
}

#list .left .mune .nav {
  width: 264px;
}

/*心里活动*/
#list .left .mune .heart_nav li {
  position: relative;
  margin: 0 25px;
  width: 245px;
}

#list .left .mune .heart_nav li a {
  padding-left: 8px;
  font-size: 14px;
  float: left;
  text-align: left;
}

#list .left .mune .heart_nav li a:hover {
  color: #37abd6;
}

#list .left .mune .heart_nav li b {
  position: absolute;
  left: 0;
  top: 38%;
  float: left;
  width: 5px;
  height: 5px;
  background: #bac0c2;
}

#list .left .mune .nav a {
  display: block;
  text-align: center;
  color: #818688;
  font-size: 14px;
  vertical-align: middle; /*height: 119px;line-height: 130px;*/
}

#list .left .mune .menu li:hover a {
  color: #fff;
}

/*预约电话*/
#list .left .order_phone {
  height: 172px;
}

#list .left .mune .phone-num {
  color: #4d565a; /*text-align: right;*/
  line-height: 44px;
  margin-top: 25px;
  font-size: 14px;
  background: url("../image/tel.png") -30px -933px no-repeat;
  padding-left: 45px;
  /*margin-right: 20px;*/
}

#list .left .mune .phone-num:hover {
  color: #37abd6;
  background: url("../image/phone.png") -30px -933px no-repeat;
}

#list .left .calendar {
  padding-bottom: 10px;
}

#list .left .calendar .title span {
  background-position: -38px -962px;
}

#list .right {
  width: 880px;
  min-height: 643px;

  box-sizing: border-box;
}

#list .right .title {
  height: 54px;
  border-bottom: 1px solid #c8c7c7;
  line-height: 54px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #6b6969;
}

#list .right .title .icon {
  width: 21px;
  height: 21px;
  background: url(../images/local.png) -98px 0px;
  position: absolute;
  left: 0;
  top: 16px;
}

#list .right .nav_detail {
  padding: 20px 30px;
}

#list .right .nav_detail li {
  font-size: 12px;
  line-height: 36px;
  position: relative;
  padding-right: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#list .right .nav_detail a {
  margin-left: 5px;
}

#list .right .nav_detail a:hover {
  color: #086a99;
}

#list .right .nav_detail span {
  color: #6b6969;
  position: absolute;
  right: 0;
}

/*查看更多.*/
.article .title .text_info {
  float: right;
  cursor: pointer;
  border-right: 1px solid #fff;
  width: 63px;
  height: 28px;
  color: #9e9e9e;
  text-align: center;
  background: #ededed;
  font-size: 14px;
  margin: 21px 0 0 0;
  line-height: 28px;
}

.title .text_info:hover {
  color: #A03728;
}

.w_925 {
  float: left;
  width: 925px;
  margin: 0 auto;
  text-align: justify;
  padding-top: 37px;
  padding-bottom: 40px;
}

/*右半边样式*/
.right_text {
  float: right;
  width: 240px;
  padding-top: 0;
  height: 615px;
}

.top_text {
  height: 307px;
  background-color: #fbf2f2;
}

/*right_header*/
.right_header {
  padding: 8px 15px;
  overflow: hidden;
}

/**/
.right_content {
  height: 225px;
}

.right_header div {
  overflow: hidden;
  border-bottom: 1px solid #a03728;
}

.right_header .span1 {
  float: left;
  font-size: 16px;
  color: #a74b3f;
  cursor: pointer;
}

.right_header .look {
  float: right;
  text-decoration: underline;
  color: #a59d9d;
  cursor: pointer;
}

.right_header .look:hover {
  color: #a74b3f;
}

/*content*/
.right_text .right_content li {
  text-align: center;
  float: left;
  width: 100px;
  padding: 5px 10px;
  font-size: 14px;
  padding-bottom: 5px;
  color: #646060;
}

.right_text .right_content li a:hover {
  color: #a74b3f;
}

/*vip字体样式*/
.bottom_text .right_header span {
  text-align: center;
  font-size: 16px;
  color: #a74b3f;
  cursor: pointer;
  width: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #a03728;
}

/*右下*/
.bottom_text {
  text-align: center;
  margin-top: 1px;
  height: 308px;
  background-color: #f8eded;
}

.bottom_text .right_header {
  text-align: center;
}

.bottom_text .more_text {
  width: 64px;
  height: 22px;
  line-height: 23px;
  background-color: #a03728;
  color: #fff;
  margin: 0 auto;
  font-size: 13px;
  padding-bottom: 5px;
  cursor: pointer;
}

/*banner*/
.banner {
  width: 100%;
  /*height: 707px;*/
  position: relative;
}
.banner > ul{
  height: 100%;
}
.banner > ul > li {
  height: auto;
  width: 100%;
  position: absolute;
  display: none;
  z-index: 10;
  height:inherit;
}

.banner > .indicator {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 24px;
  text-align: center;
  z-index: 20;
}

.banner > .indicator > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #cbe0f3;
  /*border-radius: 50%;*/
  margin: 5px;
}

.banner > .indicator > a.cur {
  background: rgba(255,255,255,0.9);
  width: 16px;
  height: 16px;
}

/*首页侧边栏*/
.banner>.index_side {
  position: absolute;
  left: 0px;
  top: 25%;
  z-index: 30;
  width: 140px;
  height: 260px;

}
.banner>.index_side>.side{
  position: relative;
  left: 0px;
  top:0%;
}
.banner>.index_side>.side>a {

  text-align: center;
  display: inline-block;
  width: 140px;
  height: 60px;
  background:rgba(255,255,255,0.9);
  color: #184499;
  line-height: 60px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 16px;
}
.banner>.index_side>.side>.index_list{
  position: absolute;
  left: 150px;
  top:0px;
  width: 380px;
  height: 260px;
  box-sizing: border-box;
  background:rgba(255,255,255,0.9);
  border-radius: 5px;
  display: none;
  z-index: 1000;
}

.banner>.index_side>.side>a:hover{
  background:rgba(24,68,153,0.9);
  color: #fff;
}
.banner>.index_side>.side>.index_list>.nav_left{
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.banner>.index_side>.side>.index_list>.nav_left>li{
  font-size: 12px;
  line-height: 40px;
  text-align: left;
  padding-right: 115px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.banner>.index_side>.side>.index_list>.nav_left>li i{
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #3e3e3e;
  margin-right: 5px;
}
.banner>.index_side>.side>.index_list>.nav_left>li a{
  margin-left: 5px;
  color: #2a2f32;
}
 .banner > .index_side > .side > .index_list > .nav_left > li a:hover {
     color:#184499;
    }
.banner>.index_side>.side>.index_list>.nav_left>li span{
  color: #2a2f32;
  position: absolute;
  right: 15px;
}
.side>a:hover .index_list{
  display: block;
}



#list .content-left {
  margin-top: 10px;
  float: left;
  width: 280px;
  height: 800px;
  border: 1px solid #dadada;
  background: url("../images/bg-1.png") no-repeat bottom left;
}

#list  .content-left .content-left-head {
  padding: 20px 0 30px;
  background: url("../images/bg-2.png") no-repeat right top;
  text-align: center;
}

#list .content-left .content-left-head span {
  display: block;
}

#list .content-left .content-left-head .content-left-title-zh {
  font-size: 20px;
  color: #3c3c3c;
}

#list .content-left .content-left-head .content-left-title-en {
  font-size: 14px;
  color: #696969;
}

#list .content-left .content-left-list {
  margin-left: 35px;
}

#list  .content-left .content-left-list li {
  width: 253px;
  height: 37px;
  text-indent: 72px;
  margin-top: 30px;
}

#list .content-left .content-left-list li.content-left-list-active {
  background: url("../images/list-bg.png") no-repeat;
}

#list .content-left .content-left-list li a {
  display: block;
  text-decoration: none;
  line-height: 37px;
  font-size: 16px;
  color: #3c3c3c;
}


/*查看更多*/
.index-others .guide .check_more {
  position: absolute;
  bottom: -17px;
  left: 37%;
  width: 98px;
  height: 32px;
  background-color: #37abd6;
  color: #fff;
  outline: none;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
  z-index: 100;
}

/*右半边样式布局*/
#list .right .week_list {
  height: 140px;
}

#list .right .week_list li {
  text-align: center;
  width: 128px;
  float: left;
  margin-right: 2px;
}

#list .right .week_list li p {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background: #a4d7ea;
}

#list .right .week_list li p:hover {
  background: #37abd6;
}

#list .right .week_list li p a {
  color: #fff;
}

#list .right .week_list li span {
  display: inline-block;
  width: 128px;
  height: 95px;
  line-height: 95px;
  font-size: 16px;
  background: #fff;
}

#list .right .week_list li span a {
  color: #818688;
}

#list .right .week_list li span a:hover {
  color: #37abd6;
}

/*list样式*/
#list .right .list_group {
  margin-top: 20px;
  width: 908px;
  height: 453px;
  background: #fff;
  box-sizing: border-box;
}

#list .right .list_group li {
  height: 75px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  box-sizing: border-box;
}

#list .right .list_group li div {
  float: left;
}

#list .right .list_group li .btn_group {
  float: right;
}

#list .right .list_group .time {
  margin: 7px 10px;
}

#list .right .list_group .time p {
  font-size: 14px;
  color: #818688;
  margin-left: 8px;
  margin-bottom: 5px;
}

#list .right .list_group .time span {
  font-size: 12px;
  color: #818688;
}

#list .right .list_group .mingE {
  margin: 25px 0 20px 190px;
}

#list .right .list_group .mingE span {
  margin: 15px 0 15px 50px;
  font-size: 14px;
  color: #818688;
}

#list .right .list_group .mingE span b {
  color: #37abd6;
  font-size: 16px;
  font-weight: normal;
}

#list .right .list_group .btn_group {
  margin: 20px 10px;
}

#list .right .list_group .btn_group span {
  display: inline-block;
  width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

#list .right .list_group .btn_group .yuyue {
  background: #c9d3d7;
}

#list .right .list_group .btn_group .check {
  background: #37abd6;
}

#list .right .list_group .btn_group .liuyan {
  background: #51d6a2;
}

#list .right .list_group .last {
  border-bottom: 0;
}

.list_footer {
  margin-top: 15px;
}

/*search样式*/
#list .search_right {
  width: 912px;
  min-height: 612px;
  background: #fff;
  padding: 0 35px 10px;
  box-sizing: border-box;
  float: right;
}

#list .search_right .title {
  height: 54px;
  border-bottom: 1px solid #c8c7c7;
  line-height: 54px;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #6b6969;
}

#list .search_right .title .icon {
  width: 15px;
  height: 21px;
  background: url(../image/sprite.png) -677px -390px;
  position: absolute;
  left: 0;
  top: 16px;
}

#list .search_right .nav {
  min-height: 450px;
}

#list .search_right .page {
  margin-top: 15px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

#list .search_right .page span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #cfcfcf;
  line-height: 20px;
  cursor: pointer;
}

#list .search_right .page .nochange {
  font-style: normal;
}

#list .search_right .page .checked {
  background: #2a9fe4;
  border-color: #2a9fe4;
  color: #fff;
}

/*order_table右边样式*/
.search_right .order_table {
  border-collapse: collapse;
  border: 1px solid #818688;
  display: table;
  margin-top: 10px;
}

.search_right .order_table .center {
  width: 13%;
}

.search_right .order_table td {
  height: 30px;
}

.search_right .order_table tr select {
  width: 173px;
}

/*首页*/
#list {
  margin-top: 20px;
}

#list .left {
  float: left;
  width: 390px;
  margin-top: 10px;
}

#list .left .submenu {
  background: #fff;
  height: 320px;
  margin-bottom: 10px;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}

/*添加代码*/
#list .left .submenu .left_title {
  border-bottom: 1px dashed #9e9bb0;
  height: 30px;
  margin: 0 10px;
}

#list .left .submenu .left_title .notice {
  position: absolute;
  left: 0px;
  top: 0;

}

#list .left .submenu .left_title .notice i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/icon.png") -10px -495px no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

#list .left .submenu .left_title .notice span {
  font-size: 14px;
  color: #05618a;
}

#list .left .submenu .left_title .ti i {
  background: url("../images/location.png") 2px -302px no-repeat;
}

#list .left .submenu .left_title .more {
  position: absolute;
  right: 15px;
  top: 0;
}

#list .left .submenu .left_title .more a {
  text-decoration: underline;
  font-size: 14px;
  color: #96c0cc;
}

#list .left .submenu .nav_left {
  padding: 10px;
  width: 341px;
  height: 240px;
  box-sizing: border-box;
}

#list .left .submenu .nav_left li {
  font-size: 12px;
  line-height: 40px;
  position: relative;
  padding-right: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#list .left .submenu .nav_left li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #3e3e3e;
  margin-right: 5px;
}

#list .left .submenu .nav_left a {
  margin-left: 5px;
  color: #3c3c3c;
}

#list .left .submenu .nav_left span {
  color: #6b6969;
  position: absolute;
  right: 15px;
}

/*section2*/
#list .left .section2 {
  margin-top: 10px;
}

#list .left .section2 .left_title .work i {
  background-position: -809px -496px;
}

#list .left .section2 .left_icon {
  margin-top: 15px;
  height: 240px;
}

#list .left .section2 .left_icon li {
  display: inline-block;
  width: 130px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#list .left .section2 .left_icon li span {
  font-size: 14px;
  color: #086a99;
}

#list .left .section2 .left_icon li .icon1 {
  display: inline-block;
  width: 68px;
  height: 68px;
  vertical-align: middle;
  background: url(../images/icon.png) center center no-repeat;
}

#list .left .section2 .left_icon li i.stu {
  background-position: -1209px -557px;
}

#list .left .section2 .left_icon li i.voice {
  background-position: -1369px -557px;
}

#list .left .section2 .left_icon li i.big {
  background-position: -1209px -679px;
}

#list .left .section2 .left_icon li i.san {
  background-position: -1369px -679px;
}

/*hover*/
#list .left .section2 .left_icon li i.stu:hover {
  background-position: -889px -557px;
}

#list .left .section2 .left_icon li i.voice:hover {
  background-position: -1049px -557px;
}

#list .left .section2 .left_icon li i.big:hover {
  background-position: -889px -679px;
}

#list .left .section2 .left_icon li i.san:hover {
  background-position: -1049px -679px;
}

/*section3*/
#list .left .section3 {
  margin-top: 10px;
  height: 60px;
  width: 341px;
  background: #fff;
}

#list .left .section3 p {
  font-size: 14px;
  color: #e47e2c;
  padding-left: 155px;
  padding-right: 15px;
}

#list .left .section3 p {
  width: 88px;
  height: 53px;
  background: url("../images/logo1.png") -10px -1158px no-repeat;
}

#list .left .section3 .left_title {
  border-bottom: 0;
}

#list .left .section4 {
  margin-top: 10px;
  height: 240px;
}

#list .left .section4 .left_title .notice i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url("../images/logo1.png") -15px -1233px no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

#list .left .section4 .nav {
  height: 120px;
  box-sizing: border-box;
}

#list .right {
  float: right;
  width: 880px;
  box-sizing: border-box;
  padding: 0 5px;
  min-height: 670px;
}

#list .right .nav {
  float: right;
  width: 400px;
}

#list .right .notice {
  position: absolute;
  left: 10px;
  top: 20px;
}

#list .right .notice span {
  font-size: 14px;
  color: #e47e2c;
}

#list .right .right_1 {
  height: 665px;
}

#list .right .relative {
  height: 10px;
  margin-top: 10px;
}

#list .right .nav li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e47e2c;
  margin-right: 5px;
  margin-left: 10px;
}

#list .right .notice i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url("../images/logo1.png") -365px -487px no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

/*right中间*/
/*添加代码*/
#list .right .submenu {
  margin-top: 10px;
  background: #fff;
  height: 283px;
  width: 380px;
  padding-top: 20px;
}

#list .right .submenu .left_title {
  border-bottom: 1px dashed #f7ddd8;
  height: 30px;
  margin: 0 10px;
}

#list .right .submenu .left_title .notice {
  position: absolute;
  left: 0px;
  top: 0;

}

#list .right .submenu .left_title .notice i {
  display: inline-block;
  width: 18px;
  height: 20px;
  background: url("../images/logo1.png") -15px -487px no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

#list .right .submenu .left_title .notice .org {
  background-position: -364px -792px;
}

#list .right .submenu .left_title .notice .tai {
  background-position: -790px -792px;
}

#list .right .submenu .left_title .notice .ban {
  background-position: -364px -1100px;
}

#list .right .submenu .left_title .notice .down {
  background-position: -791px -1099px;
}

#list .right .submenu .left_title .notice span {
  font-size: 14px;
  color: #e47e2c;
}

#list .right .submenu .left_title .more {
  position: absolute;
  right: 15px;
  top: 0;
}

#list .right .submenu .left_title .more a {
  text-decoration: underline;
  font-size: 14px;
  color: #e47e2c;
}

/*下载区*/
#list .right .download_zone {
  margin-top: 10px;
  background: #fff;
  height: 320px;
  width: 380px;
  padding-top: 70px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
}

#list .right .download_zone > div {
  display: inline-block;
}

#list .right .download_zone > div.weixin {
  margin-right: 30px;
}

#list .right .download_zone p {
  margin-top: 30px;
  line-height: 30px;

}

#list .right .download_zone p > a {
  font-size: 16px;
  color: #086a99;
  text-decoration: underline;
}

#list .left .submenu .nav {
  padding: 10px;
  width: 341px;
  height: 145px;
  box-sizing: border-box;
}

#list .left .submenu .nav li {
  font-size: 12px;
  line-height: 40px;
  position: relative;
  padding-right: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#list .left .submenu .nav li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #e47e2c;
  margin-right: 5px;
}

#list .left .submenu .nav a {
  margin-left: 5px;
  color: #3c3c3c;
}

#list .left .submenu .nav span {
  color: #6b6969;
  position: absolute;
  right: 15px;
}

/*友情链接*/

/*小图片轮播*/

.small_banner {
  margin-top: 40px;
  width: 300px;
  height: 220px;
  padding-left: 20px;
  position: relative;
  float: left;
}

.small_banner ul li {
  height: 220px;
  width: 300px;
  position: absolute;
  display: none;
  z-index: 10;
}

.small_banner .num {
  position: absolute;
  /*width: 300px;*/
  right: 0;
  bottom: 0px;
  text-align: center;
  z-index: 20;
}

.small_banner .num a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 5px;
  background: #ffe2d4;
  color: #e47e2c;
}

.small_banner .num a.cur {
  background: #ffffff;
}

.small_banner .num a:hover {
  background: #ffffff;
}

.small_banner .banner_title {
  position: absolute;
  z-index: 20;
  bottom: -35px;
  left: 20px;

}

.small_banner .banner_title .title_content {
  position: relative;
  width: 300px;
  height: 30px;
}

.small_banner .banner_title .title_content p {
  position: absolute;
  width: 300px;
  height: 30px;
  display: none;
  z-index: 10;
}

#list .right .right_nav {
  float: right;
  padding: 25px 10px 10px 20px;
}

#list .right .nav li {
  font-size: 12px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#list .right .nav a {
  margin-left: 5px;
  color: #3c3c3c;
}

#list .right .nav span {
  color: #6b6969;
  position: absolute;
  right: 0;
}

#list .right .page {
  margin-top: 19px;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
}

#list .right .page span {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #cfcfcf;
  line-height: 20px;
  cursor: pointer;
}

#list .right .page .nochange {
  font-style: normal;
}

#list .right .page .checked {
  background: #086a99;
  border-color: #086a99;
  color: #fff;
}

.links {
  height: 260px;
  margin: 10px auto;
  box-sizing: border-box;
}

.links .submenu {
  display: inline-block;
  height: 256px;
  box-sizing: border-box;
  width: 583px;
  background-color: #fff;
  overflow: hidden;
}

.links .submenu .right_title {
  border-bottom: 1px dashed #9e9bb0;
  height: 30px;
  margin: 15px 15px 10px 15px;
}

.links .submenu .right_title .notice {
  position: absolute;
  left: 0px;
  top: 0;

}

.links .submenu .right_title .notice i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/icon.png") -10px -495px no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

.links .submenu .right_title .fd i {
  background-position: -10px -1152px;
}

.links .submenu .right_title .stu i {
  background-position: -609px -1152px;
}

.links .submenu .right_title .yuan i {
  background-position: -411px -822px;
}

.links .submenu .right_title .notice span {
  font-size: 14px;
  color: #05618a;
}

.links .submenu .right_title .more {
  position: absolute;
  right: 15px;
  top: 0;
}

.links .submenu .right_title .more a {
  text-decoration: underline;
  font-size: 14px;
  color: #96c0cc;
}

.links .submenu .nav_left {
  padding: 10px;
  /*width: 341px;*/
  height: 190px;
  box-sizing: border-box;
}

/*一组图片轮播*/
.links .submenu .imgGroup {
  padding: 10px;
  height: 190px;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.links .submenu .imgGroup #move, .links .submenu .imgGroup #move2 {
  height: 190px;
  padding: 10px 20px;
  text-align: center;
}

.links .submenu .imgGroup #move a, .links .submenu .imgGroup #move2 a {
  display: inline-block;
  padding-right: 15px;
}

.links .submenu .imgGroup #move a > span, .links .submenu .imgGroup #move2 a > span {
  font-size: 14px;
}

.move {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0em;
}

.links .submenu .imgGroup #move a img, .links .submenu .imgGroup #move2 a img {
  width: 154px;
  height: 154px;
}

.links .submenu .nav_left li {
  display: inline-block;
  font-size: 12px;
  line-height: 35px;
  position: relative;
  width: 185px;
  overflow: hidden;
  text-align: center;

}

.links .submenu .nav_left li a > img {
  width: 154px;
  height: 154px;
}

.links .submenu .nav_left li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #3e3e3e;
  margin-right: 5px;
}

.links .submenu .nav_left a {
  margin-left: 5px;
  color: #3c3c3c;
}

.links .submenu .nav_left span {
  color: #6b6969;
  right: 15px;

}

.links .submenu1 {
  margin-right: 10px;
}

/*首页right*/
#list .right .submenu {
  display: inline-block;
  height: 320px;
  box-sizing: border-box;
}

#list .right .submenu .right_title {
  border-bottom: 1px dashed #9e9bb0;
  height: 30px;
  margin: 0 10px;
}

#list .right #yuan {
  /*height: 300px;*/
}

#list .right #down .right_title {
  border-bottom: 0;
}

#list .right .submenu .right_title .notice {
  position: absolute;
  left: 0px;
  top: 0;

}

#list .right .submenu .right_title .notice i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/icon.png") -10px -495px no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

#list .right .submenu .right_title .tz i {
  background-position: -411px -497px;
}

#list .right .submenu .right_title .fast i {
  background-position: -10px -825px;
}

#list .right .submenu .right_title .yuan i {
  background-position: -411px -822px;
}

#list .right .submenu .right_title .notice span {
  font-size: 14px;
  color: #05618a;
}

#list .right .submenu .right_title .more {
  position: absolute;
  right: 15px;
  top: 0;
}

#list .right .submenu .right_title .more a {
  text-decoration: underline;
  font-size: 14px;
  color: #96c0cc;
}

#list .right .submenu .nav_left {
  padding: 10px;
  width: 341px;
  height: 240px;
  box-sizing: border-box;
}

#list .right .submenu .nav_left li {
  font-size: 12px;
  line-height: 40px;
  position: relative;
  padding-right: 140px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#list .right .submenu .nav_left li i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #3e3e3e;
  margin-right: 5px;
}

#list .right .submenu .nav_left a {
  margin-left: 5px;
  color: #3c3c3c;
}

#list .right .submenu .nav_left span {
  color: #6b6969;
  position: absolute;
  right: 15px;
}

#list .right .submenu1 {
  margin-right: 10px;
}

/*详情内容*/
#detail .detail-title {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin: 20px 0 10px 0;
}

#detail .author {
  color: #6c6c6c;
  text-align: center;
}

#detail .imgbox {
  width: 500px;
  height: 400px;
  margin: 0 auto;
}

#detail .imgbox img {
  width: 100%;
  height: 100%;
}

#detail .others {
  border-top: 1px solid #dcdcdc;
  margin-top: 20px;
}

#detail .others span {
  color: red;
}

#detail .others a {
  display: block;
  margin-top: 10px;
}

#detail .others a:hover {
  color: #3c3c3c !important;
  text-decoration: underline;
}

/*登录*/
.login-footer {
  text-align: center;
  padding: 10px 0;
}

.login-content {
  background: url("../images/login/banner.png") center no-repeat;
  position: relative;
}

.login-content .login-form {
  padding: 120px 0 0 50px;
  margin: -230px 0 0 -203px;
  top: 50%;
  left: 50%;
  width: 406px;
  height: 428px;
  background: url("../images/login/login.png");
  position: absolute;
  box-sizing: border-box;
}

.login-content .login-form .bar {
  height: 36px;
  margin-bottom: 20px;
}

.login-content .login-form input {
  box-sizing: border-box;
  border: 1px solid #2a9fe4;
  height: 36px;
  padding: 1px 10px;
  outline: none;
  width: 238px;
}

.login-content .login-form span {
  color: #000;
  font-size: 14px;
  margin-right: 10px;
}

.login-content .login-form .code-img {
  width: 98px;
  height: 36px;
  float: right;
  margin-right: 66px;
  cursor: pointer;
}

.login-content .login-form .large {
}

.login-content .login-form .small {
  width: 130px;
}

.login-content .login-form .sub-btn {
  background: #2a9fe4;
  width: 238px;
  cursor: pointer;
  color: #fff;
  margin-left: 52px;
}

.login-content .nav {
  width: 800px;
  height: 215px;
  text-align: justify;
  position: absolute;
  left: 50%;
  bottom: 33%;
  margin: 0 0 -120px -400px;
}

.login-content .nav a {
  color: #fff;
}

.login-content .nav a:hover {
  text-decoration: none;
}

.login-content .nav li {
  display: inline-block;
  width: 190px;
  text-align: center;
  font-size: 18px;
}

.login-content .nav span {
  display: block;
  height: 190px;
  width: 190px;
  background: url("../images/login/paopao.png");
  margin-bottom: -20px;
}

.login-content .nav li:hover a {
  color: #f3b786;
}

.login-content .nav .first span {
  background-position: -509px -195px;
}

.login-content .nav .second span {
  background-position: -869px -195px;
}

.login-content .nav .third span {
  background-position: -1228px -195px;
}

.login-content .nav .first:hover span {
  background-position: -509px -452px;
}

.login-content .nav .second:hover span {
  background-position: -869px -452px;
}

.login-content .nav .third:hover span {
  background-position: -1228px -452px;
}

/*小屏幕*/
.login-content .small-nav li {
  width: 134px;
  font-size: 16px;
}

.login-content .small-nav span {
  height: 132px;
  width: 134px;
  background: url("../images/login/paopaoxiao.png");
}

.login-content .small-nav .first span {
  background-position: -509px -195px;
}

.login-content .small-nav .second span {
  background-position: -869px -195px;
}

.login-content .small-nav .third span {
  background-position: -1228px -195px;
}

.login-content .small-nav .first:hover span {
  background-position: -509px -452px;
}

.login-content .small-nav .second:hover span {
  background-position: -869px -452px;
}

.login-content .small-nav .third:hover span {
  background-position: -1228px -452px;
}

#form {
  display: none;
}

#info {
  margin-top: -20px;
}

#info p {
  font-size: 14px;
  line-height: 50px;
}

#info .entry {
  float: left;
}

#info .exit {
  float: right;
}

#detail .condition select {
  margin-right: 10px;
}

.price-table {
  border-collapse: collapse;
}

/*处长信箱*/
.email-box .email-title {
  text-align: center;
  margin: 20px 0;
  background: #eee;
}

.email-box .search-box {
  text-align: center;
}

.email-box .search-box .search-input {
  height: 25px;
  box-sizing: border-box;
  margin: 0 10px;
  padding: 1px 10px;
}

.email-box .search-box select {
  height: 25px;
  box-sizing: border-box;
  margin: 0 10px;
}

.email-box .search-box .search-btn {
  height: 25px;
  margin: 0 10px;
  cursor: pointer;
  width: 60px;
}

.email-box .item {
  margin: 20px 0;
}

.email-box .item .item-title {
  background: #8ed6ff;
  color: #000;
  padding: 0 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.email-box .item .item-title span {
  float: right;
  font-size: 12px;
}

.email-box .item > div {
  padding: 0 30px;
}

.email-box .item .reply p {
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}

.reply-link a {
  float: right;
  margin-right: 15px;
}

/*我要留言*/
.leave-msg {
  padding: 20px;
}

.leave-msg .msg-title {
  font-size: 14px;
  color: red;
}

.leave-msg .weight {
  font-weight: bold;
  color: #000;
}

.leave-msg .msg-form {
  margin-top: 20px;
}

.leave-msg .msg-form input {
  height: 25px;
  box-sizing: border-box;
  padding: 1px 10px;
}

.leave-msg .msg-form .bar {
  position: relative;
  padding-left: 120px;
  margin: 10px 0;
}

.leave-msg .msg-form .bar label {
  cursor: pointer;
}

.leave-msg .msg-form .bar .radio {
  margin: 0 5px 0 10px;
  cursor: pointer;
}

.leave-msg .msg-form .bar i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 120px;
  text-align: right;
  font-style: normal;
}

.leave-msg .msg-form .bar .desc {
  width: 500px;
  height: 200px;
  box-sizing: border-box;
}

.leave-msg .msg-form .bar .submit-btn {
  cursor: pointer;
  border-radius: 3px;
  background: #2a9fe4;
  border: none;
  color: #fff;
  width: 100px;
  margin-left: 400px;
}

/*登录查看个人留言*/
.email-info {
  padding: 20px;
}

.email-info .info-title {
  font-size: 14px;
  color: #000;
  margin: 10px 0;
  text-align: center;
}

.email-info .bar {
  margin: 10px 0;
  padding-left: 260px;
}

.email-info .bar input {
  width: 160px;
  box-sizing: border-box;
  padding: 1px 10px;
}

.email-info .bar .info-btn {
  cursor: pointer;
  margin-left: 50px;
  border-radius: 3px;
  background: #2a9fe4;
  border: none;
  color: #fff;
  height: 25px;
}

/*搜索页*/
.search input {
  float: right;
  box-sizing: border-box;
  height: 25px;
  margin: 15px 10px 0 0;
  padding: 1px 10px;
  outline: none;
}

.search .search-input {
  width: 180px;
}

.search .search-btn {
  cursor: pointer;
  border-radius: 3px;
  background: #2a9fe4;
  border: none;
  color: #fff;
  width: 60px;
}

/*资料下载*/
.download .list-box p {
  background: #2a9fe4;
  color: #fff;
  padding: 0 10px;
  cursor: pointer;
}

.download .list-box > li {
  margin: 10px 0;
}

.download .list-box .sign {
  font-size: 24px;
  line-height: 22px;
  height: 25px;
  width: 20px;
  float: left;
  text-align: center;
}

.download .list-box .sub {
  padding: 0 30px;
  display: none;
}

.download .list-box .sub li {
  margin: 5px 0;
}

/*二级页面样式*/
.banner_list {
  width: 100%;
  height: 240px;
}

.banner_list img {
  width: 100%;
  height: 240px;
}

#list .left .submenu .left_title .notice .menu {
  background: url("../images/location.png") 5px 4px no-repeat;
}

#list .left .shadow .nav_list {
  height: 180px;
}

#list .left .shadow .nav_list li {
  display: inline-block;
  width: 160px;
  height: 50px;
  margin-top: 10px;
  text-align: center;
  line-height: 50px;
  background: url("../images/location.png") -156px -52px no-repeat;
}

#list .left .shadow .nav_list li:hover {
  background: url("../images/location.png") -12px -52px no-repeat;
}

#list .left .shadow .nav_list li.current {
  background: url("../images/location.png") -12px -52px no-repeat;
}

/*友情链接*/
#list .left .submenu .left_title .notice .friendLink {
  width: 21px;
  height: 25px;
  background: url("../images/location.png") 1px -742px no-repeat;
}

#list .left .submenu .weixin, #list .left .submenu .weibo {
  display: inline-block;
  margin-top: 20px;
}

#list .left .submenu .link {
  margin-top: 15px;
}

#list .left .submenu .nav_list span {
  display: inline-block;
  width: 130px;
  height: 35px;
  margin-top: 10px;
  border: 1px solid #e6dddb;
  border-radius: 2px;
  line-height: 35px;
  margin-right: 10px;
}

/*右边样式*/
#list .right_list {
  /*background-color: #fff;*/
  /*margin-top: 10px;*/
  min-height: 900px;

}

#list .right_list .nav {
  width: 800px;
}

#list .right_list .title .icon {

  background: url("../images/location.png") -355px 0px no-repeat;
}

.nav_detail_1 {
    margin-top:10px;
    text-indent:26px;
}
.borderActive{border:2px solid blue !important;}
