@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;
}
body{
    max-width:750px;
    margin:0 auto;
}
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: 1000px;
    margin: auto;
    overflow: hidden
}

article {
    margin: 20px auto 0
}

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

.topbar ul {
    width: 1000px;
    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 {
}

/*search_box*/
.search_box {
    width: 60%;
}

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

.search input.input_submit {
    border: none;
    background: none;
    color: #fff;
    outline: none;
    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: none;
    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;
}

.hot_search li:first-child a {
    color: #1487f4;
}

/*!*topnav*!*/
/*.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: 40px;
    width: 1000px;
    margin: auto
}

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

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

#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: 40px;
    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: none
}

.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: 5px;
    top: 20px;
    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: 0px 3px 10px 1px rgba(144, 161, 180, 0.4);
    z-index: 99;
}

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

.swiper-slide {
    position: relative
}

.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*/
.news_box_r {
    float: right;
    width: 30%
}

h2.news_t {
    font-size: 20px;
    font-weight: normal;
    padding: 5px 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
}

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

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

.news_box {
    margin-bottom: 30px
}

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

.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%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,0.7);
}

/*news_part03*/
.news_part03 {
}

.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: none
}

/*news_part04*/
.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*/
.news_part05 {
    overflow: hidden;
    margin-bottom: 24px;
}

.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%;
}

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

/*news_part06*/
.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*/
.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*/
.links {
    padding: 5px 0;
    margin: 10px 0;
    position: relative;
    /*border-top: #ececec 1px solid;*/
    border-bottom: #ececec 1px solid;
    color: #069;
}

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

.links li a {
    color: #069;
}

/*footer*/
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;
}

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

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

.sidebtn {
    display: none
}

/*list*/
.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: 40px;
}

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

/*news_list_a*/
.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*/
.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:nth-child(1) {
    display: none
}

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

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

/*news_list_b*/
.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*/
.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 img {
    width: 100%
}

.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*/
.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;
}

.info span {
    margin-right: 10px;
}

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

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

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

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

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

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

.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*/
.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: #ffffff;
    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 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 {
}

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

.fm_news_list section {
    margin: 0 0 30px;
}

.fm_news_list section ul {
}

.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 {
}

.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;
}

/*search_paihang*/
.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*/
.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
}




    .box, nav, article,.topbar ul { width: 100% }
    article { margin: auto }
    /*.topnav { position: fixed; top: 0; z-index: 9; background: rgba(0,0,0,.6); border-top: #1487f4 40px solid; }*/
    nav #starlist { width: 100%; }
    #mnavh { display: block; top: -40px; position: absolute; right: 0; }
    #starlist { display: none }
    #starlist li { width: 60%; margin: 0; background: #fff; border-bottom: #eee 10px solid; }
    #starlist li a:hover, #starlist #selected, .selected > a, #starlist li:hover { color: #1487f4; background: #fff; }
    #starlist li a { text-align: left; text-indent: 2em; color: #000; width: 100%; padding: 0; }
    #starlist ul.sub { background: none; width: 100%; display: block; position: initial; padding: 0 }
    #starlist ul.sub:before { display: none }
    #starlist ul.sub li { border-bottom: none; width: 100%; overflow: hidden; line-height: 40px !important; border-top: none; height: 40px !important; }
    #starlist ul.sub li:first-child { border-top: #eee 1px solid }
    #starlist ul.sub li a { display: block; padding-left: 10px; text-indent: 3em; }
    #starlist ul.sub li:hover a, #starlist li:hover a { background: none }
    #starlist ul.sub li #selected { color: #000 !important }
    .menu:after { top: 0; right: 0; width: 40px; height: 40px; background: url(../images/istop.png) no-repeat center; background-size: 16px; border: none; transform: rotate(180deg) !important; }
    .menu span { display: block; position: absolute; width: 40px; height: 40px; top: 0; right: 0; border-left: #eee 1px solid; }
    #starlist li:last-child { padding-bottom: 100%; }
    #starlist ul.sub li:last-child { padding-bottom: 0 }
    /*.topnav h2 { display: block }*/
    .sidebtn { display: block; width: 40%; height: 100%; position: absolute; right: 0; }
    .box, nav, article { width: 96%; }
    .icon-top { right: 20px; }.ph_box{ margin:5px}
    nav { width: 100% }
    .topbar, .hot_search { display: none }
    .search { position: fixed; top: 5px; left: 5px; z-index: 999; width: 60%; border-radius: 20px; overflow: hidden; border: none; }
    .search input.input_text { height: 30px; line-height: 30px; width: 100%; background: url(../images/searchm.png) no-repeat left 10px center #fff; background-size: 20px; text-indent: 3em; }
    .search input.input_submit { display: none; }
    .logo { float: none; margin: 50px auto 20px }
    .logo img { display: block; margin: auto }
    .search_box { margin: 0 }
    .banner { width: 100%; height: auto; margin-bottom: 20px }
    .news_box_r { float: none; width: 100% }
    .flbox, .frbox, .news_box_list ul { width: 100% }
    .news_part02_pic, .news_part02 { width: 100%; clear: both; }
    .news_part02_pic { margin-bottom: 10px }
    .news_part02_pic li { width: 50%; float: left; }
    .news_part02_pic li a { height: 90px; margin: 0 5px }
    .icon-top { right: 5px; bottom: 20px; }
    .news_box_list { margin-top: 20px }
    footer { padding: 20px 20px 10px }
    .news_list_a li span { display: none; }
    .news_list_a li { padding-left: 10px }
    .news_list_b li i { width: 90px; margin-left: 5px; height: 60px; }
    .news_list_b .news_list_info { display: none; }
    .news_list_b .news_list_time { display: none; }
    .news_list_b li h2 { white-space: normal; font-weight: normal; font-size: 16px; margin-bottom: 0;color: #333; }
    .news_list_c li i { width: 90px; height: 60px; margin-right: 5px; margin-bottom: 10px; }
    .news_list_c .news_list_info { margin: 10px 0 10px; }
    .news_list_c li h2 { white-space: normal; font-weight: normal; font-size: 16px; }
    .news_list_c .news_list_time { clear: both; }
    .news_list_c li { padding-bottom: 10px; }
    .news_list_a li:first-child, .news_list_a li:nth-child(10n+1) { font-size: 16px; }
    .content { padding: 0 10px }
    .info-pre-next ul li{width:100%;}
    .info-pre-next ul li:nth-child(2) a {
        margin-left: 0; margin-top:10px
    }
    .about h1{ padding:0 10px}
    .fm_news_list ul li span{ display:none}
    .paihang section,.hot-search, .new-search{width:100%}







.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:fixed;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar{
    display:none;
}




.footer{
    background: #fcfcfc;
    padding: 20px 0;
    color: #666;
    font-size: 14px;
    text-align: center;
}
.footer a{
    color: #666;
}





.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;
}