body {
   background: #F0F0F0 !important;
   min-width: 1460px;
}

.topWrap {
   width: 100%;
   margin: 0 auto;
   background: #ffffff;
   height: auto;
   overflow: hidden;
}

.topDiv {
   width: 85%;
   margin: 0 auto;
   max-width: 1800px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.logo {}

.department {
   display: flex;
   flex-direction: column;
   margin-right: 120px;
}

.department span {
   font-size: 44px;
   font-family: '宋体';
   text-align: center;
   color: #fff;
   display: block;
}

.Top_pic {
   width: 400px;
   height: 180px;
   overflow: hidden;
   position: relative;
   display: inline-block;
}

.Top_pic img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

.Top_pic::after {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to right, #184069, transparent 70%, #184069);
   pointer-events: none;
}

.topR {
   color: #999999;
}

.topR a {
   color: #999999;
   padding: 0 5px;
}

.Search {
   width: 287px;
   height: 38px;
   background: url(../img/top_hunt_bg.png) no-repeat;
   margin-top: 15px;
   margin-left: 15px;
   float: right;
}

.fdj {
   float: right;
   height: 18px;
   margin-top: 6px;
   margin-left: 10px;
}

.fdj img {
   margin-right: 5px;
}

.search_text {
   float: left;
   width: 195px;
   margin-top: 2px;
   height: 30px;
   line-height: 30px;
   outline: none;
   font-family: "微软雅黑";
   color: #c8c8c8;
   margin-left: 15px;
}

.button {
   background: url(../img/top_hunt.png) no-repeat;
   width: 18px;
   height: 18px;
   cursor: pointer;
   margin-right: 15px;
   outline: none;
}

.navWrap {
   width: 100%;
   background: #b30216;
   height: 50px;
   line-height: 50px;
   margin: 0 auto;
}

.nav {
   width: 1460px;
   height: 50px;
   margin: 0 auto;
   *position: relative;
   *z-index: 100;
}

.nav ul {
   display: flex;
   justify-content: center;
}

.nav li {
   float: left;
   height: 50px;
   line-height: 50px;
   font-size: 16px;
   position: relative;
   margin-right: 72px;
}

.nav li a {
   color: #FFF;
   display: block;
   padding: 0 32px 0 33px;
}

.nav ul li a:hover {
   display: block;
   color: #fff;
   background: linear-gradient(to bottom, #184069, #15324F);
}

.nav dl {
   font-size: 14px;
   background: #184069;
   position: absolute;
   top: 50px;
   left: 0px;
   z-index: 9999;
}

.nav dl.chang {
   width: 284px;
}

.nav dl dd a {
   color: #fff;
   height: 38px;
   line-height: 38px;
   padding: 0 30px
}

.nav dl dd a:hover {
   color: #fff;
   background: #15324F;
}


.bannerWrap {
   width: 100%;
   margin: 0 auto;
   height: auto;
   overflow: hidden;
   *position: relative;
   *z-index: 10;
}

.banner_one {
   height: 400px;
   position: relative;
   margin: 0 auto;
   overflow: hidden;
   z-index: 1;
}

.slideBox {
   width: 100%;
   height: 400px;
   overflow: hidden;
   position: relative;
}

.slideBox .hd {
   height: 4px;
   overflow: hidden;
   position: absolute;
   right: 43.6%;
   bottom: 20px;
   z-index: 1;
}

.slideBox .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox .hd ul li {
   float: left;
   margin-right: 5px;
   width: 60px;
   height: 4px;
   border-radius: 2px;
   text-align: center;
   background: #8f8586;
   cursor: pointer;
}

.slideBox .hd ul li.on {
   background: #fff;
}

.slideBox .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox .bd img {
   width: 100%;
   height: 400px;
   display: block;
}

.slideBox .prev {
   position: absolute;
   left: 24%;
   top: 50%;
   margin-top: -25px;
   float: left;
   display: block;
   width: 40px;
   height: 74px;
   background: url(../img/s_banner_l.png) no-repeat;
   filter: alpha(opacity=50);
   opacity: 0.5;
}

.slideBox .next {
   position: absolute;
   right: 24%;
   top: 50%;
   margin-top: -25px;
   float: right;
   display: block;
   width: 40px;
   height: 74px;
   background: url(../img/s_banner_r.png) no-repeat;
   filter: alpha(opacity=50);
   opacity: 0.5;
}

.slideBox .prev:hover,
.slideBox .next:hover {
   filter: alpha(opacity=100);
   opacity: 1;
}

.slideBox .prevStop {
   display: none;
}

.slideBox .nextStop {
   display: none;
}


.banner_two {
   width: 1460px;
   margin: 10px auto 0;
}

.pic {
   width: 1460px;
   height: 400px;
}

.pic ul li {
   list-style: none;
   width: 50px;
   height: 334px;
   float: left;
}

.txt {
   width: 100%;
   height: 42px;
   line-height: 42px;
   background: url(../img/m_banbg.png) no-repeat 0px 0px;
   margin-top: 292px;
}

.txt p {
   color: #fff;
   font-family: "微软雅黑";
   position: relative;
   width: 100%;
   overflow: hidden;
   height: 42px;
   line-height: 42px;
   text-indent: 50px;
}

.txt .p1 {
   font-size: 16px;
}

.xwdt_container {
   padding: 0 16px 16px 16px;
   display: flex;
   justify-content: space-between;

}

.xwdt_list {
   width: 48%;
}

// .xwdt_list ul {
//    display: flex;
//    height: 100%;
//    flex-direction: column;
//    justify-content: space-between;
// }

.xwdt_list ul li {
   box-sizing: border-box;
   padding: 28px 0;
   border-bottom: 1px solid #d8d8d8;
}

/* 
.xwdt_list ul li:first-child {
   padding-top: 0 !important;
}

.xwdt_list ul li:last-child {
   padding-bottom: 0 !important;
   border-bottom: 0 !important;
} */

.xwdt_list .date {
   display: inline-block;
   cursor: default;
}

.xwdt_list .date span {
   display: flex;
   width: 70px;
   justify-content: center;
}

.xwdt_list .date span:first-child {
   font-size: 20px;
   color: #fff;
   background-color: #3E7ABB;
}

.xwdt_list .date span:last-child {
   font-size: 16px;
   border: 1px solid #3E7ABB;
   border-top: 0;
   box-sizing: border-box;
}

.xwdt_list ul li {
   display: flex;
}

.xwdt_list ul li a {
   display: inline-block;
   width: 85%;
   margin-left: 16px;
   height: 55px;
   font-size: 18px;

   display: -webkit-box;
   -webkit-box-orient: vertical;
   line-clamp: 2;
   -webkit-line-clamp: 2;
   overflow: hidden;
}

.banner_three {
   width: 48%;
   margin-bottom: 36px;
}

.changeBox_a1 {
   height: 400px;
   position: relative;
}

.changeBox_a1 .a_bigImg img {
   position: absolute;
   top: 0px;
   left: 0px;
   display: none;
}

.changeDiv {
   width: 100%;
   position: absolute;
   top: 0px;
   display: none;
}

.changeDiv img {
   vertical-align: bottom;
   width: 100% !important;
   object-fit: cover;
}

.changeDiv h3 {
   position: absolute;
   left: 0px;
   bottom: -46px;
   width: 100%;
   height: 43px;
   line-height: 43px;
   filter: alpha(opacity=70);
   opacity: 0.7;
   text-align: center;
   box-sizing: border-box;
   font-size: 16px;
   padding: 0 16px;

   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.changeDiv h3 a {
   display: block;
   padding-left: 15px;
   color: #000;
   font-size: 16px;
}

.ul_change_a2 {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
   bottom: 16px;

   overflow: hidden;
}

.ul_change_a2 li {
   display: -moz-inline-stack;
   display: inline-block;
}

.ul_change_a2 span {
   display: -moz-inline-stack;
   display: inline-block;

   margin-right: 2px;
   background: #a99f97;
   filter: alpha(opacity=85);
   opacity: 0.85;
   cursor: hand;
   cursor: pointer;
   width: 12px;
   height: 12px;
   border-radius: 50%;
}

.ul_change_a2 span.on {
   background: #fff;
}


.container {
   width: 98%;
   margin: 0 auto;
   height: auto;
   overflow: hidden;
}

.container .zcck .zccktop {
   display: flex;
}

.content {
   margin-top: 5px;
   width: 1460px;
   float: left;
}

.new_inforBox {
   width: 660px;
}

.dynamic {
   height: 35px;
   line-height: 34px;
   width: 660px;
   border-bottom: 1px solid #d7d7d7;
}

.dynamic h2 {
   font-size: 16px;
   color: #464646;
   font-weight: normal;
   float: left;
   padding: 0 5px;
   border-bottom: 2px solid #b30216;
}

.dynamic span a {
   width: 38px;
   height: 25px;

   display: block;
   float: right;
}

.dynamic span a img {
   *margin-top: 20px;
}

.newBox {
   width: 100%;
   margin: 12px auto 0;
   height: auto;
   overflow: hidden;
}

.new_pic {
   float: left;
   width: 333px;
}

.slideBox1 {
   width: 333px;
   height: 240px;
   overflow: hidden;
   position: relative;
   z-index: -1;
}

.slideBox1 .hd {
   height: 15px;
   overflow: hidden;
   position: absolute;
   right: 5px;
   bottom: 8px;
   z-index: 1;
}

.slideBox1 .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox1 .hd ul li {
   float: left;
   margin-right: 2px;
   border-radius: inherit;
   width: 20px;
   height: 15px;
   line-height: 14px;
   text-align: center;
   background: #6a6a6a;
   color: #fff;
   cursor: pointer;
}

.slideBox1 .hd ul li.on {
   background: #0b6cb8;
}

.slideBox1 .bd {
   position: relative;
   height: 100%;
   z-index: 0;
   height: 240px;
}

.slideBox1 .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox1 .bd img {
   width: 333px;
   height: 240px;
   display: block;
}

.new_pic h3 {
   font-size: 14px;
   color: #999999;
   font-weight: normal;
   text-align: center;
   margin-top: 20px;
}

.new_list {
   width: 314px;
   float: right;
   margin-right: 0;
   margin-top: -10px;
}

.dynamic_list {
   margin-top: 10px;
   width: 314px;
}

.dynamic_list li {
   line-height: 31px;
   *line-height: 17px;
   font-size: 14px;
   float: left;
   color: #5c5c5c;
   width: 314px;
   background: url(../img/xdd.png) no-repeat 0px 14px;
   *background: url(../img/xdd.png) no-repeat 0px 8px;
   text-indent: 12px;
}

.dynamic_list li:hover {
   background: url(../img/xdd_h.png) no-repeat 0px 14px;
   *background: url(../img/xdd_h.png) no-repeat 0px 8px;
}

.dynamic_list li a {
   color: #5c5c5c;
}

.dynamic_list li:hover a {
   color: #0b6cb8;
}

.dynamic_list li img {
   margin-right: 6px;
}

.dynamic_list li a span {
   float: right;
   margin-right: 0;
   color: #c3c3c3;
   *position: relative;
   *top: -16px;
}

.dynamic_list li:hover span {
   color: #0B6CB8;
}

.notice {
   *float: right;
   *margin-right: 0;
}

.notice_list {
   margin-right: 0;
   float: right;
   width: 314px;
   margin-top: 12px;
   *margin-top: 4px;
}

.notice_list ul li {
   line-height: 31px;
   *line-height: 34px;
   font-size: 14px;
   float: left;
   color: #5c5c5c;
   width: 314px;
   background: url(../img/xdd.png) no-repeat 0px 14px;
   *background: url(../img/xdd.png) no-repeat 0px 16px;
   text-indent: 12px;
}

.notice_list li:hover {
   background: url(../img/xdd_h.png) no-repeat 0px 14px;
   *background: url(../img/xdd_h.png) no-repeat 0px 16px;
}

.slideBox2 {
   width: 333px;
   height: 240px;
   overflow: hidden;
   position: relative;
}

.slideBox2 .hd {
   height: 8px;
   overflow: hidden;
   position: absolute;
   right: 5px;
   bottom: 12px;
   z-index: 1;
}

.slideBox2 .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox2 .hd ul li {
   float: left;
   margin-right: 5px;
   border-radius: 50%;
   width: 8px;
   height: 8px;
   line-height: 8px;
   text-align: center;
   background: #989da9;
   cursor: pointer;
}

.slideBox2 .hd ul li.on {
   background: #fff;
}

.slideBox2 .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox2 .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox2 .bd img {
   width: 333px;
   height: 240px;
   display: block;
   position: relative;
}

.new_pica p {
   width: 100%;
   height: 34px;
   line-height: 34px;
   background: rgba(0, 0, 0, 0.45);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";
   font-size: 14px;
   color: #fff;
   text-indent: 10px;
   position: absolute;
   bottom: 0;
   left: 0;
}

.newBoxa {
   margin-top: 0px;
}

#tab2 {
   width: 325px;
   height: auto;
   position: relative;
}

html>body #tab2 {
   width: 325px;
}

#tab2 div {
   position: absolute;
   top: 56px;
   left: 0;
   width: 312px;
   height: auto;
   border: 1px solid #eee;
}

