
#index, #page-news {
    font-family: 'pingFangSC-MEDIUM', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

.ui-tac {
    text-align: center;
}

.body-wrap {
    background: none;
}

.ui-btn {
    display: inline-block;
    padding: 6px 12px;
    line-height: 18px;
    border: 1px solid #535961;
    border-radius: 3px;
    color: #535961;
    background-color: #fff;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.ui-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #535961;
}

#index .mod-news {
    padding-bottom: 30px;
    background: #f9f9f9;
}

#index .mod-news .top {
    position: relative;
    border-bottom: 1px solid #333;
    margin: 0 60px;
}

#index .mod-news .top .title {
    font-size: 32px;
}

#index .mod-news .top .more {
    margin: 3px 20px;
    padding: 6px 12px;
    line-height: 24px;
    float: right;
}

#index .mod-news .top .more:hover {
    text-decoration: none;
}

#index .mod-news .top .news-tab {
    position: absolute;
    top: 3px;
    right: 80px;
    *zoom: 1;
}

#index .mod-news .top .news-tab:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

#index .mod-news .top .news-tab li {
    float: left;
}

#index .mod-news .top .news-tab li a {
    display: block;
    height: 36px;
    padding: 6px 12px;
    border-radius: 30px;
    margin: 0 3px;
    font-size: 14px;
    line-height: 35px;
}

#index .mod-news .top .news-tab li a:hover {
    text-decoration: none;
    background: #ececec;
}

#index .mod-news .top .news-tab li.active a,
#index .mod-news .top .news-tab li.active a:hover {
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff6d01 0%);
    color: #fff;
}

#index .mod-news .top .news-tab li.active a:after,
#index .mod-news .top .news-tab li.active a:hover:after {
    display: none;
}

#index .mod-news .news-tab-content {
    padding: 30px 0;
    margin: 0 60px;
}

#index .mod-news .news-list {
    *zoom: 1;
    margin-right: -60px;
}

#index .mod-news .news-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

#index .mod-news .news-list .item {
    position: relative;
    top: 0;
    float: left;
    width: 226px;
    height: 188px;
    margin-right: 52px;
    margin-bottom: 20px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

#index .mod-news .news-list .item img {
    width: 226px;
    height: 133px;
}

#index .mod-news .news-list .item a:hover {
    text-decoration: none;
}

#index .mod-news .news-list .item p {
    font-size: 14px;
    padding: 5px 10px;
    overflow: hidden;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#index .mod-news .news-list .item:hover {
    top: -3px;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
}

#index .mod-news .tags-list {
    padding: 0 0 20px 0;
    *zoom: 1;
}

#index .mod-news .tags-list:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}

#index .mod-news .tags-list li {
    float: left;
}

#index .mod-news .tags-list li a {
    display: block;
    padding: 6px 12px;
    border-radius: 30px;
    margin: 0 3px;
    color: #888888;
    border: 1px solid #b2b2b2;
}

#index .mod-news .tags-list li a:hover {
    background: #ff6d01;
    border-color: #ff6d01;
    color: #fff;
    text-decoration: none;
}

#index .mod-news .tags-list li.active a,
#index .mod-news .tags-list li.active a:hover {
    border-color: transparent;
    background-color: #ff6d01;
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    color: #fff;
}

.mod-bread-nav {
    padding: 0 10px;
    margin: 20px 0;
    font-size: 14px;
    border-left: 2px solid #ff6e03;
}

.mod-bread-nav .ui-ffs {
    margin: 0 10px;
}

.mod-page-header {
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}

.mod-page-header .page-title {
    font-size: 32px;
    font-weight: normal;
}

.mod-page-header .search {
    position: absolute;
    right: 0;
    top: 30px;
}

.mod-page-header .hot-keyword {
    margin: 5px 0 0 5px;
    font-size: 12px;
}

.mod-page-header .hot-keyword a {
    margin: 0 5px;
}

.mod-page-header .search {
    font-size: 0;
}

.mod-page-header .search input[type="text"] {
    height: 42px;
    padding: 6px 16px;
    line-height: 30px;
    font-size: 14px;
    width: 320px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 0;
    font-weight: normal;
}

.mod-page-header .search input[type="button"] {
    height: 42px;
    padding: 6px 16px;
    line-height: 30px;
    width: 80px;
    border: none;
    font-size: 14px;
    background: #ff6e03;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
}

.mod-pagination {
    padding: 30px 0;
    text-align: center;
    color: #969696;
}

.mod-pagination a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 10px;
    margin: 0 2px;
    background: #fcfcfc;
}

.mod-pagination a:hover {
    text-decoration: none;
    background: #ececec;
}

.mod-pagination a.curr {
    background: #ff6e03;
    color: #fff;
}

.mod-pagination .sfs {
    font-family: "宋体", arial, sans-serif;
}

