@charset "utf-8";* {
    margin: 0;
    padding: 0
}

body {
    font: 15px "Microsoft YaHei",Arial,Helvetica,sans-serif;
    color: #000;
    background: #fff;
    line-height: 1.5;
    overflow-x: hidden
}

img {
    border: 0;
    display: block
}

ul,li {
    list-style: none
}

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

a:hover {
    color: #000;
    text-decoration: underline
}

.clear {
    clear: both;
    width: 100%;
    overflow: hidden
}

.clearblank {
    clear: both;
    width: 100%;
    overflow: hidden;
    height: 20px
}

.fl {
    float: left!important
}

.fr {
    float: right!important
}

.box,article {
    width: 1200px;
    margin: auto;
    overflow: hidden
}

article {
    margin: 20px auto 0
}

.topbar {
    height: 32px;
    line-height: 32px;
    text-align: right;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px
}

.topbar ul {
    width: 1200px;
    margin: auto
}

.topbar li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 10px
}

.topbar img {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -15px;
    top: 32px;
    display: none;
    border: #ccc 1px solid
}

.topbar li:hover {
    cursor: pointer;
    color: #1487f4
}

.topbar li:hover img {
    display: block;
    z-index: 9
}

.logo {
    width: 240px;
    float: left;
    margin: 15px 0
}

.logo a {
    text-decoration: none
}

.logo img {
    width: 70px;
    float: left;
    margin-right: 18px
}

.logo-title {
    font-size: 28px;
    color: #1487f4
}

.logo-text {
    margin-top: 5px;
    color: #888
}

.search_box {
    width: 60%;
}

.search {
    border: 1px solid #eaeaea;
    background: #1487f4;
    position: relative
}

.search input.input_submit {
    border: 0;
    background: 0;
    color: #fff;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 36px;
    font-size: 16px
}

.search input.input_text {
    border: 0;
    line-height: 38px;
    height: 36px;
    width: 80%;
    outline: 0;
    text-indent: 1em
}

.search input.input_submit:hover {
    cursor: pointer
}

.hot_search {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    overflow: hidden
}

.hot_search span {
    float: left;
    margin-right: 10px
}

.hot_search li {
    display: inline-block;
    margin-right: 5px
}

.hot_search li a {
    color: #999
}

.hot_search li a:hover {
    color: #1487f4
}

.topnav {
    width: 100%;
    background: #2577e3
}

.topnav:before {
    display: table;
    content: " "
}

.topnav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

nav {
    text-align: center;
    line-height: 50px;
    width: 1200px;
    margin: auto
}

nav #starlist {
    margin: auto;
    width: 1200px
}

#starlist li {
    position: relative;
    display: inline;
    float: left;
    font-size: 15px
}

#starlist .active a {
    color: #fff;
    background: #0a56bb
}

#starlist li a {
    display: inline;
    float: left;
    padding: 0 15px;
    color: #fff
}

#starlist li a:hover {
    background: #0a56bb;
    text-decoration: none
}

#selected {
    position: relative
}

#starlist ul.sub {
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 50px;
    background: #0a56bb;
    z-index: 9;
    display: none
}

#starlist ul.sub li {
    height: 34px;
    line-height: 34px;
    margin-left: 0;
    width: 100%;
    font-size: 14px
}

#starlist ul.sub li a {
    padding: 0;
    display: block;
    width: 100%
}

#starlist ul.sub li a:hover {
    background: #2577e3
}

#starlist li:hover ul.sub {
    display: block
}

a#selected {
    background: #0a56bb
}

#starlist ul.sub:before {
    content: "";
    height: 15px;
    width: 15px;
    background: #0a56bb;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -8px;
    left: 42%
}

#mnavh {
    display: none;
    width: 70px;
    height: 40px;
    background: #1487f4;
    text-align: center
}

.navicon {
    display: block;
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin-top: 20px;
    float: left;
    margin-left: 20px
}

.navicon:before,.navicon:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    background: #fffefe;
    -webkit-transition-property: margin,-webkit-transform;
    transition-property: margin,-webkit-transform;
    transition-property: margin,transform;
    transition-property: margin,transform,-webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms
}

.navicon:before {
    margin-top: -10px
}

.navicon:after {
    margin-top: 10px
}

.open .navicon {
    background: 0
}

.open .navicon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.open .navicon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.open .navicon:before,.open .navicon:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    background: #fff
}