#tab2 div {
   display: none;
}

#tab2 .block {
   display: block;
}

#tab2 h3 {
   text-indent: 0;
   float: left;
   width: 89px;
   height: 42px;
   line-height: 42px;
   margin-right: 8px;
   font-size: 16px;
   cursor: pointer;
   background-color: #c5c5c5;
   text-align: center;
   color: #ffffff;
   font-family: Microsoft YaHei;
   font-weight: normal;
}

#tab2 .up {
   background: #0B6CB8;
   color: #fff;
}

#tab2 ul {
   list-style: none;
   padding: 0;
   height: auto;
   overflow: hidden;
   margin-top: 0px;
   *margin-top: 7px;
}

#tab2 li {
   margin-right: 2px;
   background: url(../img/xdd.png) no-repeat 5px 15px;
   *background: url(../img/xdd.png) no-repeat 5px 8px;
   line-height: 31px;
   *line-height: 14px;
   text-indent: 12px;
   overflow: hidden;
}

#tab2 li a {
   display: inline;
   font-size: 14px;
   text-decoration: none;
   color: #5c5c5c;
}

#tab2 li a span {
   display: block;
   float: right;
   margin-right: 0;
   color: #c3c3c3;
   *position: relative;
   *top: -12px;
}

#tab2 li:hover a span {
   display: block;
   float: right;
   color: #0b6cb8;
}