.mod-sect-header {
    padding: 15px 0;
}

.mod-sect-header .title {
    font-size: 16px;
    font-weight: normal;
    color: #353535;
    border-left: 3px solid #ff6e03;
    padding: 0 10px;
}

.mod-sect-header .menu {
    text-align: right;
    float: right;
    line-height: 21px;
}

.mod-page-column {
    padding-right: 260px;
    position: relative;
    min-height: 600px;
}

.mod-page-column .mod-page-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    overflow: hidden;
}

.mod-icp {
    padding: 10px 0;
    background: #333;
    text-align: center;
}

.mod-icp a {
    color: #999;
}

#page-news .news-list .news-item {
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}

#page-news .news-list .news-item.has-image {
    height: 240px;
    padding-left: 326px;
}

#page-news .news-list .news-item .title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #353535;
}

#page-news .news-list .news-item .title a:hover {
    text-decoration: none;
}

#page-news .news-list .news-item .info {
    color: #ccc;
    margin-bottom: 10px;
}

#page-news .news-list .news-item .summary {
    font-size: 14px;
    font-weight: normal;
    color: #696969;
    margin-bottom: 10px;
}

#page-news .news-list .news-item .tags {
    color: #ccc;
    font-size: 12px;
    height: 22px;

}

#page-news .news-list .news-item .tags a {
    display: inline-block;
    color: #ccc;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 4px 6px;
    line-height: 12px;
    color: #888;
    margin-right: 3px;
    word-break: keep-all;
}

#page-news .news-list .news-item .tags a:hover {
    text-decoration: none;
    border: 1px solid #ccc;
}

#page-news .news-list .news-item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 306px;
    height: 180px;
    background: #ececec;
}

#page-news .news-list .news-item .img img {
    width: 100%;
    height: 100%;
    border: none;
}

#page-news .news-list .news-item:last-child {

}

#page-news .top-banner {
    width: 100%;
    height: 195px;
    padding-top: 15px;
}

#page-news .news-detail {
    padding-right: 260px;
    position: relative;
    min-height: 600px;
}

#page-news .news-detail .news-header {
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
}

.news-header h1 {
    color: #353535;
    font-size: 28px;
    margin: 10px 0;
    text-align: center;
}

#page-news .news-detail .news-header .title {
    color: #353535;
    font-size: 28px;
    margin: 10px 0;
}

#page-news .news-detail .news-header .info {
    color: #999;
}

#page-news .news-detail .news-content {
    padding: 20px 0;
}

#page-news .news-detail .news-content p {
    font-size: 14px;
    color: #464646;
    margin: 10px 0;
    line-height: 1.8;
}

#page-news .news-detail .news-content p.indent {
    text-indent: 2em;
}

#page-news .news-detail .news-content img {
    max-width: 100%;
    height: auto;
}

#page-news .news-detail .news-content a {
    color: #ff6e03;
}

#page-news .news-detail .other-news > .title {
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
    margin: 0 15px;
    border-left: 2px solid #ff6e03;
}

#page-news .realted-news .news-item {
    width: 236px;
    height: 234px;
    padding: 30px 10px 0 0;
    overflow: hidden;
    border-bottom: none;
}

#page-news .realted-news .news-item .title {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 5px;
}

#page-news .realted-news .news-item .img {
    position: relative;
    left: auto;
    top: auto;
    width: 226px;
    height: 133px;
    background: #ececec;
}

#page-news .notice-detail .top-banner {
    height: 240px;
    padding: 30px 0;
    background: #ff6e03;
}

#page-news .notice-detail .top-banner .mod-bread-nav {
    color: #fff;
    border-color: #fff;
    margin: 0;
}

#page-news .notice-detail .top-banner a {
    color: #fff;
}

#page-news .notice-detail .top-banner a:hover {
    color: #fff;
}

#page-news .notice-detail .title {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    margin: 100px 0 10px;
}

#page-news .notice-detail .info {
    color: #fff;
}

#page-news .notice-detail .news-content {
    padding: 20px 0;
}

#page-news .notice-detail .news-content p {
    font-size: 14px;
    color: #464646;
    font-weight: normal;
    margin: 10px 0;
    line-height: 1.8;
}

#page-news .notice-detail .news-content p.indent {
    text-indent: 2em;
}

#page-news .tag-detail .news-list {
    width: 940px;
    padding-bottom: 60px;
    float: left;
}

#page-news .tag-detail .news-list .news-item.has-image {
    height: 193px;
    padding-left: 246px;
}

#page-news .tag-detail .news-list .news-item .img {
    width: 226px;
    height: 133px;
    top: 30px;
}

#page-news .tag-detail .news-list .news-item .title {
    font-size: 16px;
    font-weight: normal;
}

