/* 颜色 */
/* 导航 bg:#d8af4e text:#555 text2:#87540f  */
/* 页脚 text1: #555  */

/* 容器 */ 
html, body {
    height: 100%;
    width: 100%;
    font-size: 10px;
    font-family: Microsoft Yahei,Arial,Verdana,sans-serif;
}

body {
    position: relative;
    max-width: 1920px;
    min-width: 1366px;
    overflow-y: scroll;
    margin: 0 auto;
}

/* 功能 */
.clearfix {
    *zoom:1;
}

.clearfix:after {       
    content: "";     
    display: block; 
    clear: both;
    visibility: hidden; 
    height: 0; 
    font-size:0;
}

.clearfix:before {       
    content: "";     
    display: block; 
    clear: both;
    visibility: hidden; 
    height: 0; 
    font-size:0;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right !important;
}

.mt10 {
    margin-top: 10px;
}

/* 布局 */
.wrapper {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.l-header {
    height: 88px;
    line-height: 88px;
    background: #fff;
}

.l-content {
    position: relative;
}

.l-wrap {
    position: relative;
    width: 1366px;
    margin: 0 auto;
    box-sizing: border-box;
}

.noborder {
    border: none !important;
}

.nopadding {
    padding: 0 !important;
}

.bg-color-f7f7f7 {
    background-color: #f7f7f7;
}

.bg-color-ffffff {
    background-color: #fff;
}


/* 共用 */
.c-logo {
    margin: 0 83px;
    vertical-align: middle;
}

.c-nav {
    position: absolute;
    left: 419px;
    top: 0;
    z-index: 100000;
}

.c-nav>li{
    /* position: relative; */
    float: left;
}

.c-nav>li>a {
    display: block;
    width: 4em;
    padding: 0 25px;
    color: #454545;
    *font-size: 16px;
    font-size: 16px\0;
    font-size: 1.6rem;
    background-color: #fff;
    -webkit-transition:  all .15s linear;
    -moz-transition:  all .15s linear;
    -ms-transition:  all .15s linear;
    -o-transition:  all .15s linear;
    transition: all .15s linear;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.c-nav>li.active>a {
    color: #fff;
    background-color: #E2A920;
}

.c-nav>li.active.off>a {
    color: #454545;
    background-color: #fff;
}

.c-nav>li.on>a, .c-nav li.off.on>a {
    color: #fff;
    background-color: #E2A920;
}

/* .c-nav>li.on .c-sub-nav {
    height: 60px;
} */

.c-nav-li-door {
    position: absolute;
    /* width: 114px; */
    height: 88px;
    overflow: hidden;
    *display: none;
    display: none\0;
}

.c-nav-li-door>a {
    width: 4em;
    display: block;
    color: #454545;
    background: #fff;
    *font-size: 16px;
    font-size: 16px\0;
    font-size: 1.6rem;
    padding: 0 25px;
    -webkit-transition:  all .15s linear;
    -moz-transition:  all .15s linear;
    -ms-transition:  all .15s linear;
    -o-transition:  all .15s linear;
    transition: all .15s linear;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}


.c-nav-li-door>a:nth-child(1) {
    background-color: #E2A920;
    color: #fff;
}

/* .c-nav-li-door>a:nth-child(2) {
    transform: translateY(-100%);
} */

.c-nav-li-door.active>a {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

/* .c-nav>li.active .c-sub-nav {
    height: 60px;
} */

.c-sub-nav {
    position: absolute;
    top: 88px;
    left: 0px;
    height: 0px;
    line-height: 0px;
    background-color: rgba(249, 232, 219, 0.6);
    overflow: hidden;
    -webkit-transition: translateY(-100%);
    -moz-transition: height .15s linear;
    -ms-transition: height .15s linear;
    -o-transition: height .15s linear;
    transition: height .15s linear;
    padding: 0 18px;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 0;
}

.c-sub-nav.show {
    height: 60px;
}

.c-sub-nav>li {
    /* float: left; */
    /* overflow: hidden; */
    display:inline-block;
    *display:inline;
    *zoom:1;
    height: 60px;
    line-height: 60px;
}

.c-sub-nav>li>a {
    *font-size: 14px;
    font-size: 14px\0;
    font-size: 1.4rem;
    padding: 0 23px;
    color: #555;
    -webkit-transition:  all .25s linear;
    -moz-transition:  all .25s linear;
    -ms-transition:  all .25s linear;
    -o-transition:  all .25s linear;
    transition: all .25s linear;
}

.c-sub-nav>li.active>a {
    /* color: #87540f; */
    color: #fff;
}

.c-sub-nav>li:hover>a {
    /* color: #87540f; */
    color: #fff;
}

.c-footer-index {
    height: 48px;
    background-color: #e6e6e6;
}

/* 部分 */
.p-banner {
    position: relative;
    width: 1920px;
    height: 600px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);


    margin-left: 50%;
    /* left: -50%; */
    z-index: 1;
}

.p-banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.p-banner .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 130px;
    width: auto;
    -webkit-transform: translateX(-50%) translateY(100%);
    -moz-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    -o-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    border: 1px solid transparent;
}

.p-banner .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 8px;
    background-color: rgba(255, 255, 255, 0.47);
}