#tab2 li:hover {
   background: url(../img/xdd_h.png) no-repeat 5px 15px;
   *background: url(../img/xdd_h.png) no-repeat 5px 8px;
}

a.tab_title:link {
   color: #5a5a5a;
   text-decoration: none;
}

a.tab_title:visited {
   color: #5a5a5a;
   text-decoration: none;
}

a.tab_title:hover {
   color: #5a5a5a;
   text-decoration: none;
}

a.tab_title:active {
   color: #5a5a5a;
   text-decoration: none;
}

a.tab_menu:link {
   color: #6464d5;
   text-decoration: none;
}

a.tab_menu:hover {
   color: #8888e0;
   text-decoration: underline;
}

#tab2 a.gd {
   font-size: 14px;
   color: #999999;
   position: absolute;
   top: 25px;
   left: 282px;
   cursor: pointer;
}

#tab2 a.gd:hover {
   color: #0b6cb8;
}

.dynamica {
   background: #0b6cb8;
   border-bottom: none;
   height: 42px;
   line-height: 42px;
}

.dynamica h2 {
   color: #fff;
   border-bottom: none;
   text-indent: 8px;
}

.dynamica span a {
   width: 38px;
   height: 25px;
   margin-top: 0px;
   display: block;
   float: right;
}

.dynamica span a img {
   width: 33px;
   height: 5px;
}

.informBoxa {
   margin-top: 0px;
}

.los_list {
   margin-top: 0px;
}

.los_list li {
   height: 40px;
   width: 316px;
   margin-top: 11px;
}

.los_list li a {
   display: block;
   color: #666666;
   font-size: 14px;
   border-left: 4px solid #ffb64d;
   text-indent: 20px;
   height: 40px;
   width: 316px;
   line-height: 40px;
   background: #f8f8f8;
}

.los_list li a:hover {
   color: #0B6CB8;
   background: #fcfcfc;
}

.contentb {
   margin-top: 20px;
}

.newBoxd {
   float: left;
   width: 658px;
   height: auto;
   border: 1px solid #EEEEEE;
   border-top: none;
   margin-top: 0;
}

.slideBox7 {
   width: 333px;
   height: 240px;
   overflow: hidden;
   position: relative;
   margin: 12px;
}

.slideBox7 .hd {
   height: 8px;
   overflow: hidden;
   position: absolute;
   right: 5px;
   bottom: 12px;
   z-index: 1;
}

.slideBox7 .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox7 .hd ul li {
   float: left;
   margin-right: 5px;
   border-radius: 50%;
   width: 8px;
   height: 8px;
   line-height: 8px;
   text-align: center;
   background: #989da9;
   cursor: pointer;
}

.slideBox7 .hd ul li.on {
   background: #fff;
}

.slideBox7 .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox7 .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox7 .bd img {
   width: 333px;
   height: 240px;
   display: block;
}

.new_listc {
   margin-top: 0px;
   width: 295px;
   padding: 10px;
   float: right;
   margin-right: 0;
}

.dynamic_listg {
   width: 294px;
}

.dynamic_listg li {
   width: 294px;
}

.new_list h3 {
   font-size: 16px;
   color: #0b6cb8;
   margin-top: 10px;
   text-indent: 12px;
}

.new_list h3 a {
   color: #0b6cb8;
}

.new_list p {
   margin-top: 4px;
   font-size: 12px;
   color: #999999;
   text-indent: 2em;
   line-height: 22px;
   padding-bottom: 4px;
   border-bottom: 1px dashed #eeeeee;
}

.new_list p span a {
   color: #0b6cb8;
}

.new_list p span a:hover {
   color: #ffb64d;
}

.newBoxc {
   border: 1px solid #EEEEEE;
   border-top: none;
}

.lect_list ul li {
   width: 316px;
   height: auto;
   overflow: hidden;
   padding: 15px 0;
   border-bottom: 1px dashed #eee;
   cursor: pointer;
}

.lect_list ul li .lect_l_time {
   float: left;
   width: 40px;
}

.lect_list ul li .lect_l_time h2 {
   display: block;
   width: 40px;
   height: 27px;
   font-size: 16px;
   color: #999999;
   font-weight: normal;
   text-align: center;
   line-height: 27px;
   background: #f8f8f8;
}

.lect_list ul li .lect_l_time span {
   display: block;
   width: 40px;
   height: 27px;
   font-size: 16px;
   color: #fff;
   text-align: center;
   line-height: 27px;
   background: #cccccc;
}

.lect_list ul li:hover .lect_l_time span {
   background: #ffb64d;
}

.lect_r {
   float: right;
   margin-right: 0;
   width: 254px;
}

.lect_list ul li .lect_r h2 {
   display: block;
   width: 254px;
   font-size: 14px;
   color: #666666;
   font-weight: normal;
   text-align: left;
}

.lect_list ul li:hover .lect_r h2 {
   color: #0B6CB8;
}

.lect_list ul li .lect_r span {
   display: block;
   width: 254px;
   font-size: 12px;
   color: #c8c8c8;
   text-align: left;
}

.new_inforBoxa {
   margin-top: 27px;
}

.newBoxe {
   width: 660px;
}

.new_listd {
   width: 660px;
}

.new_listd h3 {
   font-size: 18px;
   width: 660px;
}

.dynamic_listh {
   width: 660px;
}

.dynamic_listh li {
   width: 660px;
}

.dynamic_listh li a span {
   float: right;
   margin-right: 0;
}


.rec_lb {
   margin-top: 30px;
}

.slideBox3 {
   width: 316px;
   height: 127px;
   overflow: hidden;
   position: relative;
}

.slideBox3 .hd {
   height: 4px;
   overflow: hidden;
   position: absolute;
   right: 41%;
   bottom: 15px;
   z-index: 1;
}

.slideBox3 .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox3 .hd ul li {
   float: left;
   margin-right: 5px;
   width: 4px;
   height: 4px;
   text-align: center;
   background: #e8b3bb;
   cursor: pointer;
}

.slideBox3 .hd ul li.on {
   background: #fff;
}

.slideBox3 .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox3 .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox3 .bd img {
   width: 316px;
   height: 127px;
   display: block;
}

.slideBox4 {
   width: 316px;
   height: 127px;
   overflow: hidden;
   position: relative;
}

.slideBox4 .hd {
   height: 6px;
   overflow: hidden;
   position: absolute;
   right: 23%;
   bottom: 12px;
   z-index: 1;
}

.slideBox4 .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox4 .hd ul li {
   float: left;
   margin-right: 4px;
   width: 30px;
   height: 4px;
   text-align: center;
   border: 1px solid #fec169;
   cursor: pointer;
}

.slideBox4 .hd ul li.on {
   background: #fec169;
}

.slideBox4 .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox4 .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox4 .bd img {
   width: 316px;
   height: 127px;
   display: block;
}

.contentc a img {
   width: 1460px;
   height: 60px;
   margin-top: 15px;
}

