@charset "utf-8";/*å…¬å…±éƒ¨åˆ†*/
@font-face {
    font-family: 'iconfont';
    src: url('ico/iconfont.eot');
    src: url('ico/iconfont.eot?#iefix') format('embedded-opentype'), url('ico/iconfont.woff') format('woff'), url('ico/iconfont.ttf') format('truetype'), url('ico/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.w1100 {
    clear: both;
    position: relative;
    margin: 0 auto;
    width: 1400px;
}

.red {
    color: red;
}

.title {
    width: 100%;
    height: 54px;
    line-height: 54px;
}

.title h2 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #0e64b6;
    width: auto;
    height: 54px;
    line-height: 54px;
}

.title h2 a {
    float: left;
    color: #0e64b6;
}

.title a {
    width: auto;
    float: right;
    height: 50px;
    color: #999;
}

.listbox {
    min-height: 220px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.listbox li {
    float: left;
    width: 100%;
    background: url(../images/list_bg.png) left center no-repeat;
    padding-left: 10px;
}

.listbox li a {
    float: left;
    height: 34px;
    line-height: 34px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.listbox li span {
    margin-right: 10px;
    float: right;
    width: 80px;
    line-height: 34px;
    color: #999;
    font-size: 13px;
}

.tag {
    height: 44px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 17px;
}

.tag li {
    float: left;
    margin: 0 18px 0 0;
}

.tag li a {
    width: auto;
    display: block;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
}

.tag .onTag {
    color: #0e64b6;
    font-weight: bold;
    border-bottom: 2px solid #0e64b6;
    height: 44px;
}

.tag .onTag a {
    color: #0e64b6;
}

.tagMore {
    position: absolute;
    top: 20px;
    right: 4px;
    color: #999;
}

.indexMain01, {
    margin-top: 0px;
}

.indexMain02, .indexMain03, .footer {
    margin-top: 30px;
}

.yellow_bg {
    background-color: #f2bf0e;
}

.blue_bg {
    background-color: #41a7dc;
}

/*å¤´éƒ¨*/
.header {
    height: 130px;
    overflow: hidden;
}

.header .top {
    width: 1400px;
    height: 46px;
    overflow: hidden;
    text-align: right;
}

.header .top a {
    font-size: 12px;
    color: #999;
    float: right;
    display: block;
    margin: 0 10px;
    line-height: 46px;
}

.header .main {
    width: 1400px;
    height: 130px;
    overflow: hidden;
}

.header .main .logo {
    margin-top: 20px;
}

.header .yx {
    float: left;
    margin-top: 50px;
    margin-left: 100px;
}

.header .search {
    /* margin-top: 50px;*/
    width: 260px;
    /* height: 38px;*/
    overflow: hidden;
    /*border-radius:50px;*/
    text-align: center;
}

.search .search_txt {
    display: inline-block;
    /* float: left;*/
    width: 140px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 0px 0 0 0px;
    color: #969696;
    border: 0;
}

.search .search_btn {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: none;
    cursor: pointer;
    border: 0;
    background-color: #f1f1f2;
    color: #666;
}

/*å¯¼èˆª*/
.nav {
    width: 100%;
    height: 50px;
    z-index: 9999;
    position: relative;
}

#navul {
    width: 1400px;
    height: 50px;
    margin: 0 auto;
}

#navul li {
    float: left;
    font-size: 16px;
    text-align: center;
    height: 50px;
    width: 100px;
    line-height: 50px;
    position: relative;
}

#navul li a:link, #navul li a:visited {
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

#navul li ul {
    display: none;
    position: absolute;
    z-index: 999;
    background: #0859a5;
    background: rgba(8,89,165,0.9);
    _left: 0px;
    _top: 50px;
    top: 50px;
    left: 0px;
}

#navul li ul li {
    display: block;
    width: 100px;
    float: none;
    position: relative;
    font-size: 15px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

#navul li.navdown {
    background-color: #08539a;
    width: 100px;
    height: 50px;
    line-height: 50px;
}

#navul li.navdown a {
    color: #fff;
}

#navul li.navdown ul {
    display: block;
}

#navul li.navdown ul a {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#navul li.navdown ul a:hover {
    color: #fff;
    background-color: #08539a;
}

/*å¹»ç¯ç‰‡*/
.focus {
    width: 100%;
    position: relative;
    height: 370px;
    margin-top: 7px;
    margin-bottom: 7px;
}

