* {
    padding: 0;
    margin: 0;
}

html, body {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft YaHei", '微软雅黑', '宋体';
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    word-break: break-all;
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

img, input {
    border: 0;
}

.wap {
    display: none;
}

.top > img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.px1400 {
    max-width: 1220px;
    margin: 0 auto;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.banner {
    width: 1220px;
    margin: 100px auto 0;
    overflow: hidden;

}

.owl-carousel {
    float: left;
    width: 700px !important;
    height: 500px;
}

.news_list {
    float: right;
    width: 500px;
}

.news_list li {
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    position: relative;
    padding-left: 15px;
}

.news_list li:before {
    position: absolute;
    content: '';
    bottom: 21px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #333333;


}

.news_list li a {
    color: #333333;
}

.news_list li:first-child:before {
    content: '';
    width: 0;

}

.news_list li:first-child {
    padding: 0;
}

.news_list li:first-child a {
    font-size: 18px;
    font-weight: bold;
}


/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}


.owl-carousel a {
    display: block;
    position: relative;
}

.owl-carousel a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
}


.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100); /*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


.top_nav {
    width: 100%;
    height: 94px;
    color: #333;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: #bfc6ce;
    position: absolute;
    z-index: 99999999999;
    top: 0px;
}

.yya {
    position: fixed;
    top: 0;
    width: 100%;
    height: 94px;
    z-index: 1000;
    background: rgba(26, 46, 119, 0.9);
}


.top {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.top > img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999;
    font-size: 0;
}

.wap-menu img {
    height: 30px;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

/* nav */
.head {
    width: 86%;
     margin: auto;
    height: 94px;
}

.logo {
    float: left;
    margin-top: 5px;
}

.logo a {
    font-size: 0;
    line-height: 80px;
}

.logo a img {
    vertical-align: middle;
    transition: all 0.3s;
    height: 60px;
}

.head .head_r {
    float: left;
    margin-left: 30px;
}

.head .head_r .head_r_t {
    width: 100%;
    height: 40px;
}

.yz {
    color: #fff;
    line-height: 40px;
    float: right;
}

.yz a {
    color: #fff;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.nav {
    width: 100%;

}

.nav > ul {
    float: left;
}

.nav > ul > li {
    display: inline-block;
    text-align: center;
    position: relative;
}

.nav > ul > li > a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    position: relative;
    padding: 0 6px;
    transition: all 0.3s;
    font-weight: bold;

}

.nav > ul > li:hover > a {
    color: #fae385;
}

.nav > ul > li:hover > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}

.nav > ul > li > span {
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
}

.nav > ul > li:hover ul {
    display: block;
}

.nav > ul > li.active > a {
    color: #fae385;
}

.nav > ul > li.active > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fae385;
}

.nav > ul > li > ul {
    width: 150%;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;
    left: -20px;
}

.nav > ul > li > ul li:hover {
    background: #273777;
}

.nav > ul > li > ul li a {
    display: block;
    padding: 15px 10px;
    color: #333;

}

.nav > ul > li > ul li a:hover {
    color: #fff;
}

.search {
    float: right;
    position: relative;
    line-height: 40px;
    padding: 0 5px;
}

.search input {
    outline: none;
    line-height: 20px;
    color: #000;
    position: absolute;
    height: 30px;
    right: 0;
    top: 10px;
    transition: all 0.3s;

    width: 170px;
    opacity: 1;
    padding: 0 5px;
    border: 1px solid #fff;
}

.search img {
    height: 20px;
    vertical-align: text-bottom;
    position: relative;
}

.search button {
    position: absolute;
    top: 17px;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 20px;
    background: none;
    border: none;
    transition: all 0.3s;
    color: #333;
    display: block;
    opacity: 1;
    cursor: pointer;
    outline: none;
}

.search button input {
    top: 0;
    right: 5px;
    height: 20px;
    width: 20px;
    z-index: 9999;
    border: none;
}

.aside_title {
    padding-left: 20px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    margin: 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #304284;
    position: relative;
}

.aside_title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 5px;
    height: 22px;
    background-color: #304284;
}

.aside_title a {
    color: #304284;
}

.list_container {
    width: 1200px;
    min-height: 750px;
    margin: 120px auto 0;
    overflow: hidden;
}