.newBoxb {
   width: 736px;
   margin-top: 0px;
}

.new_picb p {
   position: relative;
   top: -34px;
   background: rgba(55, 55, 56, 0.5);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
   cursor: hand;
   cursor: pointer;
   font-size: 16px;
   color: #ffffff;
   line-height: 34px;
   text-indent: 10px;
   width: 100%;
   height: 34px;
}

.slideBox5 {
   width: 736px;
   height: 344px;
   overflow: hidden;
   position: relative;
   margin-top: 16px;
}

.slideBox5 .hd {
   height: 14px;
   overflow: hidden;
   position: absolute;
   right: 2%;
   bottom: 8px;
   z-index: 1;
}

.slideBox5 .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox5 .hd ul li {
   float: left;
   margin-right: 4px;
   width: 20px;
   height: 14px;
   text-align: center;
   line-height: 14px;
   background: #494544;
   cursor: pointer;
   border-radius: inherit;
   color: #fff;
   font-size: 12px;
}

.slideBox5 .hd ul li.on {
   background: #0b6cb8;
}

.slideBox5 .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox5 .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox5 .bd img {
   width: 736px;
   height: 344px;
   display: block;
}

.informBoxb {
   width: 250px;
   height: auto;
   overflow: hidden;
   margin: 16px 0 0 0;
}

.dynamicb {
   width: 250px;
   background: #b30216;
   border-bottom: none;
   height: 44px;
   line-height: 44px;
}

.dynamicb h2 {
   color: #fff;
   border-bottom: none;
   text-indent: 10px;
}

.dynamicb span a {
   width: 38px;
   height: 25px;
   margin-top: 0px;
   display: block;
   float: right;
}

.dynamicb span a img {
   width: 33px;
   height: 5px;
   *margin-top: 28px;
}

.guid_list {
   width: 250px;
   height: auto;
   overflow: hidden;
   background: #fbfbfb;
}

.gui_list {
   margin-top: 12px;
}

.gui_list li {
   width: 250px;
   text-indent: 30px;
   line-height: 32px;
}

.gui_list li:hover {
   width: 250px;
   text-indent: 30px;
   line-height: 32px;
}

.gui_list li a {
   display: block;
   width: 250px;
   height: 32px;
   font-size: 14px;
   color: #666;
}

.gui_list li a:hover {
   color: #0b6cb8;
}

.new_inforBoxb {
   width: 736px;
   margin-top: 24px;
}

.dynamicd {
   width: 736px;
}

.slideBox6 {
   width: 372px;
   height: 270px;
   overflow: hidden;
   position: relative;
}

.slideBox6 .hd {
   height: 8px;
   overflow: hidden;
   position: absolute;
   right: 5px;
   bottom: 12px;
   z-index: 1;
}

.slideBox6 .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox6 .hd ul li {
   float: left;
   margin-right: 5px;
   border-radius: 50%;
   width: 8px;
   height: 8px;
   line-height: 8px;
   text-align: center;
   background: #989da9;
   cursor: pointer;
}

.slideBox6 .hd ul li.on {
   background: #fff;
}

.slideBox6 .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox6 .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox6 .bd img {
   width: 372px;
   height: 270px;
   display: block;
}

.new_lista {
   width: 350px;
}

.dynamic_lista {
   width: 350px;
}

.dynamic_lista li {
   width: 350px;
   *line-height: 16px;
}

.dynamicc {
   border-bottom: none;
   height: auto;
   overflow: hidden;
   width: 250px;
   margin-top: 48px;
   position: relative;
}

.dynamicc h2 {
   width: 250px;
   color: #515151;
   font-size: 16px;
   border-bottom: none;
   border-left: 4px solid #b30216;
   text-indent: 10px;
}

.informBoxb input {
   margin-top: 12px;
   color: #c8c8c8;
   font-size: 14px;
   height: 34px;
   line-height: 34px;
   border: 1px solid #eeeeee;
   text-indent: 10px;
   width: 193px;
   margin-left: 0;
}

.informBoxb input.h_button {
   width: 54px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color: #FFF;
   text-align: center;
   background: #ffb64d;
   border: none;
   text-indent: 0px;
   position: absolute;
   cursor: pointer;
}

.zp_pic a img {
   width: 250px;
   height: 52px;
   margin: 14px auto 0;
}

.zp_pic a:hover img {
   opacity: 0.8;
}

#tab {
   width: 250px;
   position: relative;
   margin: 42px auto;
}

#tab .tab_menu {
   width: 250px;
   float: left;
   position: absolute;
   z-index: 1;
}

#tab .tab_menu li {
   float: left;
   width: 123px;
   height: 38px;
   line-height: 38px;
   border: 1px solid #eee;
   border-top: 2px solid #E8E8E8;
   border-bottom: none;
   cursor: pointer;
   text-align: center;
   color: #666;
   background: #e8e8e8;
   font-size: 16px;
}

#tab .tab_box {
   width: 248px;
   height: auto;
   overflow: hidden;
   clear: both;
   top: 39px;
   position: relative;
   border: 1px solid #eee;
   background: #fff;
}

#tab .tab_menu .selected {
   background: #fff;
   border-top: 2px solid #0B6CB8;
   color: #0B6CB8;
}

.hide {
   display: none;
}

.tab_box div {
   padding: 10px;
}

.tab_box ul {
   *margin-top: 7px;
}

.tab_box ul li {
   background: url(../img/h_jt.png) no-repeat 2px 12px;
   text-indent: 20px;
   line-height: 31px;
}

.tab_box ul li a {
   font-size: 14px;
   color: #666666;
}

.tab_box ul li a:hover {
   color: #0B6CB8;
}

.contente {
   margin-top: 25px;
}

.new_picc {
   width: 325px;
}

.dynamice {
   width: 325px;
}

.dynamice span a {
   margin-top: 0;
}

.dynamice span a img {
   *margin-top: 20px;
}

.picFocus {
   margin: 14px auto 0;
   width: 325px;
   position: relative;
   overflow: hidden;
   zoom: 1;
}

.picFocus .hd {
   width: 100%;
   margin-top: -40px;
   overflow: hidden;
}

.picFocus .hd ul {
   margin-right: -5px;
   overflow: hidden;
   zoom: 1;
}

.picFocus .hd ul li {
   float: left;
   text-align: center;
}

.picFocus .hd ul li img {
   width: 74px;
   height: 56px;
   border: 2px solid #fff;
   cursor: pointer;
   margin-right: 4px;
}

.picFocus .hd ul li.on img {
   border-color: #ffb64d;
}

.picFocus .bd {
   width: 325px;
}

.picFocus .bd li {
   vertical-align: middle;
}

.picFocus .bd img {
   width: 325px;
   height: 202px;
   display: block;
}

.picFocus .bd p {
   position: relative;
   top: -49px;
   background: rgba(23, 11, 15, 0.5);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
   cursor: hand;
   cursor: pointer;
   font-size: 14px;
   color: #ffffff;
   line-height: 34px;
   text-indent: 10px;
   width: 100%;
   height: 34px;
}

.informBoxc {
   width: 325px;
   float: left;
   margin-left: 15px;
}