.p-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.p-banner .p-cross-title {
    position: absolute;
    top: 120px;
    left: 280px;
    width: 510px;
    height: 195px;
    /* background: #fff; */
    overflow: visible;
}

.p-banner .p-cross-title .p-cross-title-content{
    width: 100%;
    height: 100%;
}

.p-banner .p-helicopter {
    position: absolute;
    /* top: 0;
    left: 90%;
    top: 20%;
    left: 74%; */
    width: 88px;
    height: 88px;
}

.p-banner .p-helicopter img {
    width: 100%;
    height: 100%;
}

.p-infocard {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.p-infocard-main {
    width: 100%;
    background-color: #fff;
    /* font-size: 0; */
    /* line-height: 0; */
    padding: 20px;
    box-sizing: border-box;
}

.p-infocard-main .p-card, .p-infocard-main .p-card2 {
    float: left;
}

.p-infocard-main .p-card:nth-child(1) {
    margin-left: 0px;
}

.p-infocard-main .p-card {
    margin-left: 8px;
}

.p-card, .p-card2 {
    width: 324px;
    height: 194px;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
}

.p-card2 {
    padding: 2px;
}

.p-card-bg-gray {
    background-color: #E6E6E6;
}

.p-card a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    display: block;
    color: #fff;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    -webkit-transition:  all 0.3s ease-out;
    -moz-transition:  all 0.3s ease-out;
    -ms-transition:  all 0.3s ease-out;
    -o-transition:  all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-align: left;
}

.p-card.p-card-nocover a {
    background-color: rgba(0, 0, 0, 0);
}

.p-card.p-card-nocover:hover a {
    /* border: none; */
}

.p-card a h1 {
    *font-size: 20px;
    font-size: 20px\0;
    font-size: 2rem;
}

.p-card a h2 {
    *font-size: 16px;
    font-size: 16px\0;
    font-size: 1.6rem;
    margin-top: 7px;
}

.p-card:hover a {
    height: 100%;
    border: 2px solid #ffb000;
    text-align: center;
    color: #ffb000;
    padding: 0;
}