.Breadcrumbs {
    height: 20px;
    position: relative;
    zoom: 1;
    margin: 30px auto;
    display: block;
}

.Breadcrumbs strong {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    display: block;
    overflow: hidden;
}

.Breadcrumbs strong a {
    color: #999;
}

.left_part {
    float: left;
    width: 850px;
    overflow: hidden;
    padding-right: 20px;
    border-right: 1px solid #eee;
}

.left_part .left_part_list li {
    padding-right: 100px;
    padding-left: 20px;
    position: relative;
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
    font-size: 16px;
    left: 0;
    background: url(../images/tb.jpg) left center no-repeat;
}

.left_part .left_part_list li:hover {
    background: url(../images/tb2.png) left center no-repeat;
}

.left_part .left_part_list li:hover a {
    color: #1b2f77;
    font-weight: bold;
}

.left_part .left_part_list li:hover i {
    color: #1b2f77;
}

.left_part .left_part_list li:first-child {
    border-top: none;
}

.left_part .left_part_list li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.left_part .left_part_list li i {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
    font-style: normal;
}


/*内容页左侧样式*/
.show_part {
    padding: 20px;

}

.show_part .show_tit {
    text-align: left;
    color: #000;
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 20px;
}

.show_part .show_meta {
    height: 40px;
    text-align: left;
    color: #666;
    font-weight: normal;
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.show_part .show_body {
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 2em;
    color: #333;
    text-indent: 2em;
    font-size: 18px;
}


.right_part {
    float: right;
    width: 300px;
    overflow: hidden;
}

.right_part .aside_01 {
    border: 1px solid #eaecef;
    padding: 0 10px;
    margin-bottom: 20px;
}

.right_part .aside_01 ul.ranking li i {
    background-color: #D6D6D6;
}

.right_part .aside_01 ul.ranking li:nth-of-type(-n+3) i {
    background: #e92b13;
}

.right_part .aside_01 ul li {
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    position: relative;
    padding-left: 28px;
}

.right_part .aside_01 ul li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right_part .aside_01 ul li i {
    display: block;
    width: 20px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #e92b13;
    line-height: 18px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    font-style: normal;
}

.right_part .aside_02 ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    overflow: hidden;
    position: relative;
}

.right_part .aside_02 ul li i {
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 16px;
    background: #d6d6d6;
    border-radius: 50%;
    overflow: hidden;
}

.right_part .aside_03 .two_img .i_item {
    width: 117px;
    height: 96px;
    margin-right: 18px;
    float: left;
    overflow: hidden;
    position: relative;
}

.right_part .aside_03 .two_img .i_item:last-child {
    margin-right: 0;
}

.right_part .aside_03 .two_img .i_item img {
    width: 100%;
    height: 100%;
}

.right_part .aside_03 .two_img .i_item p {
    position: absolute;
    display: block;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
}


.closead {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    user-select: none;
}

.turn_Page {
    margin-top: 30px;
    padding-bottom: 20px;
}

.turn_Page p {
    font-size: 18px;
    display: inline-block;
    width: 49%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.turn_Page p span {
    font-size: 16px;
}

.turn_Page p span:hover {
    color: #C6252D;
}


.recommend_part {
    margin-top: 30px;
}

.recommend_part .rec_tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    position: relative;
    background: #f2f2f2;
    font-size: 20px;
    font-weight: bold;
    color: #01204f;
}

.recommend_part .rec_tit i {
    display: block;
    height: 50px;
    width: 5px;
    background: #01204f;
    position: absolute;
    top: 0;
    left: 0;
}


.list_con {
    overflow: hidden;
}

.list_con .fl {
    float: left;
}

.list_con .fr {
    float: right;
}

.list_con li {
    width: 100%;
    padding: 10px 0 20px;
    border-bottom: 1px solid #dcdcdc;
}

.list_con li a .art {
    line-height: 24px;
    margin: 10px 0;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
}

.list_con li a .art img {
    float: left;
    margin-right: 12px;
    width: 130px;
    height: 90px;
    object-fit: cover;
}

.list_con li a .art h1 {
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    width: initial;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list_con li a .art p {
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #666666;
}

.list_con li .meta {
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    color: #333333;
}