.menu:after {
    content: "";
    position: absolute;
    right: 4px;
    top: 24px;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.menu:hover:after {
    transform: rotate(180deg)
}

.is-fixed {
    position: fixed;
    top: 0;
    box-shadow: 0 3px 10px 1px rgba(144,161,180,0.4);
    z-index: 99
}

.banner {
    width: 67%;
    float: left;
    height: 340px
}

.swiper-slide {
    position: relative
}

.swiper-slide img {
    width: 100%
}

.swiper-slide a {
    width: 100%!important
}

.swiper-slide span {
    position: absolute;
    right: 0;
    font-size: 12px;
    padding: 2px 5px 2px 10px;
    top: 10px;
    background: #0CF;
    color: #fff;
    border-radius: 3px 0 0 3px
}

.swiper-slide:nth-child(2) span {
    background: #F60
}

.swiper-slide:nth-child(3) span {
    background: #3C0
}

.news_box_r {
    float: right;
    width: 30%
}

h2.news_t {
    font-size: 20px;
    font-weight: normal;
    padding: 10px 0;
    margin-bottom: 10px;
    position: relative;
    border-top: #ccc 2px solid;
    border-bottom: #ececec 1px solid;
    color: #069
}

h2.news_t a {
    color: #069
}

h2.news_t a:hover {
    text-decoration: none
}

h2.news_t:after {
    position: absolute;
    width: 100px;
    height: 2px;
    background: #069;
    content: "";
    left: 0;
    top: -2px
}

h2.news_t span {
    float: right;
    font-size: 16px;
    padding-top: 4px
}

h2.news_t span a {
    color: #2b9a00
}

ul.news_part01 li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #ececec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

ul.news_part01 li .news_lm {
    margin-right: 10px;
    color: #069
}

ul.news_part01 li span {
    float: right;
    color: #999;
    font-size: 12px
}

.flbox {
    width: 67%;
    float: left
}

.frbox {
    width: 30%;
    float: right
}

.news_box {
    margin-bottom: 30px
}

.news_part02 li {
    height: 22px;
    line-height: 22px;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    overflow: hidden
}

.news_part02 li span {
    float: right;
    color: #999;
    font-size: 12px
}

.news_part02 li:first-child span,.news_part02 li:nth-child(7) span {
    display: none
}

.news_part02 li:first-child,.news_part02 li:nth-child(7) {
    font-size: 18px;
    font-weight: bold
}

.news_part02 li:nth-child(6) {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px
}

.news_part02_pic {
    float: right;
    width: 240px;
    overflow: hidden;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px
}

.news_part02_pic li a {
    display: block;
    height: 160px;
    margin: 10px 0 30px;
    overflow: hidden;
    position: relative;
    color: #fff
}

.news_part02_pic li img {
    width: 100%;
    min-height: 100%
}

.news_part02_pic li span {
    position: absolute;
    width: 100%;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.7);
    text-align: center
}

.news_part03 li {
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc
}

.news_part03 li i {
    width: 114px;
    height: 76px;
    margin-right: 10px;
    overflow: hidden;
    display: block;
    float: left
}

.news_part03 i img {
    height: 100%;
    max-width: 100%
}

.news_part03 p {
    margin-top: 10px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px
}

.news_part03 li:last-child {
    border-bottom: 0
}

.news_part04 {
    margin-bottom: 18px
}

.news_part04 li {
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px dotted #ececec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_part04 li:first-child {
    background: #f5f5f5;
    margin: 20px 0 10px
}

.news_part04 li:first-child i {
    width: 114px;
    height: 76px;
    margin-right: 10px;
    overflow: hidden;
    display: block;
    float: left
}

.news_part04 li:first-child i img {
    height: 100%;
    max-width: 100%
}

.news_part04 li:first-child p {
    white-space: initial;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding-top: 16px
}

.news_part05 {
    overflow: hidden
}

.news_part05 li {
    width: 47%;
    float: left;
    overflow: hidden;
    margin-bottom: 15px
}

.news_part05 li:nth-child(even) {
    float: right
}

.news_part05 li a {
    display: block
}

.news_part05 li i {
    height: 90px;
    display: block;
    overflow: hidden
}

.news_part05 li i img {
    width: 100%;
    min-height: 100%;
    border-radius: 5px
}

.news_part05 li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    font-size: 14px;
    text-align: center
}

.news_part06 li {
    font-size: 14px;
    line-height: 35px;
    border-bottom: 1px dotted #ececec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 30px
}