.p-card:hover a>div {
    margin-top: 97.5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-card2 .p-card-c-pic {
    float: left;
    width: 144px;
    height: 100%;
    background-size: 100%;
    background-position: center center;
    -webkit-transition:  all 1s ease;
    -moz-transition:  all 1s ease;
    -ms-transition:  all 1s ease;
    -o-transition:  all 1s ease;
    transition: all 1s ease;
    overflow: hidden;
}

.p-card2 .p-card-c-pic img {
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-transition:  all 1s ease;
    -moz-transition:  all 1s ease;
    -ms-transition:  all 1s ease;
    -o-transition:  all 1s ease;
    transition: all 1s ease;
}

.p-card2:hover .p-card-c-pic {
    background-size: 105%;
}

.p-card2:hover .p-card-c-pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.p-card2 .p-card-c-info {
    float: left;
    width: 175px;
    height: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    color: #333;
}

.p-card2 .p-card-c-info .p-card-c-info-head {
    padding: 20px 0;
}

.p-card2 .p-card-c-info .p-card-c-info-head>div:first-child {
    *font-size: 20px;
    font-size: 20px\0;
    font-size: 2rem;
}

.p-card2 .p-card-c-info .p-card-c-info-head>div:last-child {
    *font-size: 14px;
    font-size: 14px\0;
    font-size: 1.4rem;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-card2 .p-card-c-info .p-card-c-info-main {
    *font-size: 13px;
    font-size: 13px\0;
    font-size: 1.3rem;
    line-height: 1.5em;
}

.p-card2:hover .p-card-c-info .p-card-c-info-main>div:first-child {
    color: #e2a921;
}

.p-card2 .p-card-c-info .p-card-c-info-main>div:last-child {
    color: #e2a921;
}

.p-about {
    height: 48px;
    width: 100%;
    padding: 0 83px;
    box-sizing: border-box;
}

.p-about .p-copyright {
    color: #555;
    line-height: 48px;
    *font-size: 1.4rem;
    font-size: 1.4rem\0;
    font-size: 1.4rem;
    float: left;
}

.p-about-menu {
    float: left;
    margin-left: 32px;
}

.p-about-menu li {
    float: left;
    height: 48px;
    line-height: 48px;
}

.p-about-menu li a {
    *font-size: 14px;
    font-size: 14px\0;
    font-size: 1.4rem;
    color: #555;
}

.p-about-menu li + li {
    margin-left: 49px;
}
.l-footer{
	width:100%;
	position:absolute;
	bottom:0px;
}

.l-footer.l-footer-single {
    position: relative;
}
.p-footer-idcard .p-footer-idcard-cont {
    /* background-color: #dbb76a; */
    background-color: #2D2D2D;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    transform-origin: bottom center;
    display: none;
}

.p-footer-idcard .p-footer-idcard-cont.show {
    display: block;
}

.p-footer-idcard .p-footer-idcard-cont .l-wrap {
    padding: 0 17px;
    box-sizing: border-box;
}

.p-footer-idcard .p-copyright {
    height: 58px;
    line-height: 58px;
    /* background-color: #E2A920; */
    background-color: #151515;
    font-size: 0;
    text-align: center;
}

.p-footer-idcard .p-copyright a, .p-footer-idcard .p-copyright span {
    color: #fff;
    *font-size: 14px;
    font-size: 14px\0;
    font-size: 1.4rem;
}

.p-footer-idcard .p-copyright span + a, .p-footer-idcard .p-copyright span + span, .p-footer-idcard .p-copyright a + span{
    margin-left: 32px;
}

.p-footer-idcard-cont .p-footer-nav {
    padding: 12px 0;
    width: 97px;
    float: left;
    text-align: center;
    margin-left: 56px;
    line-height: 0;
	cursor:pointer;
}
.p-footer-idcard-cont .p-footer-nav:first-child{
    margin-left: 0px;
}
.p-footer-idcard-cont .p-footer-nav.p-footer-nav-qrcode {
    width: auto;
    background-color: #E2A920;
    padding: 15px 40px;
	float:right;
}

.p-footer-idcard-cont .p-footer-nav ul>li:first-child {
    border-bottom: 1px dashed #fff;
}

.p-footer-idcard-cont .p-footer-nav ul>li{
    padding: 12px 0;
}

.p-footer-idcard-cont .p-footer-nav ul>li>a {
    *font-size: 14px;
    font-size: 14px\0;
    font-size: 1.4rem;
    color: #E5E5E5;
    line-height: 1em;
	cursor:pointer;
}
.p-footer-idcard-cont .p-footer-nav ul>li>a:hover {
    color: #fff;
}
.p-footer-idcard-cont .p-footer-nav ul>li:first-child{
border-bottom:1px dashed #F6F8F9;
	width:100%;
	padding-bottom:10px;
}
.p-footer-idcard-cont .p-footer-nav ul>li:first-child>a {
    *font-size: 16px;
    font-size: 16px\0;
    font-size: 1.6rem;
    line-height: 1em;
	font-weight:bold;
	
}

/* .p-footer-idcard-cont .p-footer-nav ul>li + li {
    margin-top: 24px;
} */

.p-footer-idcard-cont .p-footer-nav.p-footer-nav-qrcode ul>li:nth-child(2) {
    *font-size: 16px;
    font-size: 16px\0;
    font-size: 1.6rem;
    color: #E5E5E5;
    line-height: 1em;
}

.p-single-top-pic {
    width: 1920px;
    height: 210px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 50%;
    background-size: 100% 100%;
}

.p-single-bar {
    height: 73px;
    line-height: 73px;
    border: 1px solid #ebebeb;
}

.p-single-bar .l-wrap {
    padding: 0 83px;
}

.p-crumb {
    float: left;
}

.p-crumb>a, .p-crumb>span{
    color: #888;
    *font-size: 14px;
    font-size: 14px\0;
    font-size: 1.4rem;
    margin-right: 6px;
}

.p-crumb>span {
    margin-right: 0;
}

.p-crumb>a::before, .p-crumb>span::before{
    position: relative;
    top: 2px;
    content: '';
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 1em;
    height: 1em;
    margin-right: 6px;
    background: url('../images/icon-arrow.png');
    background-size: 100% 100%;
}

.p-crumb>a:nth-child(1)::before {
    background: url('../images/icon-home.png');
    background-size: 100% 100%;
}

.p-single-nav {
    float: right;
}

.p-single-nav li {
    float: left;
    margin-left: 40px;
    /* padding-left: 40px; */
}

.p-single-nav li>a {
    position: relative;
    display: block;
    height: 100%;
    color: #888;
    *font-size: 14px;
    font-size: 14px\0;
    font-size: 1.4rem;
    -webkit-transition:  all .2s linear;
    -moz-transition:  all .2s linear;
    -ms-transition:  all .2s linear;
    -o-transition:  all .2s linear;
    transition: all .2s linear;
}

.p-single-nav li.active>a {
    color: #E2A920;
}

.p-single-nav li.active.off>a {
    color: #888;
}

.p-single-nav li.on>a, .p-single-nav li.active.on>a {
    color: #E2A920;
}

.p-single-nav li>a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #E2A920;
    -webkit-transition:  all .2s linear;
    -moz-transition:  all .2s linear;
    -ms-transition:  all .2s linear;
    -o-transition:  all .2s linear;
    transition: all .2s linear;
}

.p-single-nav li.active>a::after {
    width: 100%;
}

.p-single-nav li.active.off>a::after {
    width: 0%;
}

.p-single-nav li.on>a::after, .p-single-nav li.active.on>a::after {
    width: 100%;
}

.p-single-main .l-wrap {
    padding: 0 51px;
    /* max-height: 1248px; */
    overflow: hidden;
}

.p-single-main.p-type-2 .l-wrap {
    width: 1266px;
    padding: 0;
}

.p-single-side, .p-single-article {
    position: relative;
    float: left;
    min-height: 880px;
    padding: 49px 32px;
    box-sizing: border-box;
}

.p-single-article {
    float: right;
}

.p-single-side .p-card + .p-card {
    margin-top: 22px;
}

.p-single-side {
    width: 390px;
}

.p-single-side.p-type-2 {
    padding: 0;
    width: 260px;
}

.p-single-article {
    width: 874px;
    overflow: hidden;
    border-left: 1px solid #ebebeb;
}

.p-single-article.p-type-2 {
    width: 1004px;
    padding: 0 32px;
}

.p-article-title {
    *font-size: 34px;
    font-size: 34px\0;
    font-size: 3.4rem;
    color: #E2A920;
    margin-bottom: 50px;
	letter-spacing:4px;
}

.p-single-nav-vertical {

    box-sizing: border-box;
}

.p-single-nav-vertical li:first-child .p-single-nav-obj {
    background: #E2A920;
    color: #fff;
    display: block;
    height: 90px;
    padding-top: 24px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
}

.p-single-nav-vertical li:first-child .p-single-nav-obj div {
    margin-left: 20px;
}

.p-single-nav-vertical li:first-child .p-single-nav-obj div:first-child {
    font-size: 2.4rem;
    position: relative;
}

.p-single-nav-vertical li:first-child .p-single-nav-obj div:first-child::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #fff;
}

