.question-wrap, .feed-wrap {
    width: 9rem;
    margin: 0.44rem auto 2.7rem;
}

.question-list {
    margin-bottom: 0.3rem;
}

.question-list > p {
    margin-bottom: 0.22rem;
    font-size: 0.17rem;
    font-weight: bold;
}

.question-list > ul > li {
    position: relative;
    padding: 0 0.14rem;
    margin-bottom: 0.18rem;
    border: 1px solid #E1E1E1;
}

.question-list > ul > li > div {
    font-size: 0.14rem;
    height: 0.38rem;
    line-height: 0.38rem;
}

.question-list > ul > li > span {
    position: absolute;
    top: 0.14rem;
    right: 0.16rem;
    width: 0.06rem;
    height: 0.1rem;
    background: url('/static/images/icon_right.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.question-list > ul > li > p {
    display: none;
    padding-bottom: 0.18rem;
    font-size: 0.13rem;
    color: #808070;
    line-height: 0.23rem;
}

.question-list > ul > .question-open > span {
    width: 0.1rem;
    top: 0.16rem;
    height: 0.06rem;
    background: url('/static/images/icon_down.png') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.question-list > ul > .question-open > p {
    display: block;
}

.feed-wrap {
    border: 1px solid #C0C4CC;
    border-radius: 0.06rem;
}

.feed-top {
    height: 0.46rem;
    background: #FF931E;
}

.feed-cont {
    padding: 0.25rem 0.3rem 0.3rem;
}

.feed-cont-title {
    font-size: 0.27rem;
    color: #FF8D6D;
}

.feed-cont-info {
    margin: 0.15rem 0 0.55rem;
    font-size: 0.14rem;
}

.feed-form > li {
    margin-bottom: 0.26rem;
}

.feed-form-title {
    margin-bottom: 0.08rem;
    font-size: 0.14rem;
}

.feed-form-title > span {
    color: #FF4814;
}

.feed-form-content {
    width: 96%;
    height: 0.74rem;
    padding: 0.12rem 2%;
    border: 1px solid #8F8F8F;
    font-size: 0.14rem;
}

.feed-form-content::placeholder {
    color: #C4C3C9;
}

.feed-file-wrap {
    position: relative;
    width: 55%;
    height: 2rem;
    border: 1px dashed #C0C4CC;
    border-radius: 0.06rem;
}

.feed-form-file, .feed-file-cont, .feed-show-file {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 202;
}

.feed-form-file {
    opacity: 0;
    filter: alpha(opacity=0);
}

.feed-file-cont {
    z-index: 200;
    text-align: center;
}

.feed-show-file {
    display: none;
    z-index: 201;
    background-color: #fff;
}

.feed-file-cont > img {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.48rem auto 0.26rem;
}

.feed-file-cont > div {
    font-size: 0.14rem;
}

.feed-file-cont > div > span {
    color: #FF8D6D;
}

.feed-file-info {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    color: #C4C3C9;
}

.feed-mobile-info {
    font-size: 0.14rem;
    color: #C4C3C9;
    margin: 0.08rem 0 0.1rem;
}

.feed-form-mobile {
    width: 54%;
    height: 0.4rem;
    padding: 0 0.16rem;
    border: 1px solid #8F8F8F;
    border-radius: 0.06rem;
    font-size: 0.14rem;
}

.feed-form-mobile > input {
    float: left;
    width: 28%;
    height: 0.4rem;
    border: 0;
    font-size: 0.12rem;
    text-align: center;
}

.feed-form-mobile > input[name=name] {
    width: 14%;
}
.feed-form-mobile > input[name=mobile] {
    width: 28%;
}
.feed-form-mobile > input[name=email] {
    width: 42%;
}


.feed-form-mobile > span {
    float: left;
    width: 2%;
    margin-right: 6%;
    font-size: 0.1rem;
    text-align: center;
    line-height: 0.4rem;
    color: #C4C3C9;
}

.feed-form-mobile > input::placeholder {
    color: #C4C3C9;
    font-size: 0.12rem;
}

.feed-submit {
    width: 1.6rem;
    height: 0.36rem;
    margin: 0.7rem auto 0;
    line-height: 0.36rem;
    text-align: center;
    color: #fff;
    background: #FFB15C;
    border-radius: 0.06rem;
    cursor: pointer;
}

.feed-error {
    display: block;
    font-size: 0.11rem;
    color: red;
}


.contact-banner {
    width: 100%;
    background: url('/static/images/contact-banner.jpg') no-repeat center center;
    height: 1.4rem;
    padding-top: 1.4rem;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-size: 0.28rem;
    font-family: Source Han Serif CN;
    font-weight: 800;
}


.contact-city {
    height: 2.4rem;
    padding: 0 0.5rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    text-align: center;
    background: url(/static/images/contact-address-bg.png) no-repeat center 1.6rem;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-color: #F9A325;
}

.contact-city > a {
    float: left;
    width: 25%;
}

.contact-city >a > img {
    width: 80%;
    margin: 0.58rem 10% 0;
}

.contact-city > a > div {
    position: relative;
    margin-top: 0.28rem;
    padding-top: 0.28rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.27rem;
    color: #FFFFFF;
}



.contact-city > a > div:after {
    content: '';
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    top: -0.06rem;
    left: 50%;
    margin-left: -0.08rem;
    border-radius: 50%;
    background-color: #fff;
}

.contact-city > ul {
    width: 102%;
    margin-left: -1%;
    margin-top: 0.28rem;
    background: url('/static/images/contact-address-bg.png') no-repeat center top;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.contact-list {
    margin-bottom: 0.46rem;
    background-color: #ECECEC;
}

.contact-normal-left {
    float: left;
    width: 29%;
}

.contact-company {
    margin: 0.92rem 1rem 0.4rem 0.55rem;
    font-size: 0.27rem;
    color: #303030;
}

.contact-address, .contact-postcode {
    font-size: 0.12rem;
    margin-left: 0.55rem;
    margin-right: 0.4rem;
}

.contact-address {
    line-height: 0.24rem;
}

.contact-postcode {
    margin-left: 0.55rem;
    margin-top: 0.16rem;
}

.contact-normal-right {
    float: left;
    width: 71%;
    vertical-align: auto;
}

.contact-more-left {
    float: left;
    width: 71%;
}

.contact-more-right .contact-company {
    margin: 0.92rem 1rem 0.4rem 0.65rem;
}

.contact-more-right .contact-address, .contact-more-right .contact-postcode {
    margin-left: 0.65rem;
    margin-right: 0.4rem;
}

.contact-more-right .contact-address {

}

.contact-more-right {
    float: left;
    width: 29%;
}

.contact-more-left1 {
    float: left;
    width: 40%;
    height: 4.4rem;
    margin-right: 0.6%;
}

.contact-more-left2 {
    float: left;
    width: 30%;
    height: 4.4rem;
}

.contact-business {
    padding: 0.42rem 0.74rem 0.94rem;
    background: #FF8629;
}

.contact-business-title {
    margin-bottom: 0.62rem;
    font-size: 0.43rem;
    font-weight: bold;
    color: #FFFFFF;
}

.contact-business-email, .contact-business-info {
    font-size: 0.25rem;
    font-family: Source Han Serif CN;
    color: #FFFFFF;
}

.contact-business-email > span {
    font-size: 0.34rem;
    font-family: Arial, Helvetica, sans-serif;
}

.contact-business-info {
    margin-top: 0.22rem;
}

.contact-cooperation {
    margin: 0.64rem 1.4rem 0.54rem 0.8rem;
}

.contact-coop-left {
    float: left;
}

.contact-coop-left > div {
    margin-bottom: 0.48rem;
}

.contact-coop-title {
    font-size: 0.25rem;
    margin-bottom: 0.28rem;
}

.contact-coop-info1, .contact-coop-info2 {
    margin-bottom: 0.3rem;
    font-size: 0.17rem;
}

.contact-coop-info1 > span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.24rem;
}

.contact-coop-right {
    float: right;
    height: 2.2rem;
    margin-top: 0.54rem;
}

.media-head, .publish-head, .news-head {
    width: 100%;
    height: 1.35rem;
    padding-top: 1.65rem;
    background: url('/static/images/media_banner.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-size: 0.28rem;
    font-weight: 800;
    text-align: center;
}

.media-title, .sciencelist-title, .publish-title, .newsinfo-title, .news-business-title {
    position: relative;
    width: 3.5rem;
    padding: 0.24rem 0;
    margin: 0.1rem auto 0.32rem;
    text-align: center;
    font-size: 0.2rem;
    background: url('/static/images/media_top_hrbg.png') no-repeat center bottom;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.media-type {
    margin-top: 0.05rem;
    margin-bottom: 1.1rem;
}

.media-type > li {
    float: left;
    width: 20%;
    text-align: center;
    background: url('/static/images/media_top_linebg.png') no-repeat right bottom;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
}

.media-type-cover {
    height: 0.4rem;
    margin-bottom: 0.28rem;
}

.media-type-title {
    font-size: 0.18rem;
    font-weight: bold;
}

.media-type-p1 {
    line-height: 0.22rem;
    padding: 0 0.1rem;
    margin: 0.10rem 0 0.12rem;
	white-space: pre;
}

.media-type-p1, .media-type-p2 {
    font-size: 0.11rem;
    color: #5C5C5C;
}

.media-sci-cont {
    float: left;
    width: 35%;
    padding-top: 1.62rem;
}

.media-sci-banner {
    float: right;
    width: 65%;
}

.media-sci {
    margin-bottom: 0.7rem;
}


.media-sci-cont > div {
    font-size: 0.27rem;
    line-height: 0.33rem;
}

.media-sci-cont > p {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    color: #5C5C5C;
}

.media-live {
    width: 100%;
    height: 4.5rem;
    padding-top: 2rem;
    margin-bottom: 0.8rem;
    background: url('/static/images/media_banner2.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.media-live > div {
    font-size: 0.27rem;
    color: #FFFFFF;
    margin-left: 60%;
    margin-bottom: 0.06rem;
}

.media-live > p {
    width: 3.5rem;
    margin-top: 0.42rem;
    margin-left: 60%;
    font-size: 0.13rem;
    color: #fff;
    line-height: 0.26rem;
}

.media-see, .media-book, .media-operate {
    position: relative;
    margin-bottom: 0.7rem;
}

.media-see-title, .media-book-title, .media-operate-title {
    font-size: 0.27rem;
    line-height: 0.33rem;
}

.media-see-more, .media-book-more, .media-operate-more {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.2rem;
}

.media-see-channel {
    text-align: center;
}

.media-see-channel > a {
    display: inline-block;
    width: 2.22rem;
    height: 0.54rem;
    line-height: 0.54rem;
    margin: 0.4rem 0.42rem 0.5rem;
    border: 1px solid #B3B7BB;
    font-size: 0.2rem;
    text-align: center;
    cursor: pointer;
}

.media-see-channel > .media-see-check {
    border-color: #FF931E;
    color: #FF931E;
}

.media-see-list > a, .media-operate-list > a {
    display: block;
    padding-left: 0.4rem;
    position: relative;
    margin-bottom: 0.4rem;
}

.media-see-list > a::before, .media-operate-list > a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.12rem;
    height: 0.12rem;
    background: #FF931E;
    border-radius: 50%;
}

.media-see-list > a > div, .media-operate-list > a > div {
    margin-bottom: 0.2rem;
    font-size: 0.14rem;
}

.media-see-list > a > div > p, .media-operate-list > a > p {
    font-size: 0.12rem;
    line-height: 0.24rem;
}


.media-book-list {
    margin-top: 0.6rem;
}

.publish-list {
    margin-bottom: 0.9rem;
}

.media-book-list > a, .publish-list > a {
    float: left;
    width: 30%;
    margin: 0 1.5%;
}

.publish-list > a {
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #ddd;
}

.media-book-list > a > div, .publish-list > a > div {
    overflow: hidden;
    background-color: #ccc;
}

.media-book-list > a > div {
    height: 3.4rem;
}
.publish-list > a > div {
    height: 3.4rem;
}

.media-book-list > a > div > img, .publish-list > a > div > img {
    width: 100%;
    height: 100%;
}

.media-book-list > a > p, .publish-list > a > p {
    overflow: hidden;
    height: 0.54rem;
    font-size: 0.14rem;
    color: #5C5C5C;
    line-height: 0.28rem;
    margin-top: 0.32rem;
}

.publish-list > a > p {
    margin-top: 0.44rem;
    margin-bottom: 0.42rem;
}

.media-operate-banner {
    width: 100%;
    margin: 0.36rem 0 0.56rem;
}

.sciencelist-wrap {
    margin-bottom: 0.9rem;
}

.sciencelist-head, .newsinfo-head {
    width: 100%;
    height: 1.5rem;
    padding-top: 1.4rem;
    font-size: 0.28rem;
    font-weight: 800;
    line-height: 0.38rem;
    background: url('/static/images/sciencec-banner.jpg') no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    text-align: center;
}

.sciencelist-title, .newsinfo-title {
    padding-top: 0.32rem;
}

.newsinfo-title {
    width: 80%;
    padding-bottom: 0.44rem;
    background-size: 50% 26%;
    -webkit-background-size: 50% 26%;
    -moz-background-size: 50% 26%;
    -o-background-size: 50% 26%;
    line-height: 0.3rem;
}

.newsinfo-author {
    margin-bottom: 0.54rem;
    text-align: center;
    font-size: 0.14rem;
    color: #5C5C5C;
}

.newsinfo-content {
    margin-bottom: 0.4rem;
}
.newsinfo-content  p, .news-content p {
    line-height: 24px;
    font-size: 15px;
}

@media (min-width: 1900px) {
    .newsinfo-content  p, .news-content p {
        line-height: 28px;
        font-size: 16px;
    }
}

@media (min-width: 1000px) and (max-width: 1899px) {
    .newsinfo-content  p, .news-content p {
        line-height: 28px;
        font-size: 16px;
    }
    .newsinfo-title {
        font-size: 16px;
    }
}

.science-kind {
    padding: 0.28rem 0 0.34rem;
    text-align: center;
}

.science-kind > a {
    display: inline-block;
    width: 1.4rem;
    height: 0.45rem;
    margin: 0 0.25rem;
    line-height: 0.45rem;
    font-size: 0.18rem;
    border: 1px solid #B3B7BB;
    text-align: center;
}

.science-kind > .science-kind-check {
    border-color: #FF931E;
    color: #FF931E;
}

.sciencelist-ul {
    margin-bottom: 0.4rem;
}

.sciencelist-ul > li, .news-list > li {
    margin-bottom: 0.18rem;
}

.sciencelist-ul > li > a,.news-list > li > a {
    display: block;
}

.sciencelist-li-left, .news-li-left {
    float: left;
    width: 10%;
    min-width: 1.6rem;
}

.news-li-left {
    min-width: 1rem;
}

.sciencelist-li-right, .news-li-right {
    float: right;
    width: 84%;
    font-size: 0.14rem;
    line-height: 0.24rem;
    padding-top: 0.2rem;
    color: #5C5C5C;
    height: 0.44rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.sciencelist-li-left > div, .sciencelist-li-left > p, .news-li-left > div, .news-li-left > p {
    height: 0.52rem;
    line-height: 0.52rem;
    text-align: center;
    background: #F5F5F5;
    font-size: 0.18rem;
    color: #5C5C5C;
    font-weight: bold;
}

.sciencelist-li-left > p, .news-li-left > p {
    height: 0.26rem;
    line-height: 0.26rem;
    margin-top: 1px;
    font-size: 0.1rem;
    font-weight: normal;
}


.page-crumbs {
    font-size: 0.14rem;
    margin: 0.46rem 0 0.96rem;
}

.page-crumbs > a {
    font-size: 0.14rem;
}

.page-crumbs > .page-crumbs-target {
    color: #FF931E;
}

.buys-info {
    margin-bottom: 0.2rem;
}

.buys-info-cover {
    overflow: hidden;
    float: left;
    width: 30%;
    background-color: #ccc;
}

.buys-info-cover > div {
    overflow: hidden;
}

.buys-info-cover img {
    width: 100%;
}

.buys-wrap {
    float: right;
    width: 65%;
}

.buys-intro {
    margin-bottom: 0.44rem;
}

.buys-intro div, .buys-intro p {
    font-size: 0.16rem;
    color: #5C5C5C;
}

.buys-intro div {
    margin-bottom: 0.18rem;
}

.buys-intro .buys-shop-title {
    height: 0.72rem;
    margin-bottom: 0.3rem;
    padding-top: 0.06rem;
    font-size: 0.23rem;
    color: #5C5C5C;
    border-bottom: 1px solid #ddd;
}

.buys-intro .buys-shop-p {
    margin-bottom: 0.36rem;
    color: #F61818;
}

.buys-detail {
    margin-bottom: 0.2rem;
}

.buys-type {
    border-bottom: 1px solid #ddd;
}

.buys-type > a {
    position: relative;
    float: left;
    margin-right: 0.55rem;
    color: #FF931E;
    padding: 0.15rem 0;
}

.buys-type > .buys-type-check::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #FF931E;
    height: 0.04rem;
}

#buys-introduce > ul {
    padding: 0.18rem 0.15rem 0;
    background-color: #F5F5F5;
}

#buys-introduce > ul > li {
    float: left;
    width: 33%;
    font-size: 0.14rem;
    color: #5C5C5C;
    margin-bottom: 0.24rem;
}

.buys-content {
    margin: 0.24rem 0 0.42rem;
}

#buys-sales {
    padding: 0.4rem 0.1rem 0.2rem;
}

.buys-sales-quality {
    background: url('/static/images/buys-icon1.png') no-repeat 0.25rem top;
}

.buys-sales-return {
    background: url('/static/images/buys-icon2.png') no-repeat 0.25rem top;
}

.buys-sales-quality, .buys-sales-return {
    padding-left: 0.6rem;
    background-size: 0.26rem;
    -webkit-background-size: 0.26rem;
    -moz-background-size: 0.26rem;
    -o-background-size: 0.26rem;
}

.buys-sales-quality {
    margin-bottom: 0.35rem;
}

.buys-sales-return {
    margin-bottom: 0.4rem;
}

.buys-sales-quality > div, .buys-sales-return > div {
    margin-top: 0.06rem;
    padding-top: 0.06rem;
    margin-bottom: 0.12rem;
    font-size: 0.14rem;
    color: #e50100;
}

.buys-sales-quality > p, .buys-sales-return > p {
    font-size: 0.14rem;
    color: #807e80;
}

.buys-sales-list {
    margin-bottom: 0.3rem;
}

.buys-sales-list > div {
    margin-bottom: 0.1rem;
    font-size: 0.14rem;
    color: #e50100;
}

.buys-sales-list > p {
    margin-bottom: 0.06rem;
    font-size: 0.14rem;
    color: #807e80;
    line-height: 0.2rem;
}

.buys-sales-list > p > span {
    font-size: 0.14rem;
    color: #000;
    font-weight: bold;
}

.news-wrap .page-crumbs {
    margin-bottom: 0.64rem;
}


.news-cont {
    margin-bottom: 0.9rem;
}

.news-type {
    float: left;
    width: 20%;
}

.news-type > li {
    margin-bottom: 0.08rem;
    cursor: pointer;
}

.news-type > li > p {
    width: 2.3rem;
    height: 0.54rem;
    line-height: 0.54rem;
    text-align: center;
    border: 1px solid #B3B7BB;
    font-size: 0.2rem;
}

.news-type > li > .new-type-t_has {
    border-color: #F9A325;
    color: #F9A325;
}

.news-type > li > div {
    display: none;
    padding: 0.36rem 0 0.1rem;
}

.news-type > .new-type-check > div {
    display: block;
}

.news-type > li > div > a {
    display: block;
    position: relative;
    padding-left: 0.64rem;
    margin-bottom: 0.28rem;
    font-size: 0.14rem;
    line-height: 0.16rem;
}

.news-type > li > div > a:before {
    content: '';
    position: absolute;
    left: 0.26rem;
    top: 0;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    background: #B3B7BB;
}

.news-type > li > div > .news-list-check:before {
    background-color: #FF931E;
}

.news-list, .news-album, .news-business {
    float: right;
    width: 70%;
}

.news-album-search {
    position: relative;
    margin: 0 0.66rem;
    height: 0.42rem;
    padding: 0 0.5rem 0 0.26rem;
    line-height: 0.42rem;
    background: #F7F7F7;
    border-radius: 0.2rem;
}

.news-album-search > input {
    display: block;
    width: 100%;
    height: 0.42rem;
    border: 0;
    background-color: transparent;
}

.news-album-search > img {
    position: absolute;
    top: 0.1rem;
    right: 0.12rem;
    width: 0.24rem;
    height: 0.24rem;
}

.news-album-list > a {
    display: block;
    position: relative;
    height: 1.2rem;
    padding: 0.28rem 0 0.28rem 1.56rem;
}

.news-album-list > a > img {
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    top: 0.28rem;
    left: 0;
    background-color: #ddd;
}

.news-album-cont {
    overflow: hidden;
    height: 1.2rem;
}

.news-album-cont > div {
    margin: 0.12rem 0 0.16rem;
    font-size: 0.18rem;
    color: #5C5C5C;
}

.news-album-cont > p {
    font-size: 0.1rem;
    color: #5C5C5C;
    line-height: 19px;
}

.news-business {
    margin-top: -0.6rem;
    font-size: 0.2rem;
}