.news_part06 li:before {
    position: absolute;
    left: 0;
    font-size: 16px;
    font-style: italic;
    font-family: arial;
    color: #666
}

.news_part06 li:nth-child(1):before {
    content: "01";
    color: #f63
}

.news_part06 li:nth-child(2):before {
    content: "02";
    color: #f63
}

.news_part06 li:nth-child(3):before {
    content: "03";
    color: #f63
}

.news_part06 li:nth-child(4):before {
    content: "04"
}

.news_part06 li:nth-child(5):before {
    content: "05"
}

.news_part06 li:nth-child(6):before {
    content: "06"
}

.news_part06 li:nth-child(7):before {
    content: "07"
}

.news_part06 li:nth-child(8):before {
    content: "08"
}

.news_part06 li:nth-child(9):before {
    content: "09"
}

.news_part06 li:nth-child(10):before {
    content: "10"
}

.news_box_list ul {
    width: 46%;
    float: left
}

.news_box_list ul:last-child {
    float: right
}

.news_box_list ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    position: relative;
    padding-left: 10px;
    font-size: 14px
}

.news_box_list ul li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #069;
    top: 13px;
    left: 0
}

.news_box_list ul li span {
    float: right;
    font-size: 13px;
    color: #999;
    margin-left: 20px
}

.links {
    padding: 10px 0;
    margin: 10px 0;
    position: relative;
    border-top: #ececec 1px solid;
    border-bottom: #ececec 1px solid;
    color: #069;
    font-size: 12px
}

.links li {
    display: inline-block;
    margin-right: 10px
}

.links li a {
    color: #999
}

footer {
    color: #666;
    font-size: 13px;
    padding: 30px 0 10px;
    line-height: 24px;
    text-align: center;
    background: #fcfcfc
}

footer a {
    color: #666;
    margin-right: 10px
}

footer img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 5px
}

.newstext-100{
    font-size:16px;
    line-height:32px;
}
.newstext-100 img{
    max-width:100%;
}
.icon-top {
    background: url(../images/istop.png) no-repeat center #fff;
    background-size: 22px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 1%;
    bottom: 10%;
    transition: all .3s;
    z-index: 9999999;
    border: #ececec 1px solid
}

.icon-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.sidebtn {
    display: none
}

.news_list_t {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    position: relative;
    border-top: #ccc 2px solid;
    border-bottom: #ececec 1px solid;
    color: #069;
    line-height: 50px
}

.news_list_t:after {
    position: absolute;
    width: 100px;
    height: 2px;
    background: #069;
    content: "";
    left: 0;
    top: -2px
}

.news_list_a li {
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    position: relative
}

.news_list_a li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #069;
    top: 13px;
    left: 0
}

.news_list_a li span {
    float: right;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px
}

.news_list_a li:nth-child(10n) {
    margin-bottom: 20px;
    border-bottom: #eee 1px solid;
    padding-bottom: 20px
}

.news_list_a li:first-child,.news_list_a li:nth-child(10n+1) {
    font-size: 18px;
    font-weight: bold
}

.pagelist {
    text-align: center;
    color: #666;
    width: 100%;
    clear: both;
    margin: 0 0 10px
}

.pagelist a {
    color: #666;
    margin: 0 5px 10px;
    padding: 5px 10px;
    background: #f7f7f7;
    display: inline-block
}

.pagelist a:hover,.pagelist>b {
    color: #FFF;
    background: #0a56bb;
    text-decoration: none
}

.pagelist>b {
    padding: 5px 10px
}

.news_list_time {
    color: #888;
    font-size: 13px;
    margin-top: 10px
}

.news_list_time span {
    margin-right: 10px
}

.news_list_b li {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc
}

.news_list_b li h2 {
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #069
}

.news_list_b li i {
    display: block;
    float: right;
    width: 160px;
    height: 107px;
    overflow: hidden;
    margin-left: 20px
}

.news_list_b li i img {
    width: 100%
}

.news_list_b li a:hover {
    text-decoration: none
}

.news_list_b li a:hover h2 {
    text-decoration: underline
}

.news_list_b .news_list_info {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px
}

.news_list_c li {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc
}

.news_list_c li h2 {
    font-size: 18px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #069
}

.news_list_c li i {
    display: block;
    float: left;
    width: 160px;
    height: 107px;
    overflow: hidden;
    margin-right: 20px
}