#page-news .tag-detail .news-list .news-item .summary {
    height: 3.2em;
    overflow: hidden;
}

#page-news .mod-page-column {
    min-height: 820px;
}

#page-news .mod-page-column .news-list li.news-item:first-child {
    margin-top: -15px;
}

#page-news .mod-page-column .news-list .news-item.has-image {
    height: 193px;
    padding-left: 246px;
}

#page-news .mod-page-column .news-list .news-item .img {
    width: 226px;
    height: 133px;
    top: 30px;
}

#page-news .mod-page-column .news-list .news-item .title {
    font-size: 16px;
    font-weight: bold;
}

#page-news .mod-page-column .news-list .news-item .summary {

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.mod-page-column .mod-page-body .mod-sect {
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}

.mod-page-column .mod-page-body .mod-sect.tutorial {
    border-bottom: none;
}

.mod-page-column .mod-page-body .mod-sect:last-child {
    border-bottom: none;
}

.mod-page-column .mod-page-body .mod-sect.banner-image img {
    max-width: 100%;
}

.mod-page-column .news-list-2 {
    padding: 20px 0;
}

.mod-page-column .tab-content .news-list-2 {
    padding: 0 0 20px 0;
}

.mod-page-column .news-list-2 li {
    width: 50%;
    float: left;
    list-style: disc;
    padding: 10px 20px;
}

.mod-page-column .news-list-2 li a {
    font-size: 14px;
}

.mod-page-column .tutorial-tab {
    margin-right: -1px;
}

.mod-page-column .tutorial-tab li {
    width: 9.0909%;
}

.mod-page-sidebar .mod-slider {
    position: relative;
    width: 240px;
    height: 280px;
    overflow: hidden;
}

.mod-page-sidebar .mod-slider ul {
    height: 280px;
}

.mod-page-sidebar .mod-slider ul li {
    width: 240px;
    height: 280px;
}

.mod-page-sidebar .other-news .list li {
    list-style: disc;
    margin: 0 0 0 15px;
    padding: 10px 0;
    line-height: 20px;
    border-bottom: 1px dashed #ececec;
}

.mod-page-sidebar .other-news .list li:last-child {
    border-bottom: none;
}

.mod-page-sidebar .other-news .list li a {
    font-size: 14px;
    color: #999;
}

.mod-page-sidebar .hot-tags .tags-list {
    padding: 0;
}

#page-news .start-banner {
    position: relative;
}

#page-news .start-banner .app-number {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 220px;
    margin-left: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

#page-news .start-banner .app-number.xsNum {
    top: 106px;
    font-size: 24px;
    line-height: 24px;
    width: 520px;
    margin-left: 0px;
    left: 420px;
    text-align: left;
}

#page-news .start-banner .app-number span {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: Arial;
}

.newsdetails_intro p {
    font-size: 14px;
    color: #464646;
    margin: 10px 0;
    line-height: 2.8;
}

@media screen and (max-width: 768px) {
    #index .mod-news .top .title {
        font-size: 24px;

    }

    #index .mod-news .top .news-tab {
        position: initial;

    }

    #index .mod-news .top .news-tab li a {

    }
    #index .mod-news .news-tab-content{
        margin: 0;
        /*margin: calc((90vw * 0.9 - 226px) / 2);*/
        /*-webkit-margin-left: calc((90vw * 0.9 - 226px) / 2);*/
        /*-moz-margin-left: calc((90vw * 0.9 - 226px) / 2);*/



    }

    .mod-page-sidebar {
        display: none;
    }

    #page-news .news-list .news-item .info {
        display: none;
    }

    #page-news .mod-page-column .news-list .news-item .summary {
        display: none;
    }

    #page-news .news-list .news-item .tags {
        display: none;
    }

    #page-news .mod-page-column .news-list .news-item .title {
        font-size: 12px;
        font-weight: normal;
    }

    #page-news .mod-page-column .news-list .news-item.has-image {
        height: 120px;
    }

    .mod-page-column {
        padding-right: 0px;
    }
}

.friend-link {

    padding: 20px 20px 0 60px;
    margin-top: 20px;
}

.friend-link dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
}

.friend-link dd {
    color: #999;
    width: 87px;
    padding: 0 5px 0 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.friend-link dd a {
    color: #999;
}

.friend-link dd :hover {
    color: #ccc;
}

.friend-link .mod-tab .tab-nav li a,
.friend-link .mod-tab .tab-nav li a:hover {
    background: none;
    padding: 7px 10px 6px;
}

.friend-link .mod-tab .tab-nav li a:hover {
    color: #ccc;
}

.friend-link .mod-tab .tab-nav li.active a,
.friend-link .mod-tab .tab-nav li.active a:hover {
    font-size: 16px;
    background: none;
}

.friend-link .mod-tab .tab-nav li.active a:after {
    display: none;
}

