body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    margin: 0;
    padding: 0px;
    font-family: "Microsoft YaHei";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    word-wrap: break-word
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 100%
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

cite,
em,
s,
i,
b {
    font-style: normal
}

input,
button,
textarea,
select {
    font-size: 100%
}

body,
input,
button,
textarea,
select,
option {
    font-size: normal
}

input,
textarea {
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

li,
img,
label,
input {
    vertical-align: middle
}

var {
    font-style: normal
}

ins {
    text-decoration: none
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

button,
select {
    text-transform: none
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
    border: 0;
    padding: 0
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

body {
    font-family: "Microsoft YaHei";
}

.ctbx {
    width: 1700px;
    margin: 0 auto;
    overflow: hidden;
}


.topbg {
    width: 100%;
    margin: auto;
    position: relative;
}

.topbox {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 5;
}
.listdh{
    background: #084f9f;
}
.topwk {
    width: 1700px;
    margin: 0 auto;
}

.tlogo {
    float: left;
    margin-top: 34px;
}

.toprg {
    float: right;
    margin-top: 36px;
}





.topdhss {
    float: right;
}

.yingw {
    float: left;
    padding-right: 15px;
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background: url(../img/ic_xian.png) no-repeat right center;
}

.yingw a {
    color: #fff;
    display: block;
    background: url(../img/icon_zy.png) no-repeat left;
    padding-left: 26px;
}

/* æœç´¢ */
.trsstc {
    float: right;
    width: 34px;
    height: 34px;
    position: relative;
}

.yc {
    float: right;
    margin-top: -6px;
    position: relative;
    padding-right: 8px;
}



.yc .ss {
    float: right;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}

.tc2 form {
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    height: 60px;
    width: 100%;
}

.tc2 input[type="text"] {
    border: none;
    width: 92%;
    display: block;
    height: 60px;
    text-align: left;
    color: #434343;
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0 20px;
}

.tc2 input[type="text"]:focus {
    text-align: left;
}

.tc2 input[type="image"] {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    z-index: 2;
    background: url(../img/icon_ss.png) center no-repeat;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    background-size: 19px 19px;
    margin-top: -30px;
}

.tc2 .tc {
    transition: all ease 300ms;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none
}

.tc2 .tc {
    pointer-events: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transform: scale(1.1);
}

.tc2 .tc.act {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.tc2 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: #fff;
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act {
    display: none;
}

.tc2 .close {
    position: absolute;
    z-index: 87;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.tc2 .tc-bg {
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 86;
}

.tc_logo {
    width: 360px;
    float: left;
    margin-top: 18px;
}


#box {
    position: absolute;
    z-index: 99;
    right: 0px;
    top: 50px;
    border: #005eae 1px solid;
    width: 240px;
    background: #fff;
    height: 35px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.trss_nr {
    float: left;
    width: 190px;
    margin-left: 10px;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-style: none;
    font-size: 14px;
    color: #333;
    height: 35px;
    line-height: 35px;
}

.trss_btn {
    float: right;
    width: 40px;
    height: 35px;
    -webkit-appearance: none;
    appearance: none;
    border-style: none;
    background: none;
    text-align: center;
    cursor: pointer;
}



/* nav */

.nav {
    float: right;
    position: relative;
    z-index: 3;
}

.nav .nLi {
    float: left;
    position: relative;
}

.nav .nLi h3 {
    float: left;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: normal;
    margin: 0px 15px;
}

.navbar {
    float: left;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
}

.navbar .navbar-nav>li>a {
    font-size: 18px;
    color: #fff;
    padding: 18px 32px 18px 22px;
    line-height: 40px;
    display: block;
    font-weight: bold;
}

.navbar .navbar-nav>li>em {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 9;
    width: 8px;
    height: 100%;
    background: url(../img/nav_jt.png) center no-repeat;
}

.navbar .navbar-nav>li:hover {
    background: #258BE0;
}

.navbar .navbar-nav>li:hover em {
    background: url(../img/nav_jt.png) center no-repeat;
}

.navbar .navbar-nav>li:hover>a {
    color: #ffffff;
    font-weight: bold;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}


/* .navbar .hasChild:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -10px;
        box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid #234382;
        transform: scaleY(0);
        transition: all 0.2s ease-out 0s;
    }
    
    .navbar .hasChild:hover:before {
        transform: scaleY(1);
    } */

.navbar .nav-child {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}


/*.navbar .nav-child li {
        padding: 12px;
      }*/

.navbar .nav-child li {
    border-bottom: rgba(245, 244, 244, 0.2) 1px solid;
}

.navbar .nav-child li {
    color: #fff;
}

.navbar .nav-child li a {
    font-size: 14px;
    line-height: 24px;
    padding: 13px 5px;
    display: block;
    color: #fff;
}

.navbar .nav-child li:hover {
    background: #258BE0;
}

.navbar .nav-child li:hover a {
    color: #ffffff;
    font-weight: bold;
}

@-webkit-keyframes opacity {

    0%,
    100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {

    0%,
    100% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.02);
    }
}



.ban_box {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.banner {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.ban_img {
    width: 100%;
    display: block !important;
}

.ban_img img {
    width: 100%;
}

.ban_box .swiper-button-prev {
    background: url(../img/ban_zjt.png) no-repeat center;
    width: 44px;
    height: 44px;
}

.ban_box .swiper-button-next {
    background: url(../img/ban_yjt.png) no-repeat center;
    width: 44px;
    height: 44px;
}

.ban_box .swiper-button-next::after,
.ban_box .swiper-button-prev::after {
    display: none;
}

.banner .slick-dots {
    display: block;
    position: absolute;
    bottom: 30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.banner .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
    background: none;
    background: #8dabd9;
    border-radius: 50%;
}

.banner .slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.banner .slick-dots li.slick-active {
    background: #fff;
}


.sydh {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}

.sydh h1 {
    width: 100%;
    float: left;
    font-size: 60px;
    font-family: "Arial";
    color: rgba(153, 153, 153, 0.141);
}

.sydh h2 {
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 18px;
    width: 100%;
    font-size: 30px;
    color: #333;
    height: 38px;
    line-height: 38px;
}

.sydh h2 b {
    color: #005eae;
}

.dh_iclf {
    margin-right: 18px;
}

.dh_icrg {
    margin-left: 18px;
}


.sydh span {
    text-align: center;
    position: absolute;
    z-index: 3;
    right: 0px;
    top: 22px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    border: #5487c7 1px solid;
    background: #dce9fa;
    border-radius: 13px;
    font-size: 12px;
}

.sydh span a {
    color: #084794;
}

.sydh span:hover {
    background: #084794;
}

.sydh span:hover a {
    color: #fff;
}


/* 中间  */

.con_box {
    width: 50%;
    float: left;
}

.cont1_box {
    margin: 72px -40px 68px;
    overflow: hidden;
}

.con_list {
    margin: 0 40px;
}

.list_bt {
    background:
        url(../img/bt_bj.png) no-repeat center;
    padding: 0px 32px;
    line-height: 60px;
    height: 60px;
    background-size: cover;
    overflow: hidden;
}

.list_bt .tit_bt {
    font-size: 1.6rem;
    font-weight: bold;
    color: #ffffff;
    padding-left: 30px;
    position: relative;
}

.list_bt span.tit_bt::before {

    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid #ffffff;
    transition: all 0.2s ease-out 0s;
}

.list_bt .title-more {
    float: right;
    color: #fff;
    background: url(../img/icon_mojt.png) no-repeat right;
    padding-right: 20px;
    font-size: 0.8rem;
}

a.title-more {}

.list_bt .tb1 {
    background: url(../img/icon_01.png) no-repeat left;
}

.list_bt .tb2 {
    background: url(../img/icon_02.png) no-repeat left;
}

.list_bt .tb3 {
    background: url(../img/icon_03.png) no-repeat left;
}

.list_bt .tb4 {
    background: url(../img/icon_04.png) no-repeat left;
}

.list_zl {
    background-color: rgb(255 255 255 / 54%);
    box-shadow: 0px 0px 21px 0px rgb(0 0 0 / 0.2);
    overflow: hidden;
}

.list_zl ul {
    padding: 20px 32px 40px;
    overflow: hidden;
}

.list_zl ul li {
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    padding: 23px 0px 23px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.list_zl ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 30px;
    width: 5px;
    height: 5px;
    background: #268fe7;
    /*  border-radius: 50%; */
}

.list_zl ul li a {

    color: #000;
    font-size: 1rem;
    float: left;
    width: calc(100% - 90px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.list_zl ul li .date {
    float: right;
    font-size: 0.8rem;
    color: #a9a9a9;
}

.cont1_boxbg {
    background: url(../img/con1_bj.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}



.slideTxtBox1 .hd {
    position: relative;

}

.slideTxtBox1 .hd ul {}

.slideTxtBox1 .hd ul li {
    float: left;
    padding: 0 34px;
    cursor: pointer;
    position: relative;
}

.slideTxtBox1 .bd {
    width: 100% !important;

}

.slideTxtBox1 .bd ul {
    width: 100% !important;
}

.slideTxtBox1 .bd ul li {}

.slideTxtBox1 .hd ul li.on::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid #ffffff;
    transition: all 0.2s ease-out 0s;
}




.gzxz .list_zl .date2 {
    font-size: 2rem;
    color: #d7e4f6;
    background: #ecf5ff;
    /* padding: 17px; */
    font-weight: bold;
    font-style: italic;
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.gzxz .list_zl ul li {
    border: none;
    border-left: none;
    width: calc(100% - 64px);
    overflow: hidden;
    position: static;
    padding: 5px 0px;
}

.gzxz .list_zl ul li::before {
    display: none;
}

.gzxz .list_zl ul li a {

    border: 1px solid #dbdbdb;
    border-left: none;
    float: right;
    width: calc(100% - 122px);
    line-height: 69px;
    padding-left: 10px;
    position: relative;
    height: 69px;
    overflow: hidden;
    padding-right: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gzxz .list_zl ul li a::before {
    content: "";
    position: absolute;
    background: url(../img/icon_jiantou.png) no-repeat right;
    top: 30px;
    right: 15px;
    width: 22px;
    height: 7px;
}

.list_zl ul li:hover a,.list_zl ul li:hover .date{
    color: #084794;
    font-weight: bold;

}


.gzxz .list_zl ul li:hover a{
    border: 1px solid #084f9f;

}

.gzxz .list_zl ul li:hover .date2{
    color: #fff;
    background: #084f9f;
}

.gzxz .list_zl ul li:hover a::before{

    background: url(../img/icon_jiantou2.png) no-repeat right;
}

.cont2_boxbg {
    background: url(../img/con2_bj.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}


.cont3_boxbg {
    background: url(../img/con3_bj.png) no-repeat center;
    background-size: cover;

}

.con_box .sjxxpt{
    text-align: center;
}

.con_sjxxpt {
    overflow: hidden;
    background: url(../img/sjxxpt_bj.png) no-repeat center;
    background-size: cover;
    height: 460px;
}

.con_sjxxpt_nr{

    margin: 11% auto 0px;
    width: 360px;
}

.con_sjxxpt_nr .sjtp1{
    width: 212px;
}

.con_sjxxpt_nr .sjtp2{
    margin: 60px 0px 40px;
}


.con_sjxxpt_nr span {
    background: #ddb776;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 35px;
    /* margin: 64px 90px; */
    height: 46px;
    width: 190px;
    line-height: 46px;
    text-align: center;
    /* float: left; */
    display: inline-block;
}

/* link */
.cont3_boxbg .ctbx {

    overflow: unset;
}

.con_yqlj {
    padding: 60px 0px;

}

.con_yqlj .yqlj_lm {

    float: left;

    width: 18%;

    line-height: 50px;
}

.yqlj_lm .tit_bt {
    color: #084f9f;
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 40px;
}

.con_yqlj .yqlj_lm .tb5 {
    background: url(../img/icon_05.png) no-repeat left;

}

.con_yqlj .yqlj_wc {

    float: left;

    width: 79%;

    line-height: 20px;
}

.yqlj_wc .yqlj_lb {
    width: calc(100% / 3);
    float: left;
}

.yqlj_wc .yqlj_lb .yqlj_lbmar {
    margin: 0px 20px;
    position: relative;
    border: 1px solid #e2e2e2;
    padding: 15px 20px;
}

.yqlj_wc .yqlj_lb .yqlj_lbmar h2 {
    background: url(../img/icon_xljt.png) no-repeat right;
    color: #333333;
    font-size: 1rem;
}

.yqlj_wc .yqlj_lb .yqlj_lbnr {
    display: none;
}

.yqlj_lb .yqlj_lbmar:hover .yqlj_lbnr {
    display: block;
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    bottom: 50px;
    background: #084f9f;
    cursor: pointer;
}

.yqlj_wc .yqlj_lb .yqlj_lbnr a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 8px 15px;
}

.yqlj_wc .yqlj_lb .yqlj_lbnr a:hover {

    background: #3ea6ff;
}





/*  footter   */
.dibu_bg {
    background: #084f9f;
}

.dibu {
    padding: 18px 0px 28px;
}

.dbban {
    width: 190px;
    float: left;
    margin-top: 10px;
}

.dbban span {
    width: 100%;
    text-align: center;
}

.dbban .dbban_wz {
    margin-top: 8px;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.dbdz {
    width: 480px;
    float: left;
    margin-top: 8px;
    margin-left: 95px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}


.dbewm {
    float: right;
    margin-top: 20px;
}

.dbewm ul {
    float: left;
}

.dbewm ul li {
    float: left;
    width: 72px;
    background: #fff;
    padding: 4px 4px 0px;
    margin-left: 10px;
}

.dbewm ul li img {
    float: left;
    height: 70px;
    width: 70px;
}

.dbewm ul li p {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #000;
    height: 22px;
    line-height: 22px;
}


.dangqwz {
    padding: 34px 0px 30px 30px;
    font-size: 14px;
    color: #aaa;
    line-height: 32px;
    background: url(../img/ic_home.png) no-repeat left;
}

.dangqwz a {
    color: #aaa;
}

.dangqwz a:hover {
    color: #006179;
}



/* list */
.lbypic {
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.lbypic img {
    width: 100%;
}


.list_wk {
    padding: 180px 0px 80px;
}

.list_lf {
    width: 256px;
    float: left;
    background: #e8f4ff;
    margin-top: 5px;
}



.list_lf h1 {
    width: 216px;
    float: left;
    padding: 15px 20px;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    background: #005eae;
    text-align: center;
    margin-bottom: 20px;
}

.sideMenu {
    width: 220px;
    float: left;
    background: url() no-repeat bottom;
    padding: 0px 18px 150px;
}

.sideMenu h3 {
    width: 220px;
    float: left;
    position: relative;
    margin-top: 20px;
    padding: 10px 0px;
    background: url(../img/ltej_bg.png) no-repeat center #fff;
}

.sideMenu h3 p {
    width: 220px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 35px;
}

.sideMenu h3 p a {
    color: #333;
}

.sideMenu h3.on {
    background: url(../img/ltej_bg2.png) no-repeat center #498cdf;
}

.sideMenu h3.on p {
    color: #fff;
}

.sideMenu h3.on p a {
    color: #fff;
}

.sideMenu h3:hover {
    background: url(../images/ltej_bg2.png) no-repeat center #498cdf;
}

.sideMenu h3:hover p {
    color: #fff;
}

.sideMenu h3:hover p a {
    color: #fff;
}

.sideMenu h3 em {}


.sideMenu ul {
    width: 220px;
    float: left;
    display: none;
    background: #fff;
}

.sideMenu ul li {
    float: left;
    width: 120px;
    padding: 10px 20px 5px 80px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    cursor: pointer;
    background: url(../images/ltsanj.png) no-repeat 66px 18px;
}

.sideMenu ul li a {
    color: #333;
}

.sideMenu ul li.san_on {
    font-weight: bold;
    background: url(../images/ltsanj2.png) no-repeat 66px 18px;
}

.sideMenu ul li.san_on a {
    color: #005eae;
}

.sideMenu ul li:hover {
    font-weight: bold;
    background: url(../images/ltsanj2.png) no-repeat 66px 18px;
}

.sideMenu ul li:hover a {
    color: #005eae;
}




.list_rg {
    float: right;
    width: calc(100% - 300px);
}

.list_rdh {
    width: 100%;
    float: left;
    border-bottom: #0750ad 1px solid;
}

.list_rdh h1 {
    float: left;
    font-size: 30px;
    color: #005eae;
    line-height: 58px;
}

.list_rdh span {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-top: 20px;
    background: url(../images/ic_home.png) no-repeat left 6px;
    padding-left: 20px;
}

.list_rdh span a {
    color: #888;
}

.list_rdh span a:hover {
    color: #005eae;
}


.list_rlb {
    width: 100%;
    min-height: 450px;
}

.list_rlb ul {
    width: 100%;
    float: left;
    margin: 15px 0px 35px;
}

.list_rlb ul li {
    width: 100%;
    float: left;
    border-bottom: #e1e1e1 1px solid;
    box-sizing: border-box;
}

.list_rlb ul li .date{
    float: left;
    width: 120px;
    text-indent: 25px;
    font-size: 14px;
    color: #084794;
    line-height: 20px;
    margin: 29px 40px 0px 15px;
    background: url(../images/ic_time2.png) no-repeat left center;
}

.list_rlb ul li .date i {
    float: right;
    width: 2px;
    height: 20px;
    background: url(../images/ltxian_lan.png) no-repeat center;
}

.list_rlb ul li a {
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 78px;
    height: 78px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 80px;
    margin-right: 20px;
}

.list_rlb ul li:hover {
    border-bottom: #005eae 1px solid;
    background: url(../images/list_lbbg.png) no-repeat right bottom #005eae;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.35);
}

.list_rlb ul li:hover span {
    margin-left: 35px;
    color: #fff;
    background: url(../images/ic_time3.png) no-repeat left center;
}

.list_rlb ul li:hover span i {
    background: url(../images/ltxian_bai.png) no-repeat center;
}

.list_rlb ul li:hover a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: url(../images/list_sjx.png) no-repeat right center;
}




/* listtp  */
.listpic {
    width: 100%;
    float: left;
    min-height: 450px;
    margin-top: 45px;
}

.listpic ul li {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    background: url(../images/lttp_lbg.png) no-repeat bottom right #f1f8ff;
}

.listpic ul li a {
    display: block;
    overflow: hidden;
    padding: 15px 25px 15px 70px;
}

.listpic ul li .ltpic_tp {
    width: 160px;
    float: left;
    margin-right: 40px;
}

.listpic ul li .ltpic_tp .tpnr {
    width: 100%;
    display: block;
    padding-bottom: 140%;
    position: relative;
    overflow: hidden;
   background:none;
}

.listpic ul li .ltpic_tp .tpnr img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.listpic ul li .ltpic_tp .tpnr img:hover {
    transform: scale(1.1);
}


.listpic ul li .ltpic_wz {
    overflow: hidden;
    display: block;
}

.listpic ul li .ltpic_wz h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #005eae;
    line-height: 30px;
    margin: 25px 0px 8px;
}

.listpic ul li .ltpic_wz h2 b {
    margin-left: 20px;
}

.listpic ul li .ltpic_wz i {
    float: left;
    width: 24px;
    height: 2px;
    background: #005eae;
}

.listpic ul li .ltpic_wz p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #444;
    margin-top: 15px;
    line-height: 30px;
}

.listpic ul li .ltpic_wz dl {
    width: 100%;
    float: left;
}

.listpic ul li .ltpic_wz dl dd {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #444;
    line-height: 30px;
}

.listpic ul li .ltpic_wz dl dd span {
    color: #005eae;
}







/*  conner   */
.contt_box {
    min-height: 450px;
}

.contt_tit {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: #e1e1e1 1px solid;
    text-align: center;
    margin-top: 35px;
}

.contt_tit h1 {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #0750ad;
    margin-bottom: 10px;
    font-weight: normal;
}

.contt_tit h2 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.contt_tit span {
    width: 100%;
    font-size: 14px;
    color: #777;
}

.contt_zhwen {
    width: 100%;
    float: left;
    margin: 20px 0px 30px;
    font-size: 16px;
    color: #444;
    line-height: 35px;
}

.contt_zhwen p {
    text-indent: 2em;
}

.contt_zhwen p img {
    max-width: 80%;
    text-indent: 0em;
    height: auto !important;
}

.contt_zhwen table td {
    text-indent: 0em;
}
.contt_zhwen table p {
    text-indent: 0em;
}
.contt_zhwen table span {
    text-indent: 0em;
}

.contt_zhwen p td {
    text-indent: 0em;
}

.contt_zhwen p iframe {
    max-width: 80%;
}


.contt_sxp {
    width: 100%;
    float: left;
    border-top: #e1e1e1 1px solid;
    padding-top: 30px;
}

.contt_sxp ul {
    width: 100%;
    float: left;
}

.contt_sxp ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #444;
    line-height: 35px;
}

.contt_sxp ul li a {
    color: #444;
}

.contt_sxp ul li:hover {
    color: #005eae;
}

.contt_sxp ul li:hover a {
    color: #005eae;
}



.danpzw {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    padding: 30px 0px;
    min-height: 450px;
}

.danpzw p img {
    max-width: 80%;
    text-indent: 0em;
    height: auto !important;
}

.danpzw p iframe {
    max-width: 80%;
}