.news_list_c li i.hide-img {
    display: none
}

.news_list_c li i img {
    width: 100%;
    border-radius: 5px
}

.news_list_c li a:hover {
    text-decoration: none
}

.news_list_c li a:hover h2 {
    text-decoration: underline
}

.news_list_c .news_list_info {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 14px;
    margin-top: 20px
}

.container {
    font-size: 16px
}

.container h1 {
    font-size: 22px;
    margin-bottom: 15px
}

.info {
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: #ccc 1px dotted;
    display: flex;
    flex-direction: row
}

.info span {
    margin-right: 10px;
    word-break: keep-all;
    white-space: nowrap
}

.tags {
    margin: 20px 0;
    font-size: 14px
}

.tags a {
    display: inline-block;
    border: #e6e4e4 1px solid;
    padding: 3px 6px;
    color: #666
}

.statement {
    overflow: hidden;
    background: #f3f3f3;
    padding: 10px;
    margin-bottom: 20px
}

.statement p {
    font-size: 14px;
    margin: 10px 0
}

.statement p:last-child {
    color: #f00
}

.statement i {
    float: left;
    width: 120px;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    margin-right: 10px
}

.statement img {
    width: 100%
}

.info-pre-next {
    overflow: hidden;
    margin: 20px 0
}

.info-pre-next ul li {
    width: 50%;
    float: left;
    overflow: hidden
}

.info-pre-next ul li a {
    display: block;
    overflow: hidden
}

.info-pre-next ul li a:hover {
    text-decoration: none;
    color: #069
}

.info-pre-next ul li:nth-child(1) a {
    margin-right: 10px
}

.info-pre-next ul li:nth-child(2) a {
    margin-left: 10px
}

.info-pre-next ul li i {
    display: block;
    width: 130px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    position: relative
}

.info-pre-next em {
    position: absolute;
    left: 0;
    top: 0;
    font-style: normal;
    color: #fff;
    font-size: 16px;
    width: 100%;
    line-height: 80px;
    text-align: center;
    background: rgba(0,0,0,.2);
    z-index: 1
}

.info-pre-next img {
    width: 100%
}

.info-pre-next h2 {
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.info-pre-next p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
    height: 40px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2
}

.otherlink {
    display: none
}

.otherlink li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 28px;
    position: relative;
    padding-left: 10px;
    font-size: 14px
}

.otherlink li:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #069;
    top: 13px;
    left: 0
}

.otherlink li span {
    float: right;
    font-size: 13px;
    color: #999;
    margin-left: 20px
}

.fm_news_list h2 span {
    float: right;
    font-size: 14px;
    padding-top: 5px
}

.fm_news_list section {
    margin: 0 0 30px
}

.fm_news_list ul li {
    line-height: 35px;
    border-bottom: 1px dotted #ececec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fm_news_list ul li span {
    float: right;
    font-size: 12px;
    color: #888
}

.paihang section {
    float: left;
    width: 33.333%
}

.ph_box {
    overflow: hidden;
    margin: 10px 15px;
    border: #ececec 1px solid;
    padding: 10px
}

.ph_box h2 {
    font-size: 16px;
    text-align: center;
    color: #069;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #ccc 1px solid
}

.hot-search,.new-search {
    overflow: hidden;
    margin-top: 20px;
    width: 48%;
    float: left
}

.new-search {
    float: right
}

.hot-search p,.new-search p {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    border-left: #069 3px solid;
    padding-left: 10px;
    color: #069
}

.search_paihang li {
    float: left;
    line-height: 36px;
    font-size: 14px;
    width: 100%;
    border-bottom: #ececec 1px dotted
}

.search_paihang li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.search_paihang li i {
    font-size: 14px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    background: #c7c7c7;
    color: #fff;
    display: block;
    font-style: normal;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    margin-top: 6px;
    float: left
}

.search_paihang li:first-child i {
    background: #ff6b66!important
}

.search_paihang li:nth-child(2) i {
    background: #ff8652!important
}

.search_paihang li:nth-child(3) i {
    background: #ffa742!important
}

.timebox span {
    position: relative;
    line-height: 32px;
    padding-right: 40px;
    color: #999;
    font-size: 13px
}

.timebox span:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 40px;
    background: #e0dfdf;
    right: 18px
}

.timebox li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.timebox li i {
    position: relative;
    font-style: normal
}