.dynamic_listb {
   width: 325px;
   margin-top: 12px;
}

.dynamic_listb li {
   *line-height: 16px;
}

.dynamic_listf li {
   width: 327px;
   background: url(../img/xdd.png) no-repeat 2px 14px;
   *background: url(../img/xdd.png) no-repeat 2px 8px;
}

.dynamic_listf li:hover {
   width: 327px;
   background: url(../img/xdd_h.png) no-repeat 2px 14px;
   *background: url(../img/xdd_h.png) no-repeat 2px 8px;
}

#tab1 {
   width: 325px;
   position: relative;
}

#tab1 .tab1_menu {
   width: 60%;
   float: left;
   position: absolute;
   z-index: 1;
}

#tab1 .tab1_menu li {
   float: left;
   width: 89px;
   height: 42px;
   line-height: 42px;
   margin-right: 8px;
   font-size: 16px;
   cursor: pointer;
   background-color: #b8b8b8;
   text-align: center;
   color: #ffffff;
   font-family: Microsoft YaHei;
   font-weight: normal;
}

#tab1 .tab1_box {
   width: 312px;
   height: auto;
   clear: both;
   top: 58px;
   position: relative;
   border: 1px solid #eee;
}

#tab1 .tab1_menu .selected1 {
   background-color: #0b6cb8;
   cursor: pointer;
}

.hide1 {
   display: none;
}

.tab1_box div {
   padding-top: 5px;
   *padding-top: 15px;
}

.tab1_box ul {
   list-style: none;
   padding: 0;
   height: auto;
   overflow: hidden;
   margin-top: 2px;
}

.tab1_box li {
   margin-left: 8px;
   margin-right: 5px;
   background: url(../img/xdd.png) no-repeat 0px 15px;
   *background: url(../img/xdd.png) no-repeat 0px 8px;
   line-height: 31.5px;
   *line-height: 15.8px;
   text-indent: 10px;
   overflow: hidden;
}

.tab1_box li a {
   display: inline;
   font-size: 14px;
   text-decoration: none;
}

.tab1_box li a span {
   display: block;
   float: right;
   margin-right: 0px;
   color: #c3c3c3;
   *position: relative;
   *top: -16px;
}

.tab1_box li:hover a span {
   display: block;
   float: right;
   margin-right: 0px;
   color: #0b6cb8;
}

.tab1_box li:hover {
   background: url(../img/xdd_h.png) no-repeat 0px 15px;
   *background: url(../img/xdd_h.png) no-repeat 0px 8px;
}

#tab1 a.gd {
   font-size: 14px;
   color: #999999;
   position: absolute;
   top: 15px;
   left: 282px;
   cursor: pointer;
}

#tab1 a.gd:hover {
   color: #0b6cb8;
}


.informBoxe {
   float: right;
   margin-right: 0;
   width: 325px;
   height: auto;
   overflow: hidden;
}

.dynamicf h2 {
   border-bottom: none;
}

.dynamicf h2 i {
   font-size: 12px;
   color: #999999;
   font-style: normal;
   margin-left: 5px;
}

.dynamicf span a img {
   *margin-top: 16px;
}

.sz_pic a img {
   margin-top: 12px;
}

.new_picc p {
   margin-top: 15px;
   font-size: 16px;
   color: #999;
}

.new_picc p span a {
   color: #0b6cb8;
}

.infor_lista {
   width: 320px;
   height: 260px;
   overflow: hidden;
   border: 1px solid #eee;
   margin-top: 12px;
}

.dynamic_liste {
   width: 320px;
   margin-top: 0px;
   *margin-top: 12px;
}

.dynamic_liste li {
   line-height: 31px;
   *line-height: 16px;
   background: url(../img/xdd.png) no-repeat 5px 15px;
   *background: url(../img/xdd.png) no-repeat 5px 8px;
   text-indent: 15px;
}

.dynamic_liste li:hover {
   background: url(../img/xdd_h.png) no-repeat 5px 15px;
   *background: url(../img/xdd_h.png) no-repeat 5px 8px;
}

.dynamic_liste li a span {
   float: right;
   margin-right: 0;
}

.informBoxd {
   height: auto;
   overflow: hidden;
   float: right;
   margin-right: 0;
}

.focu_list {
   width: 325px;
   margin-top: 10px;
   *margin-top: 5px;
   height: auto;
   overflow: hidden;
}

.focu_list ul li {
   width: 325px;
   height: auto;
   overflow: hidden;
   padding: 9px 0;
   border-bottom: 1px dashed #eee;
}

.focu_list ul li .focu_picL {
   float: left;
}

.focu_list ul li .focu_picL img {
   width: 98px;
   height: 71px;
}

.focu_list ul li .focu_picR {
   float: right;
   margin-right: 0;
   width: 216px;
}

.focu_list ul li .focu_picR h3 {
   font-size: 14px;
   color: #666666;
   font-weight: normal;
   margin-top: 0;
   text-align: left;
}

.focu_list ul li .focu_picR h3 a {
   color: #666666;
}

.focu_list ul li .focu_picR h3 a:hover {
   color: #0B6CB8;
}

.focu_list ul li .focu_picR p {
   font-size: 12px;
   color: #999999;
   text-indent: 2em;
}

.focu_list ul li .focu_picR p span a:hover {
   color: #ffb64d;
}

.dynamic_listc li {
   background: url(../img/xdd.png) no-repeat 7px 14px;
   *background: url(../img/xdd.png) no-repeat 7px 8px;
   text-indent: 18px;
   width: 325px;
   *width: 318px;
}

.dynamic_listc li:hover {
   background: url(../img/xdd_h.png) no-repeat 7px 14px;
   *background: url(../img/xdd_h.png) no-repeat 7px 8px;
}

.new_listb h3 {
   margin-top: 20px;
}

.new_listbpic {
   width: 323px;
   height: auto;
   overflow-x: hidden;
   margin: 20px auto 0;
   border-bottom: 1px dashed #eee;
}

.new_listbpicl {
   float: left;
   margin-left: 0px;
   border-bottom: none;
   padding-left: -10px;
}

.new_listbpicr {
   float: right;
   margin-right: 0;
}

.new_listbpicl a p,
.new_listbpicr a p {
   text-indent: 0;
   border-bottom: none;
}

.new_listbpicl a img,
.new_listbpicr a img {
   width: 152px;
   height: 107px;
}

.contentf {
   width: 1460px;
   margin: 10px auto 0;
   height: auto;
   overflow: hidden;
}

.dynamicg {
   width: 100%;
   margin: 0 auto;
}

.dynamicg h2 {
   border-bottom: none;
}

.dynamicg h2 i {
   font-size: 12px;
   color: #999999;
   font-style: normal;
   margin-left: 5px;
}

.col_con {
   width: 100%;
   margin: 12px auto 0;
}

.col_con ul li {
   float: left;
   width: 230px;
   margin-right: 25px;
}

.col_con ul li a img {
   width: 230px;
   height: 145px;
}

.col_con ul li a:hover img {
   opacity: .8;
}

.col_con ul li a h3 {
   font-size: 16px;
   color: #666666;
   font-weight: normal;
   margin-top: 25px;
}

.col_con ul li a:hover h3 {
   color: #0B6CB8;
}