.p-single-nav-vertical li:first-child .p-single-nav-obj div:last-child {
    font-size: 1.4rem;
    margin-top: 5px;
}

.p-single-nav-vertical li:first-child ~ li .p-single-nav-obj {
    text-align: right;
    display: block;
    height: 66px;
    line-height: 66px;
    padding-left: 10px;
    padding-right: 50px;
    background: url('../images/noselected.png') center center no-repeat;
    background-size: 100% 100%;
    color: #555555;
    font-size: 1.5rem;
    -webkit-transition:  all .15s linear;
    -moz-transition:  all .15s linear;
    -ms-transition:  all .15s linear;
    -o-transition:  all .15s linear;
    transition: all .15s linear;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.p-single-nav-vertical li:first-child ~ li.p-single-nav-vertical-cat.active .p-single-nav-obj {
    color: #fff;
    background: url('../images/menu_open.png') center center no-repeat;
    background-size: 100% 100%;
}

.p-single-nav-vertical li:first-child ~ li.p-single-nav-vertical-cat.p-single-nav-noson.active .p-single-nav-obj {
    color: #fff;
    background: url('../images/selected.png') center center no-repeat;
    background-size: 100% 100%;
}

.p-single-nav-vertical li:first-child ~ li.p-single-nav-vertical-cat .p-single-nav-obj {
    font-size: 1.6rem;
    background: url('../images/menu_close.png') center center no-repeat;
    background-size: 100% 100%;
}

/*.p-single-nav-vertical li:first-child ~ li.active a {
    color: #fff;
    background: url('../images/selected.png') center center no-repeat;
    background-size: 100% 100%;
}*/

.p-single-nav-vertical li:first-child ~ li.p-single-nav-vertical-art.active .p-single-nav-obj {
    color: #e2a921;
}

.p-single-nav-vertical li:first-child ~ li.p-single-nav-vertical-art .p-single-nav-obj {
    padding-right: 15px;
}

.p-single-nav-vertical li:first-child ~ li .p-single-nav-obj:hover {
    padding-right: 60px;
}

.p-single-nav-vertical li:first-child ~ li.p-single-nav-vertical-art .p-single-nav-obj:hover {
    padding-right: 25px;
}

.p-article-header {
    /*height: 90px;*/
    min-height: 90px;
    border-bottom: 1px solid #e6e6e6;
}

.p-now-theme {
    float: left;
    font-size: 3.6rem;
    color: #b8b8b8;
    margin-top: 40px;
    width: 100%;
    margin-bottom: 15px;
}

.p-article-header .p-crumb {
    /*margin-top: 55px;*/
}

.p-article-content {
    position: relative;
    padding-bottom: 60px;
    padding-top: 13px;
}

.p-article-content .p-article-main-text p {
    line-height: 3em;
}

.p-article-content .p-article-main-text div {
    line-height: 3em;
}

.p-article-footer {
    padding: 25px 0;
    border-top: 1px solid #ededed;
}

.p-article-list {
    margin-top: 40px;
}

.p-article-list-title {
    display: inline-block;
    font-size: 2.8rem;
    color: #d8af4e;
    /* font-weight: 500; */
    background-color: #f3f3f3;
    border-left: 10px solid #d8af4e;
    padding: 8px 15px;
    margin-bottom: 13px;
    box-shadow: 0 4px 4px rgba(97, 97, 97, 0.14);
}

.p-article-list-main {
    border-top: 1px solid #c9c9c9;
    padding-top: 15px;
    line-height: 25px;
    font-size: 1.3rem;
}

.p-article-list-main .p-article-list-item {
    color: #444444;
}

.p-article-list ~ .p-article-list {
    margin-top: 32px;
}

.p-article-main-text .p-article-list div {
    line-height: 1.7em;
}

.p-article-main-text .p-article-list .p-article-list-title {
    font-size: 2rem;
    padding: 5px 10px;
}

.p-show-more {
    position: absolute;
    left: 260px;
    bottom: 0;
    width: 1004px;
    height: 58px;
    display: block;
    background-color: rgba(238, 222, 183, 0.8);
    color: #ffbb1a;
    font-size: 2rem;
    line-height: 58px;
    box-sizing: border-box;
    padding: 0 37px;
    text-align: right;
}

.p-show-more-honour {
    position: absolute;
    right: 0;
    bottom: 40px;
    width: 800px;
    height: 58px;
    display: block;
    background-color: rgba(238, 222, 183, 0.8);
    color: #d8af4e;
    font-size: 2rem;
    line-height: 58px;
    box-sizing: border-box;
    padding: 0 37px;
    text-align: right;
}

.p-show-more-honour span::after, .p-show-more span::after {
    content: '>>';
    display: inline;
    margin-left: 30px;
}

.p-go-back-top {
    position: fixed;
    right: 0;
    bottom: 100px;
    display: block;
    background-color: rgba(216, 175, 78, 0.8);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    box-sizing: border-box;
}

.p-article-list.p-produce .p-article-list-item {
    background: #f6f6f6;
}

.p-article-list.p-produce .p-article-list-item ~ .p-article-list-item {
    margin-top: 30px;
}

.p-article-list.p-produce .p-article-cover {
    width: 514px;
    height: 265px;
}

.p-article-list.p-produce .p-article-info {
    height: 265px;
    width: 426px;
    padding: 89px 15px 0;
    box-sizing: border-box;
    text-align: center;
}

.p-article-list.p-produce .p-article-info .p-article-title {
    font-size: 2rem;
    color: #d8af4e;
    margin-bottom: 20px;
}

.p-article-list.p-produce .p-article-info .p-article-tag {
    line-height: 26px;
    font-size: 1.4rem;
    color: #666;
}

.p-article-list.p-new .p-article-item .p-article-cover {
    float: left;
}

.p-article-list.p-new .p-article-item .p-article-info {
    float: right;
}

.p-article-list.p-new .p-article-item:first-child {
    box-sizing: border-box;
    padding: 20px;
    background-color: #f7f7f7;
}

.p-article-list.p-new .p-article-item:first-child .p-article-info {
    /*width: 394px;*/
    width: 545px;
    height: 250px;
    text-align: justify;
}

.p-article-list.p-new .p-article-item:first-child .p-article-cover {
    width: 333.3px;
    height: 250px;
}

.p-article-list.p-new .p-article-item:first-child .p-article-title {
    color: #333;
    font-size: 2rem;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p-article-list.p-new .p-article-item:first-child .p-article-time {
    color: #d8af4e;
    font-size: 2rem;
    margin-bottom: 40px;
}

.p-article-list.p-new .p-article-item:first-child .p-article-desc {
    color: #999;
    font-size: 2rem;

    position:relative;
    line-height: 1.2em;
    height: 7.2em;
    overflow:hidden;

    text-align: justify;
    text-justify:inter-ideograph; 
}

/* .p-article-list.p-new .p-article-item:first-child .p-article-desc::after {
    content:"...";
    position:absolute;
    bottom: 0;
    right: 0;
    background-color: #f7f7f7;
    display: block;
    height: 1.2em;
    width: 1em;
} */

.p-article-list.p-new .p-article-item ~ .p-article-item {
    position: relative;
    border: 1px #eeeeee solid;
    margin-top: 25px;
}

.p-article-list.p-new .p-article-item:first-child .p-article-info-right {
    display: none;
}

.p-article-list.p-new .p-article-item ~ .p-article-item .p-article-cover {
    width: 192px;
    height: 144px;
}

.p-article-list.p-new .p-article-item ~ .p-article-item .p-article-title {
    font-size: 1.6rem;
    color: #333333;
    margin-bottom: 20px;
    line-height: 1.5em;
    letter-spacing: unset;
}

.p-article-list.p-new .p-article-item ~ .p-article-item .p-article-time {
    display: none;
}

.p-article-list.p-new .p-article-item ~ .p-article-item .p-article-desc {
    color: #999999;
    font-size: 1.4rem;
    line-height: 1.5em;
    height: 4.5em;
    overflow: hidden;
}

.p-article-list.p-new .p-article-item ~ .p-article-item .p-article-info-left {
    float: left;
    height: 140px;
    width: 622px;
    box-sizing: border-box;
    padding: 20px;
}

.p-article-list.p-new .p-article-item ~ .p-article-item .p-article-info-right {
    float: right;
    width: 124px;
    height: 144px;
    background-color: #d8af4e;
    color: #fff;
    font-weight: bold;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
}

.p-article-list.p-new .p-article-item ~ .p-article-item .p-article-info-right div:first-child {
    font-size: 4rem;
}

.p-article-list.p-new .p-article-item ~ .p-article-item .p-article-info-right div:last-child {
    font-size: 2.2rem;
    margin-top: 25px;
}

.p-pagination {
    margin-top: 30px;
}

.p-pagination .custom-pagination {
    right: 0;
    left: unset;
}

.p-article-list.p-new {
    min-height: 663px;
}

.p-go-previous, .p-go-next {
    font-size: 1.4rem;
    color: #333333;
}

.p-article-top {
    text-align: center;
}

.p-article-top .p-article-title {
    margin: 40px 0;
    font-size: 3rem;
    color: #333333;
}

.p-article-top .p-article-info {
    margin-bottom: 40px;
    font-size: 1.6rem;
    color: #333333;
}

.p-article-top .p-article-info span ~ span {
    margin-left: 50px;
}

.p-honour-list {
    margin-top: 12px;
    padding-left: 51px;
    padding-top: 51px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.p-honour-list::after {
    content: '';
    position: absolute;
    top: 10.5px;
    left: 10.5px;
    width: 30px;
    height: 30px;
    background: url('../images/honour-clock.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.p-honour-list::before {
    content: '';
    position: absolute;
    top: 42.5px;
    left: 24.95px;
    height: 100%;
    width: 1px;
    background-color: #E2A920;
}

.p-honour-list .p-honour-item {
    margin-left: -15.1px;
}

.p-honour-list .p-honour-item ~ .p-honour-item {
    margin-top: 15px;
}

.p-honour-list .p-honour-item .p-honour-title {
    float: left;
    background: url('../images/honour-tag.jpg') center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 1.6rem;
    padding: 10px 10px 10px 20px;
    position: relative;
}

.p-honour-list .p-honour-item .p-honour-title::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: -15px;
    background: url('../images/honour-drop.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.p-honour-list .p-honour-item .p-honour-content {
    float: right;
    width: 800px;
}

.p-post-list .p-post-item {
    position: relative;
    padding-right: 90px;
    margin-top: 35px;
}

.p-post-list .p-post-item .p-post-item-ishow {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 90px;
    height: 80px;
    background: url('../images/post_off.png') center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.p-post-list .p-post-item.active .p-post-item-ishow {
    background: url('../images/post_on.png') center center no-repeat;
    background-size: 100% 100%;
}

.p-post-item-main {
    border: 1px solid #d8d8d8;
}

.p-post-item-cont-top {
    box-sizing: border-box;
    padding: 29px;
}

.p-post-item-cont-top>div {
    *display:inline;
    *zoom:1;
    display: inline-block;
    font-size: 2rem;
}

.p-post-item-cont-top>div:first-child {
    width: 45%;
    float: left;
    font-weight: bold;
}

.p-post-item-cont-top>div:last-child {
    width: 24%;
    right: right;
    text-align: right;
    font-size: 1.8rem;
}

.p-post-item-cont-top>div:nth-child(2) {
    width: 30%;
    font-size: 1.8rem;
}

.p-post-item-cont-body {
    padding: 20px 30px;
    box-sizing: border-box;
}

.p-post-list .p-post-item .p-post-item-cont-body {
    display: none;
}

.p-post-list .p-post-item.active .p-post-item-cont-body {
    display: block;
}

.p-post-list .p-post-item.active .p-post-item-cont-top {
    color: #d8af4e;
}

.p-education-list .p-education-item {
    margin-top: 30px;
}

.p-education-item-main {
    border: 1px solid #d8d8d8;
    display: block;
    height: 80px;
    font-size: 1.8rem;
    padding: 27px 29px;
    box-sizing: border-box;
    color: #333;
}

.p-education-item-main>div>div:first-child {
    float: left;
    font-weight: bold;
    width: 78%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
}

.p-education-item-main>div>div:last-child {
    float: right;
    line-height: 1.2em;
}

.p-education-item-main:hover {
    background-color: #ebebeb;
}

.p-education-item-main>div:hover {
    color: #d8af4e;
}

.p-article-pdf-download {
    position: absolute;
    right: 10px;
    top: 15px;
    display: block;
    font-size: 1.4rem;
    line-height: 2em;
    color: #333;
}

.p-article-pdf-download div {
    vertical-align: middle;
}

.p-article-pdf-download div:first-child {
    background: url("../images/pdf_download.png") center center no-repeat;
    background-size: 100% 100%;
    width: 2em;
    height: 2em;
    display: inline;
    *zoom: 1;
    display: inline-block;
    border-radius: 2px;
    overflow: hidden;
}

.p-article-pdf-download div:last-child {
    display: none;
}

.p-article-pdf-download:hover div:last-child {
    display: inline;
    *zoom: 1;
    display: inline-block;
}