.timebox li i:before {
    content: " ";
    height: 10px;
    width: 10px;
    border: 2px solid #cccaca;
    background: #fff;
    position: absolute;
    top: 4px;
    left: -26px;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.timebox li:hover i:before {
    background: #069
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide img {
    width: 100%
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #f6f6f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.down-list ul {
    margin: 0 -5px
}

.down-list li {
    width: 33.333%;
    float: left;
    overflow: hidden;
    position: relative
}

.down-list li a {
    text-decoration: none
}

.down-list li span.dl-link {
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0 5px 10px;
    border: #ddd 1px solid;
    padding: 10px;
    height: 48px
}

.down-list li i {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px
}

.down-list li i img {
    width: 100%;
    height: 100%
}

.down-list li h2 {
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 100px;
    margin-top: 5px
}

.down-list li h2 span {
    font-size: 12px;
    color: #8d9ab2;
    position: absolute;
    right: 15px;
    top: 15px
}

.down-list li p {
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 12px;
    line-height: 12px;
    padding-top: 5px;
    font-weight: normal;
    font-size: 12px;
    color: #8a8f99;
    overflow: hidden
}

.d-list-hover {
    display: none;
    overflow: hidden;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 90px;
    height: 70px;
    background: #2577e3;
    font-size: 14px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.d-list-hover em {
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-style: normal
}

.down-list li:hover .d-list-hover {
    display: block
}

.movie-player {
    height: 424px;
    margin: 20px auto;
    display: block;
    max-width: 100%!important;
    z-index: 0;
    background-color: ccc
}

.newstext span {
    display: inline
}

.newstext pre code {
    white-space: pre-wrap
}

.content-1 img {
    cursor: pointer
}

.content-1 {
    word-break: break-word;
    text-align: justify
}

.content-1 p {
    margin: 8px 0;
    line-height: 30px
}

.content-1 img {
    margin: 15px auto;
    max-width: 100%!important;
    height: auto!important
}

.content-1 h2,.content-1 h3,.content-1 h4,.content-1 h5,.content-1 h6 {
    font-size: 18px;
    margin: 10px 0
}

.content-1 video {
    height: auto!important;
    width: 100%!important
}

.content-1 iframe {
    width: 100%;
    min-height: 400px
}

.content-1 pre {
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 10px 0;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    padding: 10px;
    font-family: "Microsoft YaHei",STXihei;
    overflow-x: auto
}

.content-1 table {
    margin: auto!important;
    width: 100%!important
}

.content-1 table,tr,td {
    border: 1px solid #ccc!important;
    border-collapse: collapse!important;
    padding: 10px 5px!important;
    text-align: center!important
}

.wechat {
    display: none;
    padding: 0 10px
}

.wechat span {
    display: inline-block;
    margin: 20px 0 5px 0;
    font-size: 15px;
    color: #333;
    text-align: center
}

.wechat img {
    width: 200px
}

.down {
    background: #fffcef;
    border: 1px solid #ffbb76;
    font-size: 14px;
    margin: 20px 0;
    padding: 15px 20px;
    line-height: 26px
}

.down span {
    display: inline-block
}

.down p:first-child {
    margin-bottom: 5px;
    font-size: 18px
}

.down .downlink {
    overflow: hidden;
    margin-top: 10px
}

.down .downlink a {
    background: #1ba1e2;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 8px 30px;
    line-height: 35px;
    cursor: pointer;
    text-decoration: none
}

.down .downlink a:hover {
    background: #ffbb76
}

.qrcode>div {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px
}

.qrcode>div>div {
    margin-top: 10px
}

.pinglun {
    overflow: hidden;
    padding: 0 1px 20px 1px
}

.pinglun p {
    line-height: 36px;
    color: #a9a6a6
}

.pinglun p span {
    float: right
}

.pinglun p span a {
    color: #2577e3
}

.pinglun button {
    display: block;
    background: #2577e3;
    color: #fff;
    border: 0;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 5px;
    float: right;
    cursor: pointer
}

.pinglun input {
    line-height: 30px;
    text-indent: 1em;
    border-radius: 3px;
    border: #ddd 1px solid;
    margin-bottom: 8px;
    display: inline-block
}

.pinglun textarea {
    text-indent: 1em;
    border-radius: 3px;
    border: #ddd 1px solid;
    width: 100%;
    resize: none;
    padding: 10px 0;
    font-size: 12px;
    margin-bottom: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.timeline {
    padding: 2em 0;
    position: relative;
    margin-bottom: 15px
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed
}

.tl-block {
    position: relative;
    margin: 2em 0
}

.tl-block:after {
    content: '';
    display: table;
    clear: both
}

.tl-block:first-child {
    margin-top: 0
}

.tl-block:last-child {
    margin-bottom: 0
}

.tl-img img {
    left: 0;
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.tl-img img:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
}

.tl-content {
    position: relative;
    margin-left: 60px;
    background: #fafafa;
    border-radius: .25em;
    padding: 1em
}

.tl-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #fcfcfc
}

.tl-content:after {
    content: '';
    display: table;
    clear: both
}

.tl-content h2 {
    color: #303e49;
    font-size: 14px;
    font-weight: bold
}

.tl-content h2 span {
    display: inline-block
}

.tl-content p {
    font-size: 12px;
    margin: 1em 0;
    line-height: 1.6
}

.tl-content .tl-message span {
    font-size: 12px;
    display: inline-block;
    padding: .8em 0;
    opacity: .7
}

.tl-content .tl-reply span {
    float: right;
    font-size: 12px
}

.tl-message {
    overflow: hidden
}

.tl-message p {
    text-indent: 2em
}

.tl-reply {
    margin-top: 10px;
    overflow: hidden
}

.tl-reply p {
    text-indent: 2em
}

.tl-line {
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc
}


    .timeline::before {
        margin-left:4px
    }

    .tl-img img {
        left: 0
    }

    .timeline::before {
        left:50%;
        margin-left: -8px
    }

    .tl-block:nth-child(even) .tl-content {
        float: right
    }

    .tl-block:nth-child(even) .tl-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: white
    }

    .tl-block:nth-child(even) .tl-content .tl-message span {
        left: auto;
        right: 125%;
        text-align: right
    }

    .tl-img img {
        left: 46%
    }

    .tl-content {
        margin-left: 0;
        width: 40%
    }

    .tl-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: white
    }

    .tl-content .tl-message span {
        position: absolute;
        width: 100%;
        left: 120%;
        top: 6px;
        font-size: 13px
    }

.toolbar {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 1000;
    background: #333;
    width: 0;
    min-height: 360px;
    border-radius: 5px 0 0 5px;
    transition: all .4s
}

.toolbar .toolbar-close span {
    background: url(/img/icon/guanbi.png) no-repeat #333 center;
    background-size: 16px;
    width: 40px;
    height: 40px;
    float: right;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px 0 0 5px
}

.toolbar-open {
    z-index: 1000;
    background: url(/img/icon/zhankai.png) no-repeat center #333;
    background-size: 16px;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 0;
    top: 20%;
    border-radius: 5px 0 0 5px;
    transition: all .4s
}

.closed {
    width: 40px
}

.openviewd {
    width: 0;
    transition: all .4s
}

#toolbar-menu>li i {
    width: 40px;
    height: 40px;
    background-size: 22px;
    font-style: normal;
    display: block
}