.col_con ul li a p.time {
   margin-top: 15px;
   color: #a9a9a9;
   font-size: 12px;
}

.col_con ul li a p.exp {
   font-size: 14px;
   color: #A9A9A9;
   margin-top: 15px;
   line-height: 27px;
   text-indent: 2em;
}

.col_con ul li.col_r {
   float: right;
   margin-right: 0;
}

.sch_con {
   width: 100%;
   margin: 0px auto;
}

.sch_conL {
   float: left;
   width: 325px;
}

.sch_conL a img {
   width: 324px;
   height: 169px;
   margin-top: 12px;
}

.sch_conL a h3 {
   margin-top: 18px;
   font-size: 16px;
   color: #b30216;
   font-weight: normal;
}

.sch_conL a:hover img {
   opacity: .8;
}

.sch_conL a:hover h3 {
   color: #0B6CB8;
}

.sch_conL p {
   margin-top: 16px;
   font-size: 14px;
   color: #a9a9a9;
   line-height: 25px;
}

.sch_conM {
   float: left;
   margin-left: 15px;
}

.focu_lista {
   margin-top: 0;
}

.focu_lista ul li {
   padding: 14px 0;
}

.focu_lista ul li p {
   margin-top: 18px;
}

.focu_lista ul li p span a {
   color: #b30216;
}

.sch_conR {
   float: right;
   margin-right: 0;
   width: 322px;
}

.sch_conR ul li {
   padding: 14px 0;
   *padding: 15.8px 0;
   width: 100%;
   border-bottom: 1px dashed #eee;
}

.sch_conRwz h3 {
   font-size: 14px;
   color: #666666;
   font-weight: normal;
}

.sch_conRwz h3 a {
   color: #666666;
}

.sch_conRwz h3 a:hover {
   color: #0B6CB8;
}

.sch_conRwz p {
   font-size: 12px;
   color: #999999;
   margin-top: 18px;
   text-indent: 2em;
}

.sch_conRwz p span a {
   color: #b30216;
}

.sch_conRwz p span a:hover {
   color: #ffb64d;
}

.sch_cona {
   width: 998px;
   margin: 0 auto;
   height: auto;
   overflow: hidden;
   background: #fff;
   border: 1px solid #eee;
   border-top: none;
}

.sch_cona ul li {
   width: 332px;
   float: left;
}

.sch_cona ul li.sch_conaR {
   float: right;
   margin-right: 0;
}

.sch_cona ul li .scl_conC {
   width: 276px;
   margin: 25px auto 0;
   border-right: 1px solid #eee;
   padding: 0px 28px 24px 28px;
}

.sch_cona ul li .scl_conCa {
   margin-top: 0;
   margin-bottom: 24px;
   padding-bottom: 0;
}

.sch_cona ul li .scl_conC a h3 {
   width: 100%;
   font-size: 16px;
   color: #0b6cb8;
   font-weight: normal;
   float: left;
   line-height: 28px;
}

.sch_cona ul li .scl_conC a:hover h3 {
   color: #0b6cb8;
}

.sch_cona ul li .scl_conC h3 span {
   font-size: 14px;
   color: #b7b7b7;
   float: right;
   margin-right: 0;
}

.sch_cona ul li .scl_conC a img {
   margin-top: 15px;
   width: 276px;
   height: 144px;
}

.sch_cona ul li .scl_conC a:hover img {
   opacity: 0.8;
}

.sch_cona ul li .scl_conC p {
   width: 100%;
   font-size: 14px;
   color: #a9a9a9;
   margin-top: 20px;
   line-height: 28px;
   text-indent: 2em;
}

.sch_conb {
   width: 998px;
   margin: 0 auto;
   height: 200px;
   overflow: hidden;
   background: #fff;
   border: 1px solid #EEEEEE;
   border-top: none;
}

.sch_conb ul li {
   float: left;
   width: 182px;
   margin-left: 15px;
   margin-bottom: 15px;
}

.sch_conb ul li a img {
   width: 182px;
   height: 136px;
   margin-top: 15px;
}

.sch_conb ul li a p {
   font-size: 14px;
   color: #666666;
   text-align: center;
   margin-top: 15px;
}

.sch_conb ul li a:hover img {
   opacity: 0.8;
}

.sch_conb ul li a:hover p {
   color: #0B6CB8;
}


.linkWrap {
   width: 1460px;
   margin: 0 auto;
   position: relative;
   z-index: 1;
}

.linkDiv_one {
   margin-top: 15px;

   height: auto;
   overflow: hidden;
}

.link_one {
   float: left;
   font-size: 14px;
   color: #999999;
}

.link_one dl {
   float: left;
   line-height: 30px;
}

.link_one dl dt {
   float: left;
   width: 87px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   background: #0b6cb8;
   font-size: 14px;
   color: #ffffff;
   margin-right: 18px;
}

.link_one dl dd {
   float: left;
}

.link_one dl dd a {
   padding: 0 12px;
}

.link_onea {
   margin-top: 15px;
}

.linkDiv_two {
   width: 1460px;
   margin: 0px auto 0;
   overflow: hidden;
}

.link_tit {
   width: 1460px;
   margin-top: 35px;
   height: 27px;
   border-bottom: 1px solid #eeeeee;
}

.link_tit h3 {
   font-size: 16px;
   color: #515151;
   font-weight: normal;
}

.link_tit h3 i {
   font-size: 12px;
   color: #999999;
   margin-left: 10px;
   font-style: normal;
}

.link_two {
   width: 1460px;
   margin: 22px auto 0;
}

.link_two ul li {
   float: left;
   width: 193px;
   height: 64px;
   margin-right: 8px;
}

.link_two ul li a img {
   width: 193px;
   height: 64px;
}

.link_two ul li a:hover img {
   opacity: 0.8;
}

.linkDiv_three {
   width: 1460px;
   position: relative;
   z-index: 2;
   margin-top: 35px;
}

.link_tita h3 {
   font-size: 16px;
   color: #515151;
   width: 96px;
   border-bottom: 2px solid #0b6cb8;
   padding-bottom: 3px;
}

.linkDiv {
   width: 1460px;
   float: left;
   margin-top: 22px;
}

.choice {
   width: 1460px;
   margin-top: 10px;
   height: auto;
   float: left;
}

.select {
   position: relative;
   float: left;
   margin-right: 27px;
}

.select dt {
   height: 33px;
   display: inline-block;
   border: 1px solid #d2ccc4;
   background: url(../img/link_icon1.png) no-repeat 191px center;
   line-height: 33px;
   font-size: 14px;
   cursor: pointer;
   text-indent: 5px;
   width: 226px;
   color: #656565;
   white-space: nowrap;
   text-overflow: ellipsis;
   overflow: hidden;
   position: relative;
   z-index: 99;
}

.select dd {
   position: absolute;
   left: 0;
   top: 34px;
   border: 1px solid #d2ccc4;
   background: #fff;
   display: none;
   font-size: 14px;
   z-index: 99;
}

.select dd ul {
   width: 226px;
   max-height: 250px;

}

.select dd ul li a {
   line-height: 28px;
   display: block;
   padding: 0 8px;
   color: #656565;
}

.select dd ul li a:hover {
   background: #f3f3f3;
}


