@charset "utf-8";
@media screen and (max-width:767px) {
	.container_all {
        display: block;
    }
    .top_wrapper, .top_content, .recruit_top,
    .news-title, .person_resource, .friendship_link,
    .nav_bottom, .links_list, .copyright {
        display: none;
    }
    body {
        background: #fff;
    }
    /*公司新闻*/
    .news_top {
        width: 100%;
    }
    .news_infor {
        width: 94%;
        margin: 0 auto 50px auto;
    }
    .news_list {
        position: relative;
        width: 100%;
        height: auto;
    }
    .news_list > li {
        display: none;
        position: relative;
        width: 100%;
        height: auto;
    }
    .news_list > li > a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #ebf0f4;
    }
    .news_list > li > a:active {
        background: #f3f5fa;
    }
    .introduce_all {
        height: 20px;
    }
    .news_list li a .title {
        width: 100%;
        font-size: 18px;
        text-align: left;
    }
    .news_list li a .introduce {
        margin-bottom: 10px;
        margin-left: 8px;
        margin-top: 10px;
        font-size: 16px;
    }
    .news_list li a .title:active {
        color: #0037e8;
    }
    .label {
        display: inline-block;
        width: 72px;
        height: 20px;
        line-height: 20px;
        text-align: center;
    }
    .label_news {
        color: #87a5b5;
        border: 1px solid #87a5b5;
    }
    .label_indus {
        color: #d1a3ff;
        border: 1px solid #d1a3ff;
    }
    .label_policy {
        color: #ff8838;
        border: 1px solid #ff8838;
    }
    .news_list > li > a > .date {
        display: block;
        font-size: 14px;
        color: #999;
        padding-left: 38px;
        margin-left: -6px;
        margin-top: 10px;
        background: url(../img/ii_time.png) no-repeat 14px 0;
        background-size: 16px;
    }
    .news_list > li > a > .pic {
        display: none;
    }
    .go_top > img {
        display: none;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 43px;
        height: 43px;
        background: url(../../img/go_top1.png) no-repeat;
        background-size: 43px;
    }
    .go_top:active {
        background: url(../../img/go_top2.png) no-repeat;
        background-size: 43px;
    }
    .showMorehandle {
        width: 40px;
        height: 40px;
        margin: 10px auto 0 auto;

    }
    .showMorehandle img {
        display: block;
        width: 40px;
        height: 40px;
    }
    .container_top .current_page {
        margin-top: 13px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
	.container_top, .menu {
        display: none;
    }
    body {
        background: #fff;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 100px;
        right: 20px;
        width: 43px;
        height: 43px;
        background: url(../../common/img/go_top_1.png) no-repeat;
        background-size: 43px;
    }
    .go_top:active {
        background: url(../../common/img/go_top_2.png) no-repeat;
        background-size: 43px;
    }
    /*公司新闻*/
    .news_top {
        width: 92%;
        margin: 0 auto;
    }
    .news_top .news-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .news_top .news-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .news_infor {
        width: 100%;
        margin: 0 auto 100px auto;
    }
    .news_list {
        width: 100%;
        height: auto;
    }
    .news_list > li {
        display: none;
        position: relative;
        width: 100%;
        height: 128px;
    }
    .news_list > li > a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 25px;
        padding-left: 23px;
        border-bottom: 1px solid #ebf0f4;
    }
    /*.news_list > li > a:hover {
        background: #f3f5fa;
    }*/
    .news_list > li > a > .title {
        margin-bottom: 10px;
    }
    .news_list > li > a > .title:hover {
        /*color: #0037e8;*/
        cursor: pointer;
    }
    .news_list li a .introduce {
        width: 98%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 16px;
        margin-left: 8px;
    }
    .news_list li a .special {
        width: 80%;
    }
    .news_list > li > a > .date {
        font-size: 12px;
        color: #999;
        padding-left: 38px;
        margin-left: -6px;
        background: url(../img/ii_time.png) no-repeat 14px 0;
        background-size: 16px;
    }
    .news_list > li > a > .pic {
        display: block;
        width: 94px;
        height: 94px;
        position: absolute;
        top: 50%;
        right: 22px;
        margin-top: -47px;
    }
    .news_list > li > a > .pic > img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .showMorehandle {
        position: absolute;
        left: 50%;
        margin-left: -46px;
        width: 48px;
        height: 48px;
        margin-top: 24px;

    }
    .showMorehandle img {
        display: block;
        width: 48px;
        height: 48px;
    }
}
@media screen and (min-width:960px) {
	.container_top, .menu {
		display: none;
	}
    body {
        background: #fff;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 150px;
        right: 20px;
        width: 43px;
        height: 43px;
    }
    .go_top img {
        display: block;
        width: 43px;
        height: 43px;
    }
	/*公司新闻*/
    .news_top {
        width: 1000px;
        margin: 0 auto;
    }
    .news_top .news-title {
        width: 100%;
        height: 72px;
        color: #000;
        border-bottom: 1px solid #ebf0f4;
    }
    .news_top .news-title .title {
        line-height: 72px;
        font-size: 26px;
        color: #000;
    }
    .news_infor {
    	width: 1000px;
    	margin: 0 auto 100px auto;
    }
    .news_list {
        width: 100%;
        height: auto;
    }
    .news_list > li {
        display: none;
        position: relative;
        width: 100%;
        height: 128px;
    }
    .news_list > li > a {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 25px;
        padding-left: 23px;
        border-bottom: 1px solid #ebf0f4;
    }
    /*.news_list > li > a:hover {
        background: #f3f5fa;
    }*/
    .news_list > li > a > .title {
        margin-bottom: 10px;
    }
    .news_list > li > a > .title:hover {
        /*color: #0037e8;*/
        cursor: pointer;
    }
    .news_list li a .introduce {
        width: 98%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 16px;
        margin-left: 8px;
    }
    .news_list > li > a > .date {
        font-size: 12px;
        color: #999;
        padding-left: 38px;
        margin-left: -6px;
        background: url(../img/ii_time.png) no-repeat 14px 0;
        background-size: 16px;
    }
    .news_list > li > a > .pic {
        display: block;
        width: 94px;
        height: 94px;
        position: absolute;
        top: 50%;
        right: 22px;
        margin-top: -47px;
    }
    .news_list > li > a > .pic > img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .showMorehandle {
        position: absolute;
        left: 50%;
        margin-left: -46px;
        width: 48px;
        height: 48px;
        margin-top: 24px;

    }
    .showMorehandle img {
        display: block;
        width: 48px;
        height: 48px;
    }
}