#toolbar-menu {
    margin-top: 80px
}

#toolbar-menu>li {
    border-top: #464646 1px solid;
    border-bottom: #252525 1px solid;
    cursor: pointer;
    position: relative
}

#toolbar-menu>li:first-child {
    border-top: 0
}

.toolbar-nav section {
    display: none;
    position: absolute;
    right: 40px;
    top: 0;
    background: #fff;
    border: 1px solid #eee;
    padding: 30px;
    box-shadow: -5px 3px 3px rgba(0,0,0,.1);
    width: max-content
}

#toolbar-menu>li.current section {
    display: block
}

#toolbar-menu>li.current {
    background: #000
}

.side-icon-user {
    background: url(/img/icon/icon-user.png) no-repeat center
}

.side-icon-qq {
    background: url(/img/icon/icon-qq.png) no-repeat center
}

.side-icon-weixin {
    background: url(/img/icon/icon-weixin.png) no-repeat center
}

.side-icon-dashang {
    background: url(/img/icon/icon-dashang.png) no-repeat center
}

#toolbar-content {
    position: absolute;
    right: 40px;
    top: 80px;
    box-shadow: -2px 2px 2px rgba(0,0,0,.1)
}

.userinfo .inputText {
    line-height: 30px;
    text-indent: 1em;
    border-radius: 3px;
    border: #ddd 1px solid;
    width: 200px;
    margin-bottom: 20px;
    display: block
}