.footWrap {
   width: 100%;
   margin: 30px auto 0;
   position: relative;
   z-index: 0;
}

.footDiv_one {
   width: 100%;
   margin: 0px auto 0;
   height: 60px;
   line-height: 60px;
   color: #FFFFFF;
   font-size: 13px;
   overflow: hidden;
   background: #224b77;
}

.footDiv_one p {
   width: 800px;
   margin: 0 auto;
}

.footDiv_one p img {
   margin-left: 15px;
}

.footDiv_two {
   width: 100%;
   margin: 10px auto 0;
   height: 96px;
   color: #FFFFFF;
   font-size: 13px;
   overflow: hidden;
}

.foot_two {
   width: 1460px;
   height: 100%;
   margin: 0px auto;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.foot_two p {
   line-height: 32px;
   width: 100%;
   float: left;
   text-align: center;
   font-size: 16px;
}

.foot_two p a {
   color: #fff;
   font-size: 16px;
}

.foot_two p a:hover {
   color: #fff !important;
}

.foot_two p img {
   margin-left: 15px;
}

.foot_two a img {
   float: right;
   margin-right: 0;
   margin-top: 10px;
}

.footDiv_three {
   width: 100%;
   margin: 10px auto 0;
   height: 84px;
   color: #999999;
   font-size: 13px;
   overflow: hidden;
   border-top: 3px solid #b30216;
}

.foot_three {
   width: 1460px;
   margin: 0 auto;
}

.footDiv_three p {
   width: 420px;
   margin: 0 auto;
   line-height: 32px;
   margin-top: 10px;
}

.footDiv_three p img {
   margin-left: 15px;
}

.banner {
   width: 1460px;
   margin: 0 auto;
   height: auto;
   overflow: hidden;
}

.main {
   width: 96%;
   margin: 0 auto;
   min-height: 700px;
   background-color: #fff;
   padding: 20px 16px;
   max-width: 1920px;
}

.main_one {
   width: 98%;
   margin: 0 auto;
   border: 1px solid #d8d8d8;
}

.mainWrap {
   height: auto;
   overflow: hidden;
   margin-bottom: 16px;
}

.xwdttop,
.zccktop,
.tzggtop {
   display: flex;
   justify-content: space-between;
   background-color: #F0F0F0;
   margin-bottom: 24px;
}

.xwdttoplf,
.zccktoplf,
.tzggtoplf {
   position: relative;
   width: 180px;
   height: 50px;
   line-height: 50px;
   font-size: 24px;
   color: #fff;
   background-color: #3E7ABB;
   text-align: center;
}

.xwdttoplf::after,
.zccktoplf::after,
.tzggtoplf::after {
   content: "";
   position: absolute;
   bottom: -9px;
   left: 50%;
   transform: translateX(-50%);
   width: 0;
   height: 0;
   border-left: 10px solid transparent;
   border-right: 10px solid transparent;
   border-top: 10px solid #3E7ABB;
}

.xwdttoprr a,
.zccktoprr a,
.tzggtoprr a {
   display: inline-block;
   height: 100%;
   line-height: 50px;
   color: #0B6CB8;
   font-size: 16px;
   margin-right: 16px;
}

.container {
   display: flex;
   justify-content: space-between;
}

.zcck,
.tzgg {
   width: 48%;
   padding: 10px;
   border: 1px solid #d8d8d8;
   min-height: 300px;
}

.talislk {
   padding: 0 10px;
}

.talislk ul li {
   display: flex;
   justify-content: space-between;
   position: relative;
   padding-left: 16px;
   margin-bottom: 16px;
}

.talislk ul li::before {
   content: "";
   position: absolute;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   width: 6px;
   height: 6px;
   background-color: #3E7ABB;
   border-radius: 50%;
}

.talislk ul li a {
   width: 80%;
   font-size: 16px;

   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.talislk ul li span {
   font-size: 14px;
   line-height: 24px;
   color: #777;
}

.main_tit {
   height: 54px;
   line-height: 54px;
   font-size: 14px;
   width: 98%;
   margin: 0 auto;
   border-bottom: 2px solid #184069;
}

.main_titT {
   border-bottom: 2px solid #b6b6b6;
   width: 400px;
   color: #999;
}

.main_titT img {
   margin-right: 8px;
}

.main_titT a {
   color: #999999;
   padding: 0 5px;
}

.main_titT a.cur {
   color: #15324F;
}

.main_con {
   width: 85%;
   margin: 20px auto 0;
   height: auto;
   overflow: hidden;
}

.main_conL {
   float: left;
   width: 250px;
   height: auto;
   overflow: hidden;
}

.main_conLT {
   width: 250px;
}

.main_conLT dl dt {
   background: #184069;
   width: 250px;
   height: 53px;
   line-height: 53px;
   text-align: center;
   font-size: 24px;
   color: #fff;
}

.main_conLT dl dd {
   width: 250px;
   height: 46px;
   margin-top: 10px;
}

.main_conLT dl dd a {
   display: block;
   width: 250px;
   height: 46px;
   background: #f5f6fa;
   margin-top: 10px;
   font-size: 16px;
   color: #666666;
   text-align: center;
   line-height: 46px;
}

.main_conLT dl dd a:hover {
   background: #15324F;
   color: #fff;
}

.main_conLT dl dd a.cur {
   background: #184069;
   color: #fff;
}

.dynamiccc {
   margin-top: 10px;
}

.main_conR {
   height: auto;
   overflow: hidden;
   border-left: 1px solid #eee;
   padding-left: 12px;
}

.main_conR h2 {
   width: 1042px;
   height: 80px;
   line-height: 80px;
   border-bottom: 1px dashed #eee;
   font-size: 24px;
   color: #666666;
   text-align: center;
}

.main_conRC {
   padding-bottom: 40px;
}

.main_conRC p {

   font-size: 16px;
   color: #666666;
   line-height: 25px;
   text-indent: 2em;
   margin-top: 20px;
   word-break: break-all;
   text-align: left;
   text-align: justify;
   text-justify: inter-ideograph;
}

.main_conRC img {
   width: 686px;
   margin: 15px 0 0 12px;
}

.main_titTa {
   width: 400px;
   text-align: center;
}

.main_conRa {
   border-left: none;
}

.main_conRCa {
   width: 100%;
   margin: 0 auto;
   border-left: none;
}

.main_conRCa ul li {
   width: 100%;
   height: auto;
   overflow: hidden;
   padding: 16px 0;
   background: #f8f9fb;
   margin-bottom: 10px;
   cursor: pointer;

}

.main_conRCa ul li:hover {
   background: #f8f9f3;
}

.main_conRCa ul li .main_rpicL {
   float: left;
   margin-left: 10px;
}

.main_conRCa ul li .main_rpicL img {
   width: 148px;
   height: 107px;
}

.main_conRCa ul li .main_rpicR {
   float: right;
   margin-right: 0;
   width: 550px;
}

.main_conRCa ul li .main_rpicR h3 {
   font-size: 16px;
   color: #333;
   font-weight: normal;
}

.main_conRCa ul li .main_rpicR p {
   font-size: 14px;
   color: #666666;
   line-height: 24px;
   text-indent: 2em;
   margin-top: 8px;
}

.main_conRCa ul li .main_rpicR p img {
   width: 14px;
   height: 14px;
}

.main_conRCa ul li .main_rpicR p span a {
   color: #0b6cb8;
}

.main_conRCa ul li .main_rpicR p span a:hover {
   color: #ffb64d;
}

.main_conRCa ul li .main_rpicR p.time {
   text-indent: 0;
   color: #ffb64d;
}

.main_conRCa ul li .main_rpicR p.time img {
   margin-right: 10px;
   margin-top: -2px;
}

.page {
   width: 540px;
   height: 40px;
   margin: 58px auto 0;
   font-size: 15px;
}

.page a {
   display: inline-block;
   padding: 5px 13px;
   border: 1px solid #eeeeee;
   margin-left: -5px;
   color: #666666;
}

.page a.page_l {
   margin-right: 8px;
   padding: 5px 14px;
}

.page a.page_r {
   margin-left: 8px;
   margin-right: 15px;
   padding: 5px 14px;
}

.page a.page_l img,
.page a.page_r img {
   margin-top: -3px;
}

.page a.page_five {
   margin-right: 6px;
}

.page input {
   width: 54px;
   height: 31px;
   line-height: 31px;
   border: 1px solid #eee;
   margin-left: 5px;
   margin-right: 10px;
   cursor: pointer;
   text-indent: 5px;
   padding-top: 2px;
   position: relative;

}

.page a:hover {
   background: #88929a;
   border: 1px solid #88929a;
   color: #FFF;
}

.page a.cur {
   background: #88929a;
   border: 1px solid #88929a;
   color: #FFF;
}

.main_conRCb ul {
   min-height: 500px;
}

.main_conRCb ul li {
   width: 85%;
   margin: 0 auto;
   font-size: 14px;
   color: #666666;
   height: 46px;
   line-height: 46px;
   border-bottom: 1px dashed #eee;
   background: url(../img/xdd.png) no-repeat 2px 22px;
   text-indent: 15px;
   cursor: pointer;
}

.main_conRCb ul li:hover {
   background: #fcfcfc url(../img/xdd_h.png) no-repeat 2px 22px;
}

.main_conRCb ul li span {
   float: right;
   margin-right: 0;
}

.main_conRCb ul li span a {
   color: #999999;
}

.main_conRCb a {
   font-size: 16px;
   width: 80%;
   float: left;
   display: block;
   height: 46px;
   line-height: 46px;
}

.main_conRCb span {
   display: block;
   width: 96px;
   float: left;
   height: 46px;
   line-height: 46px;
}



.main_cons {
   width: 998px;
   margin: 0 auto;
   height: auto;
   overflow: hidden;
   border: 1px solid #eee;
   border-top: none;
}

.main_cons ul li {
   width: 998px;
   height: auto;
   cursor: pointer;
}

.main_cons ul li:hover {
   background: #fcfcfc;
}

.main_cons ul li .main_conC {
   padding: 15px 10px;
   width: 958px;
   margin-left: 10px;
   border-bottom: 1px dashed #eee;
}

.main_cons ul li .main_conC h3 {
   font-size: 16px;
   color: #333;
   font-weight: normal;
}

.main_cons ul li .main_conC p {
   font-size: 14px;
   color: #666666;
   line-height: 24px;
   text-indent: 2em;
   margin-top: 8px;
}

.main_cons ul li .main_conC p img {
   width: 14px;
   height: 14px;
}

.main_cons ul li .main_conC p span a {
   color: #b30216;
}

.main_cons ul li .main_conC p span a:hover {
   color: #ffb64d;
}

.main_cons ul li .main_conC p.time {
   text-indent: 0;
   color: #999999;
}

.main_cons ul li .main_conC p.time img {
   margin-right: 10px;
   margin-top: -2px;
}

.main_content {
   width: 1400px;
   margin: 0 auto;
   min-height: 600px;
   height: auto;
   overflow: hidden;
   background: #fff;
   border: 1px solid #EEEEEE;
   border-top: none;
}

.main_contit {
   width: 1400px;
   margin: 0 auto;
   height: auto;
   overflow: hidden;
   border-bottom: 1px dashed #eee;
}

.main_contit h2 {
   width: 1400px;
   text-align: center;
   line-height: 28px;
   font-size: 24px;
   color: #000000;
   font-weight: normal;
   margin-top: 46px;
}

.main_contit p {
   width: 1400px;
   text-align: center;
   font-size: 14px;
   color: #999999;
   margin: 34px 0 10px 0;
}

.main_conDiv {
   width: 1400px;
   margin: 44px auto 0;
}

.main_conDiv img {
min-width: 600px;
   max-width: 1000px;
   margin-bottom: 10px;
}

.main_wz {
   width: 1400px;
   margin: 0 auto;
}

.main_wz ul li {
   font-size: 14px;
   color: #666666;
   line-height: 30px;
}

.main_reporter {
   margin-top: 45px;
}

.main_reporter dl dt {
   font-size: 14px;
   color: #0B6CB8;
}

.main_reporter dl dd {
   font-size: 14px;
   color: #666666;
   line-height: 30px;
   word-break: break-all;
   text-align: left;
   text-align: justify;
   text-justify: inter-ideograph;
}

.main_reporter dl dd.pour {
   margin-top: 48px;
}

.main_art {
   width: 998px;
   margin: 72px auto 0;
   background: #fbfbfb;
   height: auto;
   overflow: hidden;
}

.main_art ul li {
   font-size: 14px;
   line-height: 33px;
   margin-left: 15px;
}

.main_art ul li label {
   color: #666666;
}

.main_art ul li a {
   color: #999;
}

.main_art ul li a:hover {
   color: #0b6cb8;
}

.headStyle2ziz10uodb tr {
   text-align: center;
}

.new_pica p {
   width: 100%;
   height: 34px;
   line-height: 34px;
   background: rgba(0, 0, 0, 0.45);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";
   font-size: 14px;
   color: #fff;
   text-indent: 10px;
   position: absolute;
   bottom: 0;
   left: 0;
}

.slideBox2 {
   width: 333px;
   height: 240px;
   overflow: hidden;
   position: relative;
}

.slideBox2 .hd {
   height: 8px;
   overflow: hidden;
   position: absolute;
   right: 5px;
   bottom: 12px;
   z-index: 1;
}

.slideBox2 .hd ul {
   overflow: hidden;
   zoom: 1;
   float: left;
}

.slideBox2 .hd ul li {
   float: left;
   margin-right: 5px;
   border-radius: 50%;
   width: 8px;
   height: 8px;
   line-height: 8px;
   text-align: center;
   background: #989da9;
   cursor: pointer;
}

.slideBox2 .hd ul li.on {
   background: #fff;
}

.slideBox2 .bd {
   position: relative;
   height: 100%;
   z-index: 0;
}

.slideBox2 .bd li {
   zoom: 1;
   vertical-align: middle;
}

.slideBox2 .bd img {
   width: 333px;
   height: 240px;
   display: block;
   position: relative;
}

.pb_sys_style1 .p_no_d1 {
   border: 1px solid #15324F !important;
   background-color: #15324F !important;
}

@media screen and (max-width:1560px) {
    .logo a img{
        height: 72px !important;
    }
}