#kinMaxShow {
    display: none;
}

/* è®¾ç½®ç„¦ç‚¹å›¾æ ‡é¢˜ä½ç½®ã€æ ·å¼ç­‰ã€‚æ ‡é¢˜ä½ç½®ã€æ ·å¼å®Œå…¨å¯ä»¥è‡ªå®šä¹‰å“¦ */
#kinMaxShow p.title {
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 20px;
    line-height: 50px;
    color: #FFF;
    display: block;
    width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    font-size: 18px;
    padding: 0 20px;
    background: #0859a5;
    background: rgba(14,100,182,0.8);
    margin-left: -520px;
    font-weight: bolder;
    letter-spacing: 3px;
}

#kinMaxShow .kinMaxShow_button {
    margin-right: -70px;
}

/*indexMain01*/
.indexMain01 .left {
    position: relative;
    width: 790px;
    height: 300px;
    overflow: hidden;
}

.indexMain01 .indexMain01_l {
    width: 286px;
    height: auto;
    overflow: hidden;
}

.indexMain01 .indexMain01_l img {
    width: 286px;
    height: 209px;
}

.indexMain01 .indexMain01_l p {
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 286px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexMain01 .indexMain01_r {
    width: 404px;
    float: left;
    height: auto;
    overflow: hidden;
}

.indexMain01 .indexMain01_r h2 a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    width: 474px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.indexMain01 .left .listbox {
    margin-left: 30px;
}

.indexMain01 .left .listbox li a {
    max-width: 380px;
}

.indexMain01 .right {
    position: relative;
    width: 280px;
    height: 300px;
    overflow: hidden;
}

.indexMain01 .right .informBox {
    margin-top: 6px;
    height: auto;
    overflow: hidden;
}

.indexMain01 .right .informBox li {
    float: left;
    margin: 0 0 10px 0;
    width: 280px;
}

.indexMain01 .right .informBox li a {
    float: left;
    display: block;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    width: 232px;
    margin-left: 10px;
}

.indexMain01 .right .informBox .date {
    display: block;
    padding: 4px 0 0 4px;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
}

.indexMain01 .right .informBox .min {
    font-size: 12px;
    line-height: 15px;
}

.indexMain01 .right .informBox p {
    line-height: 16px;
}

.indexMain01 .right .zhuanti {
    width: 280px;
    overflow: hidden;
    height: 300px;
}

.indexMain01 .right .zhuanti li {
    float: left;
    margin-bottom: 10px;
}

.indexMain01 .right .zhuanti img {
    width: 280px;
    height: 50px;
}

/*indexMain02*/
.indexMain02 .box {
    width: 346px;
    margin-right: 30px;
    height: 256px;
    overflow: hidden;
}

.indexMain02 .box .tit {
    margin-top: 14px;
    height: 30px;
    line-height: 30px;
    width: 60px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    background-color: #0e64b6;
}

.indexMain02 .box .tit a {
    color: #fff;
}

.indexMain02 .box .tag {
    margin-left: 16px;
    width: 270px;
}

.indexMain02 .box .listbox li a {
    max-width: 346px;
}

/*indexMain03*/
.indexMain03 {
    width: 100%;
    background: #0e64b6;
    position: relative;
    /*height: 220px;*/
    overflow: hidden;
}

.indexMain03 .tit {
    margin-top: 14px;
    height: 30px;
    line-height: 30px;
    width: 102px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 18px;
    background-color: #0e64b6;
}

.indexMain03 .tag {
    margin-left: 16px;
    width: 1400px;
    border-bottom: 1px solid #1d74c7;
}

.indexMain03 .tag li {
    margin: 0 28px 0 0;
}

.indexMain03 .tag .onTag {
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.indexMain03 .tag .onTag a {
    color: #fff;
}

.indexMain03 .tagMore {
    color: #6cb3f7;
}

.indexMain03 .tag li a {
    color: #6cb3f7;
}

.indexMain03 .box {
    margin-top: 8px;
}

.indexMain03 .box i {
    float: left;
    margin: 0 8px 0 8px;
    font-size: 24px;
    line-height: 50px;
}

.indexMain03 .box p {
    float: left;
    width: 122px;
    line-height: 40px;
    overflow: hidden;
}

.indexMain03 .box .lh18 {
    line-height: 20px;
}

.indexMain03 .box li {
    float: left;
    margin: 0 12px 0 0;
}

.indexMain03 .box li a {
    display: block;
    color: #fff;
    width: 173px;
    height: 40px;
    /*background-color: #e7e7e5;*/
    background-color: #0e64b6;
    border-radius: 6px;
    border-top: 1px solid #0e64b6;
    border-bottom: 1px solid #0e64b6;
    font-size: 15px;
}

.indexMain03 .box li a:hover {
    color: #fff;
    border-top: 1px solid #6cb3f7;
    border-bottom: 1px solid #6cb3f7;
    font-size: 15px;
}

/*indexMain03*/
.indexMain04 {
    height: 150px;
    /* overflow: hidden;*/
}

.indexMain04 .left {
    width: 535px;
    height: 150px;
    /*overflow: hidden;*/
}

.indexMain04 .left li {
    float: left;
    height: auto;
    /*overflow: hidden;*/
    margin-right: 10px;
}

.indexMain04 .left li a i {
    font-size: 60px;
    color: #b6b6b6;
}

.indexMain04 .left li a p {
    color: #0e64b6;
    line-height: 16px;
    width: 80px;
    white-space: nowrap;
    /* overflow: hidden;*/
    text-overflow: ellipsis;
}

.indexMain04 .left li a {
    text-align: center;
    width: 80px;
    display: block;
    /*overflow: hidden;*/
}

.indexMain04 .left li a:hover i {
    color: #0e64b6;
}

/*ç½‘ç«™åº•éƒ¨*/
.footer {
    width: 100%;
    height: 170px;
}

.footer .left {
    width: 800px;
    /*padding-top: 20px;*/
}

.footer .left p {
    width: 100%;
    line-height: 22px;
    height: auto;
    float: left;
    color: #333;
}

.footer .left li {
    float: left;
    margin: 40px 10px 0;
}

/*-------------ç½‘ç«™å†…é¡µ---------*/
.content {
    margin-top: 8px;
    height: auto;
    position: relative;
    overflow: hidden;
}

/*-----å¯¼èˆªåŒº-----*/
.content .left {
    width: 260px;
    overflow: hidden;
    margin-top: 4px;
}

.content .left .title {
    height: 46px;
    line-height: 46px;
}

.content .leftBox {
    padding: 10px 0 20px 0;
    width: 260px;
    min-height: 700px;
    height: auto;
    background-color: #f2f2f2;
    overflow: hidden;
}

.content .leftBox .listNav {
    margin-left: 20px;
    width: 220px;
    background-color: #f2f2f2;
}

.content .leftBox .listNav li {
    float: left;
    margin: 12px 0 0 0;
}

.content .leftBox .listNav li a {
    width: 194px;
    padding-left: 26px;
    height: 47px;
    line-height: 47px;
    margin: 0 auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/list_bg2.png) no-repeat;
}

.content .leftBox .listNav li a:hover {
    color: #fff;
    background: url(../images/list_bg1.png) no-repeat;
}

.content .leftBox .listNav .on a {
    color: #fff;
    background: url(../images/list_bg1.png) no-repeat;
}

.listTit {
    margin-left: 10px;
    width: 240px;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #dbdcdc;
}

.listTit h2 {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #0e64b6;
    width: auto;
    height: 54px;
    line-height: 54px;
}

.content .leftBox .listbox, .content .leftBox .listboxImg, .content .leftBox .zhuanti {
    margin: 10px 0 0 15px;
    width: 230px;
}

.content .leftBox .listbox li a {
    width: 230px;
}

.content .leftBox .listboxImg li {
    float: left;
    margin: 10px 0;
}

.content .leftBox .listboxImg img {
    float: left;
    width: 110px;
    height: 78px;
}

.content .leftBox .listboxImg p {
    display: block;
    float: left;
    width: 110px;
    margin-left: 10px;
    height: 78px;
    overflow: hidden;
    line-height: 20px;
}

.content .leftBox .zhuanti img {
    width: 232px;
    height: 42px;
}

/*----å†…å®¹åŒº-----*/
.content .right {
    width: 1100px;
    height: auto;
    padding: 0px 0 30px 0;
    overflow: hidden;
}

.content .right .title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dbe0e4;
}