.userinfo .inputsub-dl {
    display: inline-block;
    background: #2293f7;
    color: #fff;
    border: 0;
    line-height: 35px;
    width: 45%;
    border-radius: 3px
}

.userinfo .inputsub-zc {
    text-align: center;
    display: inline-block;
    background: #02aeb1;
    color: #fff;
    border: 0;
    line-height: 35px;
    width: 45%;
    border-radius: 3px
}

.userinfo .logged {
    text-align: center
}

.userinfo .logged img {
    margin: 0 auto 10px auto;
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.userinfo .logged b {
    color: #f00;
    font-size: 14px
}

.userinfo .logged a {
    display: block;
    width: 100px;
    text-align: center;
    margin: 10px auto;
    border: #ddd 1px solid;
    padding: 5px 0;
    border-radius: 5px
}

#login,#reg {
    display: none
}

.userinfo .third {
    height: 26px
}

.userinfo .third * {
    float: left
}

.userinfo .third span {
    font-size: 12px;
    line-height: 26px
}

.userinfo .third a {
    margin-left: 4px
}

.userinfo .third a img {
    width: 26px;
    height: 26px
}

.qq-section,.weixin-section,.dashang-section {
    padding: 10px!important
}

.qqinfo a {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
    padding: 5px 0;
    border-radius: 5px;
    width: 140px;
    color: #fff;
    background: linear-gradient(to right,#2e74e5 0,#00c1de 100%)
}

.qqinfo a:last-child {
    margin-bottom: 0
}

.qqinfo a {
    display: block;
    color: #fff;
    font-size: 14px
}

.weixin-info {
    text-align: center
}

.weixin-info img {
    max-width: 140px;
    margin: auto
}

.weixin-info .text12 {
    font-size: 12px;
    line-height: 24px
}

.dashang-section p {
    padding: 0 10px 5px
}

.dashang-section ul {
    text-align: center
}

.dashang-section ul li {
    display: inline-block
}

.dashang-section ul li img {
    width: 140px!important;
    height: 140px!important
}

.download-list li {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dcdcdc
}

.download-list h3 {
    margin-bottom: 15px;
    font-weight: normal
}

.download-list i {
    float: left;
    width: 65px;
    height: 65px;
    text-align: center;
    display: table;
    margin-right: 10px
}

.download-list i img {
    max-width: 65px;
    max-height: 65px;
    vertical-align: middle
}

.download-list p {
    font-size: 14px;
    color: #9b9b9b;
    height: 43px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    margin-right: 100px
}

.download-list span.down-info {
    font-size: 12px;
    color: #9b9b9b;
    display: block;
    overflow: hidden;
    margin-top: 10px
}

.download-list .down-info em {
    font-style: normal;
    margin-right: 20px
}

.download-list span.down-bth {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 80px;
    height: 30px;
    border-radius: 3px;
    background-color: #2577e3;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer
}

.download-list span.down-bth a {
    color: #fff;
    text-decoration: none
}

.download-list span.down-bth:hover {
    background-color: #0098e4
}

.download-list li:hover h3 a {
    color: #2577e3;
    text-decoration: none
}

.notfoud-container .img-404 {
    height: 20px
}

.notfoud-container .notfound-p {
    line-height: 22px;
    font-size: 17px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
    color: #262b31
}

.notfoud-container .notfound-reason {
    color: #9ca4ac;
    text-align: center
}

.notfoud-container .notfound-reason p {
    margin-top: 13px
}

.notfoud-container .notfound-reason ul li {
    margin-top: 10px
}

.notfoud-container .notfound-btn-container {
    margin: 20px auto;
    text-align: center
}

.notfoud-container .notfound-btn-container .notfound-btn {
    display: inline-block;
    border: 1px solid #ebedef;
    background-color: #239bf0;
    color: #fff;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    line-height: 16px;
    white-space: nowrap
}

.like-list>li>span:first-child {
    cursor: pointer;
    color: #1487f4
}

.like {
    cursor: pointer;
    color: #1487f4
}

.search-select {
    color: red
}

.search-tags a {
    cursor: pointer
}

.no-data {
    width: 100%;
    text-align: center
}

.layui-layer-phimg .layui-layer-imgsee {
    display: none
}

.open-qq {
    cursor: pointer
}

.language-selection {
    display: none!important
}



.footer{
    padding:20px 0;
    /*background-color:#f7f7f7;*/
    color:#333;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#333;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #2577e3;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #2577e3;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}