.content .right .listbox {
    padding: 10px 0;
}

.content .right .listbox li a {
    width: 700px;
    font-size: 16px;
}

.listbox2 {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.listbox2 li {
    float: left;
    width: 100%;
    background: url(../images/list_bg.png) left center no-repeat;
    padding-left: 10px;
}

.listbox2 li a {
    float: left;
    height: 34px;
    line-height: 34px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .right .listbox2 {
    padding: 10px 0;
}

.content .right .listbox2 li {
    width: 390px;
    margin-right: 5px;
}

.content .right .listbox2 li a {
    width: 390px;
    font-size: 16px;
}

.content .right .listfocus {
    position: relative;
    height: 224px;
    background-color: #f2f2f2;
}

.content .right .search {
    height: auto;
    padding: 15px 0;
}

.content .right .search h2 {
    line-height: 30px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.content .right .search b {
    color: red;
    font-weight: normal;
}

.content .search .searchUl {
    margin-bottom: 10px;
}

.content .search .searchUl li {
    float: left;
    padding: 0 6px;
    line-height: 30px;
}

.content .search .search_select {
    width: auto;
    height: 30px;
    line-height: 30px;
}

.content .search_bt2 {
    float: left;
    margin-left: 6px;
    width: 312px;
    height: 30px;
    overflow: hidden;
}

.search .search_txt2 {
    display: inline-block;
    float: left;
    width: 230px;
    height: 28px;
    line-height: 28px;
    background: none;
    margin: 0px 0 0 24px;
    color: #999;
    border: 1px #ccc solid;
    padding: 0 2px;
}

.search .search_btn2 {
    display: inline-block;
    float: left;
    width: 50px;
    height: 30px;
    line-height: 30px;
    background: none;
    cursor: pointer;
    border: 1px #ccc solid;
    background-color: #f2f2f2;
}

.content .article_tit {
    padding-top: 0px;
    height: auto;
    overflow: hidden;
    width: 1400px;
}

.content .article_tit h3 {
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 10px;
    text-align: center;
}

.content .article_tit h4 {
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-left: 0px;
    text-align: center;
}

.content .article_tit .info {
    height: 50px;
    text-align: center;
    position: relative;
    font-size: 12px;
    color: #999;
    width: 1400px;
}

.content .article_tit .info span {
    /*float: left;   display: block;   line-height: 50px;   margin: 0 10px;   color: #999;*/
}

.bdsharebuttonbox {
    /*width: 120px;*/
    float: left;
    /*  margin-top: 10px;*/
}

.content .article_con {
    padding: 20px 0;
    line-height: 30px;
    font-size: 16px;
    height: auto;
    overflow: hidden;
   /* width: 1400px;*/
}

.content .article_con img {
    margin: 10px 0;
    width: auto;
    height: auto;
}

.content .print {
    text-align: right;
    height: 36px;
    line-height: 36px;
    color: #999;
}

.content .print a {
    float: right;
    display: block;
    height: 36px;
    line-height: 36px;
    color: #999;
}

.content .print .print_bt {
    width: 60px;
    padding: 0 0 0 15px;
    display: block;
    background: url(../images/print.png) no-repeat left center;
}

.content .zhuanjia {
    height: auto;
    margin-top: 10px;
}

.content .zhuanjia li {
    float: left;
    width: 365px;
    margin: 10px 5px 10px 5px;
    height: 178px;
    border: 1px #eaeaea solid;
    overflow: hidden;
    padding: 14px;
}

.content .zhuanjia .zhuanjia_img {
    width: 106px;
    height: 138px;
    display: block;
    float: left;
}

.content .zhuanjia .zhuanjia_txt {
    width: 244px;
    height: auto;
    display: block;
    float: left;
    padding-left: 14px;
}

.content .zhuanjia .zhuanjia_txt dd {
    float: left;
    line-height: 26px;
    width: 244px;
}

.content .zhuanjia .zhuanjia_txt h2 {
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.content .zhuanjia .zhuanjia_txt i {
    font-style: normal;
    color: #999;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
}

.content .zhuanjia .zhuanjia_img img {
    width: 106px;
    height: 138px;
}

.content .zhuanjia2 li {
    border: 0px #eaeaea solid;
    height: auto;
}

.content .zhuanjia2 .zhuanjia_txt {
    width: 660px;
}

.content .zhuanjia2 .zhuanjia_txt dd {
    float: left;
    line-height: 26px;
    width: 660px;
}

/* å†…é¡µå¹»ç¯ç‰‡ */
.slide, .slide li {
    width: 784px;
    height: 192px;
}

.slide {
    overflow: hidden;
    position: relative;
    margin: 15px 0 0 15px;
}

.slide li {
    position: absolute;
    overflow: hidden;
    display: none;
}

.slide li.current {
    display: block;
}

.slide li .image {
    position: absolute;
    top: 0;
    left: 0;
}

.slide li .text {
    bottom: 0;
    overflow: hidden;
    width: 350px;
    float: right;
    position: relative;
    height: auto;
    background: 0;
    filter: none;
    text-indent: 0;
    margin: 10px 10px 0 0;
    padding: 6px 0;
}

.slide li .text a {
    color: #fff;
    font-size: 16px;
    line-height: 17px;
    float: left;
}

.slide li img {
    max-width: 400px;
    max-height: 192px;
}

.slide li .text .title a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    line-height: 30px;
    text-indent: 0;
    float: none;
}

.slide li .text .title {
    border-bottom: none;
}

.slide li .text p {
    color: #333;
    font-size: 15px;
    text-indent: 0;
    clear: both;
    line-height: 20px;
    margin-top: 4px;
}

.slide .triggers {
    position: absolute;
    z-index: 1;
    width: 400px;
    text-align: center;
    bottom: 10px;
    height: 38px;
    right: 0;
    left: 0;
    padding: 0 0 8px;
}

.slide .triggers a {
    font-size: 11px;
    line-height: 12px;
    color: #000;
    overflow: hidden;
    border-radius: 1px;
    -webkit-text-size-adjust: none;
    float: none;
    width: 62px;
    height: 42px;
    text-align: center;
    display: inline-block;
    background: 0;
    margin: 0 3px 0 0;
}

.slide .triggers a:hover {
    text-decoration: none;
}

.slide .triggers a img {
    width: 58px;
    height: 38px;
    border: 1px #999 solid;
    vertical-align: middle;
    opacity: .6;
}

.slide .triggers a.current img {
    border: 2px #0e64b6 solid;
    opacity: 1;
}

.slide .icon-dot {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 43px;
}

.slide .icon-dot a {
    width: 9px;
    height: 9px;
    display: inline-block;
    background-image: url(../images/nav.png);
    background-repeat: no-repeat;
    background-position: -1px -1px;
    overflow: hidden;
    margin: 0 2px;
}

.slide .icon-dot a.current {
    background-position: -1px -12px;
}

.slide .link-watch {
    width: 30px;
    height: 44px;
    display: none;
    position: absolute;
    top: 80px;
    background: url(../images/arrow.png) no-repeat 0 -57px;
    cursor: pointer;
}

.slide .link-watch.pre {
    left: 0;
}

.slide .link-watch.next {
    left: 368px;
    right: 0;
    background-position: right -57px;
}

.slide .link-watch.down {
    background-position-y: -2px;
}

/* å½“å‰ä½ç½® */
.site {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f2f2f2;
    width: 1400px;
}

.site span {
    color: #999;
}

.listboxLine {
    border-bottom: 1px solid #dbdcdc;
}

/* åˆ†é¡µ */
.page {
    height: 60px;
}

.pagination {
    list-style: none;
    margin-top: 20px;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.pagination li {
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    line-height: 18px;
    float: left;
    margin-left: 10px;
}

.pagination a {
    color: #333;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.pagination input {
    height: 12px;
}

.pagination .disabled a:link, .pagination .disabled a:visited, .pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #ddd;
}

.pagination .active {
    pointer-events: none;
}

.pagination .active, .pagination a:hover {
    background: #f5f5f5;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

/* å›¾ç‰‡åˆ—è¡¨ */
.photo {
    margin: 0 auto;
    width: 1400px;
    height: auto;
    overflow: hidden;
}

.photo .photoUl {
    float: left;
    padding: 10px 0;
}

.photo .photoUl li {
    float: left;
    margin: 20px 14px 0 0;
    overflow: hidden;
    width: 352px;
    height: 310px;
    background-color: #f5f5f5;
}

.photo .photoUl li a {
    display: block;
}
}

.photo .photoUl .img {
    float: left;
    width: 352px;
    height: 244px;
    overflow: hidden;
}

.photo .photoUl li .img img {
    width: 352px;
    height: 244px;
}

.photo .photoUl .txt h2 {
    float: left;
    margin-top: 6px;
    height: 30px;
    line-height: 30px;
    width: 352px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo .photoUl .txt p {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 332px;
    padding: 0 10px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page2 {
    width: 1400px;
    height: 60px;
}

.photo .photoUl span {
    float: left;
    display: block;
    width: 156px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo .photo_tit {
    float: left;
    width: 1400px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px 0 0 0;
}

/*************************/
.headbg {
    /*background: url(../images2/header_bg.png) repeat-x;*/
    background: url(/upload/images/2021/6/7/3fd2b0d5b33e56e0.png) repeat-x;
    height: 170px;
}

.bg1 {
    margin: auto;
    background: url(../images2/header_bg2.png) left center no-repeat;
}

#navcurrent {
    background: rgba(8,89,165,0.9);
    /*IE*/
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dd0c5da9, endcolorstr=#dd0c5da9);
}

.nwei {
    clear: both;
    width: 100%;
}

.mar1 {
}

.lmleft {
    width: 250px;
    float: left;
    min-height: 500px;
    overflow: hidden;
}

.left_body2 {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
}

.left_body2 li {
    padding-left: 10px;
    line-height: 30px;
    background-color: #0e64b6;
    margin: 20px;
}

.left_body2 li a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.left_body2 .newslist {
    padding-left: 10px;
    line-height: 30px;
    background-color: #909090;
    margin: 20px;
}

#leftcurrent {
    background-color: #2491f9;
}

.lmright {
    float: left;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 800px;
}

.lmright .lmsubtitle {
    color: #0E64B6;
    font-size: 18px;
    font-weight: bolder;
    padding: 10px 10px 10px 30px;
    border-bottom: 1px solid #0E64B6;
}

.lmright li {
    line-height: 30px;
}

.lmright li span {
    float: right;
    padding-right: 5px;
}

.lmright .nrtitle {
    font-size: 18px;
    font-weight: bold;
    color: #0e64b6;
    text-align: center;
    padding-bottom: 10px;
    line-height: 40px;
}

.lmright .contenttitle {
    line-height: 30px;
    font-size: 15px;
}

.lmright .contenttitle p {
    line-height: 30px;
    font-size: 15px;
}

.lmright .contenttitle p div span {
    font-size: 15px;
}

.lmright .zztitle {
    font-size: 12px;
    color: #606060;
    text-align: center;
    padding-bottom: 10px;
}

.verClass {
    padding: 10px 0px 0px 0px;
    color: #fff;
}

.verClass a {
    color: #fff;
}

.textright {
    text-align: left;
}

.f12 {
    font-size: 12px;
}

/*indexMain03*/
.indexMain05 {
    height: 50px;
    overflow: hidden;
}

.indexMain05 .left {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    margin-top: 10px;
}

.indexMain05 .left li {
    float: left;
    height: auto;
    overflow: hidden;
    margin-left: 10px;
}

.bgtest {
    background-image: url('../images/footbg3.png');
    border-top: 1px solid #eee;
    background-color: #9edbfd;
}

.footer .left2 {
    width: 550px;
    /*padding-top: 20px;*/
    float: right;
}

/*å›¾æ ‡æ•ˆæžœå¾€ä¸Š*/
#navx {
    float: left;
    display: inline;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navx {
    z-index: 1;
    position: relative;
}

.navx .nLi {
    float: left;
    position: relative;
    display: inline;
}

.navx .sub {
    display: none;
    bottom: 80px;
    position: absolute;
    background: #ffffff;
    right: 0px;
    border-color: #0570c9;
    width: 154px;
    height: 193px;
}

.navx .sub img {
    width: 154px
}

/*å¤´æ¡*/
#toutiao {
    width: 1400px;
    height: 60px;
    overflow: hidden;
    margin: auto;
}

#toutiao ul li {
    float: left;
    padding: 0 10px;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    color: #0164a0;
}

/*chenth**/
.font_fff {
    color: #fff;
}

.font_fff span {
    width: 80px;
    padding-left: 3px;
    padding-right: 3px;
}

.year2021_100 {
    background: url(/upload/images/2021/6/30/59cb0014d31b596.png) no-repeat top center;
    height: 150px;
    width: 100%;
}

.year2021_100_bg {
    background: url(/upload/images/2021/6/30/ccb88d3bbc68883e.png) repeat top center;
    height: 150px;
    width: 100%;
}

.t1 {
    margin: auto;
}

.di20da {
    background: url(/upload/images/2022/10/25/744f41b4c94b56ea.png) repeat top center;
    height: 100px;
}







