/*================?°é?»ä¸­å¿?==========================*/
.news_wrapper .banner{
    width: 100%;
    height: 237px;
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    background: url("../images/news_banner.png") no-repeat center;
    /*    background-size:100%;*/
}
/*right*/
.news_wrapper .list ul.info li{
    display: flex;
    border-bottom: 1px solid #979797;
    margin-top: 10px;
    padding-bottom: 0px;
}
.news_wrapper .list ul.info li .time{
    flex: none;
    width: 70px;
    height: 70px;
    background: #F0F0F0;
    font-size: 14px;
    color: #717171;
    text-align: center;
    box-sizing: border-box;
}
.news_wrapper .list ul.info li .time label{
    font-size: 36px;
    color: #717171;
}
.news_wrapper .list ul.info li .int{
    flex: 1;
    margin-left: 28px;
}
.news_wrapper .list ul.info li .int a{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.news_wrapper .list ul.info li .int a:hover{
    color: #cba455;
}
.news_wrapper .list ul.info li .int p{
    font-size: 12px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*======================?°é?»è????======================*/
.newsDetails_wrapper h2{
    font-size: 21px;
    color: #2E2E2E;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}
.newsDetails_wrapper h3{
    font-size: 16px;
    color: #2E2E2E;
    text-align: center;
    border-bottom: 1px dotted #979797;
    padding-bottom: 20px;
    margin-top: 30px;
}
.newsDetails_wrapper .text{
    width: 1000px;
    margin: auto;
    font-size: 16px;
    color: #2E2E2E;
}
.newsDetails_wrapper .text p{
    font-size: 16px;
    color: #2E2E2E;
    text-align: justify;
    line-height: 28px;
    margin-top: 20px;
    text-indent: 32px;
}


/*==================ä¼?ä¸?????-ä¼?ä¸???å¿?/ä¼?ä¸?ä¹?å®?/??å¿?????/ç»?ç»??¶æ??/?£è??å±?ç¤?/å¤§ä?è®?/ä¸?å±?ä¼?ä¸?/???¢ç??ä»?/é¢?å¯¼ç??å­?====================*/
.culture_wrapper .banner,
.home_wrapper .banner,
.magazine_wrapper .banner,
.organization_wrapper .banner,
.honor_wrapper .banner,
.chronicle_wrapper .banner,
.affiliated_wrapper .banner,
.introduction_wrapper .banner,
.leadership_wrapper .banner{
    width: 100%;
    height: 237px;
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    background: url("../images/culture_banner.jpg") no-repeat center;
}
/*right*/
.home_wrapper .list ul.info li{
    display: flex;
    border-bottom: 1px solid #979797;
    margin-top: 20px;
    padding-bottom: 20px;
}
.home_wrapper .list ul.info li .time{
    flex: none;
    width: 70px;
    height: 70px;
    background: #F0F0F0;
    font-size: 14px;
    color: #717171;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
}
.home_wrapper .list ul.info li .time label{
    font-size: 36px;
    color: #717171;
}
.home_wrapper .list ul.info li .int{
    flex: 1;
    margin-left: 28px;
}
.home_wrapper .list ul.info li .int a{
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}
.home_wrapper .list ul.info li .int a:hover{
    color: #003477;
}
.home_wrapper .list ul.info li .int p{
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.magazine_wrapper .list .info ,
.honor_wrapper .list .info{
    display: flex;
    flex-wrap: wrap;
}
.magazine_wrapper .list .info li ,
.honor_wrapper .list .info li{
    margin-top: 10px;
    margin-left: 45px;
}
.magazine_wrapper .list .info li:nth-child(3n+1),
.honor_wrapper .list .info li:nth-child(3n+1){
    margin-left: 0;
}
.magazine_wrapper .list .info li a ,
.honor_wrapper .list .info li a{
    display: block;
    width: 100%;
}
.magazine_wrapper .list .info li a img{
    width: 270px;
    height: 353px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.magazine_wrapper .list .info li a div{
    margin-top: 15px;
    font-size: 16px;
    color: #717171;
    text-align: center;
}
.honor_wrapper .list .info li a img{
    width: 270px;
    height: 181px;
}
.honor_wrapper .list .info li a div{
    margin-top: 10px;
    font-size: 14px;
    color: #717171;
    text-align: center;
}
.honor_wrapper .list .info li  div{
    margin-top: 10px;
    font-size: 14px;
    color: #717171;
    text-align: center;
}
.chronicle_wrapper .list .tabs{
    display: flex;
    border-bottom: 1px #D9D9D9 solid;
    margin-top: 16px;
}
.chronicle_wrapper .list .tabs li{
    width: 137px;
    height: 40px;
    background: rgba(0,0,0,0.02);
    border: 1px solid rgba(0,0,0,0.15);
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    padding: 9px 16px;
    box-sizing: border-box;
    margin-left: 3px;
    cursor: pointer;
}
.chronicle_wrapper .list .tabs li:first-child{
    margin-left: 0;
}
.chronicle_wrapper .list .tabs li.now{
    background: #FFFFFF;
    color: #1890FF;
    position: relative;
    top: 1px;
}
.chronicle_wrapper .list .tabs_content > div > ul{
    border-left: 1px solid #003477;
    width: 830px;
    margin:24px auto;
}
.chronicle_wrapper .list .tabs_content > div > ul > li{
    position: relative;
    padding-left: 34px;
    margin-top: 50px;
}
.chronicle_wrapper .list .tabs_content > div > ul > li:first-child{
    margin-top: 0;
}
.chronicle_wrapper .list .tabs_content > div > ul > li:last-child{
    border-left: 1px #FFF solid;
    position: relative;
    left: -1px;
    z-index: 1;
}
.chronicle_wrapper .list .tabs_content > div > ul > li > div{
    font-size: 14px;
    color: #000000;
}
.chronicle_wrapper .list .tabs_content > div > ul > li > div em{
    position:absolute;
    left: -7px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #003477;
    border-radius: 50%;
    vertical-align: middle;
}
.chronicle_wrapper .list .tabs_content > div > ul > li > div em.now{
    background: #D9AB08;
}
.chronicle_wrapper .list .tabs_content > div > ul > li > div label{
    position: relative;
    top:-3px;
    font-weight: 700;
}
.chronicle_wrapper .list .tabs_content > div > ul > li > p{
    font-size: 14px;
    color: #717171;
    margin-top: 20px;
}
.affiliated_wrapper .list .info > div{
    margin-top: 30px;
}
.affiliated_wrapper .list .info > div.pic{
    width: 781px;
    margin: auto;
}
.affiliated_wrapper .list .info > div.pic > img{
    width: 781px;
    height: 625px;
}
.affiliated_wrapper .list .info > div > h3{
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}
.affiliated_wrapper .list .info > div > ul{
    display: flex;
    flex-wrap: wrap;
}
.affiliated_wrapper .list .info > div > ul > li{
    width: 25%;
    margin: 20px 0 0 60px;
    white-space:nowrap;
}
.affiliated_wrapper .list .info > div > ul > li:first-child,
.affiliated_wrapper .list .info > div > ul > li:nth-child(3n+1){
    margin-left: 0;
}
.affiliated_wrapper .list .info > div > ul > li > a{
    font-size: 14px;
    color: #717171;
}
.introduction_wrapper .list .info .pic{
    width: 598px;
    margin:30px auto 0 auto;
}
.introduction_wrapper .list .info .pic img{
    width: 598px;
    height: 341px;
}
.introduction_wrapper .list .info .text p{
    font-size: 16px;
    color: #2E2E2E;
    text-align: justify;
    line-height: 28px;
    margin-top: 30px;
    text-indent: 32px;
}

.leadership_wrapper .list > div{
    display: flex;
    flex-wrap: wrap;
}
.leadership_wrapper .list > div dl{
    margin-top: 20px;
    text-align: center;
    margin-left: 100px;
}
.leadership_wrapper .list > div dl:first-child,
.leadership_wrapper .list > div dl:nth-child(4n+1){
    margin-left: 0;
}
.leadership_wrapper .list > div dl dt{
    width: 147px;
    height: 170px;
    background: #f7f7f7;
    margin: auto;
}
.leadership_wrapper .list > div dl dt img{
    width: 147px;
    height: 170px;
}
.leadership_wrapper .list > div dl dd{
    margin-top: 7px;
    width: 147px;
    padding: 0 10px;
    box-sizing: border-box;
}
.leadership_wrapper .list > div dl dd h3{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.leadership_wrapper .list > div dl dd p{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.leadership_wrapper .list > div dl dd p a{
    font-size: 14px;
     /* color: #666; */
    margin-top: 5px;
}


/*========================äººå??èµ?æº?-äººæ??????/äººæ??ç»???/äººæ??????/äººæ???¹è??======================================*/
.talentStrategy_wrapper .banner,
.talentStructure_wrapper .banner,
.talentResource_wrapper .banner,
.talentTrain_wrapper .banner,
.talentZPDynamic_wrapper .banner{
    width: 100%;
    height: 237px;
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    background: url("../images/human_banner.png") no-repeat center;
}
.talentResource_wrapper .list .info .chose{
    display: flex;
    margin-top: 16px;
}
.talentResource_wrapper .list .info .chose li{
    margin-left: 20px;
}
.talentResource_wrapper .list .info .chose li:first-child{
    margin-left: 0;
}
.talentResource_wrapper .list .info .chose li select{
    width:160px;
    height:40px;
    background:rgba(255,255,255,1) url("../ygmg-images/arrow_down.png") no-repeat right 12px center;
    background-size: 10px 6px;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    font-size:16px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding: 0 12px;
    box-sizing: border-box;
}
.talentResource_wrapper .list .info .chose li select::-ms-expand {
    display: none;
}
.talentResource_wrapper .list .info .chose li select option:first-child{
    display: none;
}
.talentResource_wrapper .list .info .chose li input[type=text]{
    width:350px;
    height:40px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    padding: 0 8px;
    box-sizing: border-box;
    font-size:14px;
}
.talentResource_wrapper .list .info .chose li input[type=text]::-webkit-input-placeholder { /* WebKit browsers */
    color:rgba(0,0,0,0.25);
}
.talentResource_wrapper .list .info .chose li input[type=text]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:rgba(0,0,0,0.25);
}
.talentResource_wrapper .list .info .chose li input[type=text]::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgba(0,0,0,0.25);
}
.talentResource_wrapper .list .info .chose li input[type=text]:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:rgba(0,0,0,0.25);
}
.talentResource_wrapper .list .info .chose li select:focus,
.talentResource_wrapper .list .info .chose li input[type=text]:focus{
    border:1px solid #003477;
}
.talentResource_wrapper .list .info .chose li:last-child{
    width:90px;
    height:40px;
    background:rgba(217,171,8,1);
    border-radius:4px;
    cursor: pointer;
}
.talentResource_wrapper .list .info .chose li:last-child:active{
    background: #c79d08;
}
.talentResource_wrapper .list .info .chose li:last-child em{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("../ygmg-images/sousuo.png") no-repeat center;
    margin: 0 10px;
    background-size: 100%;
    vertical-align: middle;
}
.talentResource_wrapper .list .info .chose li:last-child input{
    font-size:16px;
    color: #FFF;
    background: none;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.talentResource_wrapper .list .info .int{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.talentResource_wrapper .list .info .int > div{
    position: relative;
    width:430px;
    height:170px;
    background:rgba(247,247,247,1);
    padding: 10px;
    box-sizing: border-box;
    margin-top: 35px;
}
.talentResource_wrapper .list .info .int > div h3{
    font-size:18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.talentResource_wrapper .list .info .int > div p{
    font-size:14px;
    line-height: 22px;
    color: #717171;
}
.talentResource_wrapper .list .info .int > div p label{
    padding-left: 15px;
}
.talentResource_wrapper .list .info .int > div input{
    display: block;
    padding: 8px;
    background:#D9AB08;
    border-radius:4px;
    margin-top: 18px;
    text-align: center;
    cursor: pointer;
    font-size:16px;
    color: #FFF;
}
.talentResource_wrapper .list .info .int > div input:active{
    background: #c79d08;
}
.talentResource_wrapper .list .info .int > div .tag{
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
.talentResource_wrapper .list .info .int > div .tag img{
    width: 80px;
    height: 80px;
}
.talentTrain_wrapper .list .info li,
.talentZPDynamic_wrapper .list .info li{
    padding: 20px 0;
    border-bottom: 1px solid #979797;
}
.talentTrain_wrapper .list .info li dl{
    display: flex;
}
.talentTrain_wrapper .list .info li dl dt{
    flex: none;
    width: 166px;
    height: 116px;
    background: #f7f7f7;
}
.talentTrain_wrapper .list .info li dl dd{
    flex: 1;
    margin-left: 14px;
}
.talentTrain_wrapper .list .info li a,
.talentZPDynamic_wrapper .list .info li a{
    font-size:18px;
    color: #000;
    font-weight: 700;
}
.talentTrain_wrapper .list .info li a:hover,
.talentZPDynamic_wrapper .list .info li a:hover{
    color: #003477;
}
.talentTrain_wrapper .list .info li p,
.talentZPDynamic_wrapper .list .info li p{
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*=======================????è¯???===============================*/
.recruitDetails_wrapper h2{
    font-size:21px;
    font-weight: 700;
    text-align: center;
    margin: 33px auto;
}
.recruitDetails_wrapper .int{
    font-size:16px;
    color: #2E2E2E;
    text-align: center;
    padding-bottom: 23px;
    border-bottom: 1px #979797 dotted;
}
.recruitDetails_wrapper .int label{
    padding-left: 15px;
}
.recruitDetails_wrapper .int label:first-child{
    padding-left: 0;
}
.recruitDetails_wrapper .text{
    width: 1000px;
    margin:20px auto 0 auto;
    text-align: justify;
    line-height: 28px;
}
.recruitDetails_wrapper .text h3{
    margin-top: 30px;
    font-size:21px;
    color: #2E2E2E;
    font-weight: 700;
}
.recruitDetails_wrapper .text > ul > li{
    font-size:16px;
    line-height:26px;
    color: #2E2E2E;
    margin-top: 13px;
}
.recruitDetails_wrapper .text > ul > li > ul{
    margin-left: 32px;
}
.recruitDetails_wrapper .text input{
    display: block;
    width:130px;
    height:40px;
    background:#D9AB08;
    border-radius:4px;
    font-size:16px;
    color: #FFF;
    line-height: 40px;
    cursor: pointer;
    margin: 24px auto 0 auto;
}
.recruitDetails_wrapper .text input:active{
    background: #c79d08;
}


/*====================ç®???============================*/
.resumeDetails_wrapper h2{
    font-size:21px;
    font-weight: 700;
    text-align: center;
    padding: 33px 0;
    border-bottom: 1px #979797 dotted;
}
.resumeDetails_wrapper .int table{
    margin-left: 230px;
}
.resumeDetails_wrapper .int table tr td{
    font-size:16px;
    color: #2E2E2E;
    padding-top: 26px;
}
.resumeDetails_wrapper .int table tr td:first-child{
    padding-right: 15px;
}
.resumeDetails_wrapper .int table tr td input[type=text]{
    height: 32px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    font-size: 14px;
    padding: 0 12px;
    box-sizing: border-box;
}
.resumeDetails_wrapper .int table tr td input[type=text]::-webkit-input-placeholder,
.resumeDetails_wrapper .int table tr td textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:rgba(0,0,0,0.25);
}
.resumeDetails_wrapper .int table tr td input[type=text]:-moz-placeholder,
.resumeDetails_wrapper .int table tr td textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:rgba(0,0,0,0.25);
}
.resumeDetails_wrapper .int table tr td input[type=text]::-moz-placeholder,
.resumeDetails_wrapper .int table tr td textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgba(0,0,0,0.25);
}
.resumeDetails_wrapper .int table tr td input[type=text]:-ms-input-placeholder,
.resumeDetails_wrapper .int table tr td textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:rgba(0,0,0,0.25);
}
.resumeDetails_wrapper .int table tr td input.t_160{
    width: 160px;
}
.resumeDetails_wrapper .int table tr td input.t_336{
    width: 336px;
}
.resumeDetails_wrapper .int table tr td label {
    cursor: pointer;
}
.resumeDetails_wrapper .int table tr td label.sex_label{
    margin-left: 20px;
}
.resumeDetails_wrapper .int table tr td label input[type=radio] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin-right: 6px;
    background: #FFFFFF;
    border: 1px solid #003477;
    outline: none;
}
.resumeDetails_wrapper .int table tr td label input[type=radio]:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #003477;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    transition: all ease-in-out 300ms;
}
.resumeDetails_wrapper .int table tr td label input[type=radio]:checked:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}
.resumeDetails_wrapper .int table tr td select{
    height:32px;
    background:rgba(255,255,255,1) url("../ygmg-images/arrow_down.png") no-repeat right 12px center;
    background-size: 10px 6px;
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    font-size:14px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding: 0 12px;
    box-sizing: border-box;
}
.resumeDetails_wrapper .int table tr td select::-ms-expand {
    display: none;
}
.resumeDetails_wrapper .int table tr td select.select_color option:first-child{
    display: none;
}
.resumeDetails_wrapper .int table tr td select.s_96{
    width: 116px;
}
.resumeDetails_wrapper .int table tr td select.s_160{
    width: 160px;
}
.resumeDetails_wrapper .int table tr td textarea{
    display: block;
    width:430px;
    height:148px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(217,217,217,1);
    resize: none;
    margin: 20px 0 10px 0;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}
.resumeDetails_wrapper .int table tr td ul{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.resumeDetails_wrapper .int table tr td ul li{
    margin-right: 7px;
}
.resumeDetails_wrapper .int table tr td .add_btn{
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(217,217,217,1);
    font-size:14px;
    color:rgba(0,0,0,0.65);
    text-align: center;
    cursor: pointer;
    padding: 5px 9px;
}
.resumeDetails_wrapper .int table tr td .file {
    display: block;
    width: 106px;
    height: 32px;
    position: relative;
    overflow: hidden;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(217,217,217,1);
    font-size:14px;
    color:rgba(0,0,0,0.65);
    box-sizing: border-box;
}
.resumeDetails_wrapper .int table tr td .file label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.resumeDetails_wrapper .int table tr td .file label em {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../ygmg-images/down.png) no-repeat;
    background-size: 100%;
    margin-right: 8px;
}
.resumeDetails_wrapper .int table tr td .file input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.resumeDetails_wrapper .int table tr td p{
    font-size:14px;
    color:rgba(0,0,0,0.45);
    margin-top: 8px;
}
.resumeDetails_wrapper .int table tr td .tj_btn{
    width:129px;
    height:40px;
    background:#D9AB08;
    border-radius:4px;
    font-size:16px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
.resumeDetails_wrapper .int table tr td .tj_btn:active{
    background: #c79d08;
}
.resumeDetails_wrapper .int table tr td input[type=text]:focus ,
.resumeDetails_wrapper .int table tr td select:focus,
.resumeDetails_wrapper .int table tr td textarea:focus{
    border:1px solid #003477;
}


/*==========================?????¿ä?-??å¢?ä¿???-ç»¿è?²ç?¿å±±================================*/
.environmental_wrapper .banner,
.greenMine_wrapper .banner{
    width: 100%;
    height: 237px;
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    background: url("../images/stky_banner.png") no-repeat center;
}
.environmental_wrapper .list .info li{
    padding: 20px 0;
    border-bottom: 1px solid #979797;
}
.environmental_wrapper .list .info li dl{
    display: flex;
}
.environmental_wrapper .list .info li dl dt{
    flex: none;
    width: 166px;
    height: 116px;
    background: #f7f7f7;
}
.environmental_wrapper .list .info li dl dd{
    flex: 1;
    margin-left: 14px;
}
.environmental_wrapper .list .info li a{
    font-size:18px;
    color: #000;
    font-weight: 700;
}
.environmental_wrapper .list .info li a:hover{
    color: #003477;
}
.environmental_wrapper .list .info li p{
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.greenMine_wrapper .list .info .pic{
    width: 598px;
    margin:30px auto 0 auto;
}
.greenMine_wrapper .list .info .pic img{
    width: 598px;
    height: 341px;
}
.greenMine_wrapper .list .info .text p{
    font-size: 16px;
    color: #2E2E2E;
    text-align: justify;
    line-height: 28px;
    margin-top: 30px;
    text-indent: 32px;
}


/*==================??è¨?====================*/
.leavingDetails_wrapper h2{
    font-size:21px;
    font-weight: 700;
    text-align: center;
    padding: 33px 0;
    border-bottom: 1px #979797 dotted;
}
.leavingDetails_wrapper table{
    margin-left: 230px;
}
.leavingDetails_wrapper table tr td{
    font-size:16px;
    color: #2E2E2E;
    padding-top: 26px;
}
.leavingDetails_wrapper table tr td:first-child{
    padding-right: 15px;
}
.leavingDetails_wrapper table tr td input[type=text]{
    height: 32px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(0,0,0,0.15);
    font-size: 14px;
    padding: 0 12px;
    box-sizing: border-box;
}
.leavingDetails_wrapper table tr td input[type=text]::-webkit-input-placeholder,
.leavingDetails_wrapper table tr td textarea::-webkit-input-placeholder { /* WebKit browsers */
    color:rgba(0,0,0,0.25);
}
.leavingDetails_wrapper table tr td input[type=text]:-moz-placeholder,
.leavingDetails_wrapper table tr td textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:rgba(0,0,0,0.25);
}
.leavingDetails_wrapper table tr td input[type=text]::-moz-placeholder,
.leavingDetails_wrapper table tr td textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:rgba(0,0,0,0.25);
}
.leavingDetails_wrapper table tr td input[type=text]:-ms-input-placeholder,
.leavingDetails_wrapper table tr td textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:rgba(0,0,0,0.25);
}
.leavingDetails_wrapper table tr td input.t_160{
    width: 160px;
}
.leavingDetails_wrapper table tr td input.t_200{
    width: 200px;
}
.leavingDetails_wrapper table tr td input.t_300{
     width: 300px;
 }
.leavingDetails_wrapper table tr td input.t_400{
    width: 400px;
}
.leavingDetails_wrapper table tr td textarea{
    display: block;
    width:430px;
    height:148px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border:1px solid rgba(217,217,217,1);
    resize: none;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}
.leavingDetails_wrapper table tr td .tj_btn{
    width:129px;
    height:40px;
    background:#D9AB08;
    border-radius:4px;
    font-size:16px;
    color: #FFF;
    text-align: center;
    cursor: pointer;
}
.leavingDetails_wrapper table tr td .tj_btn:active{
    background: #c79d08;
}
.leavingDetails_wrapper table tr td input[type=text]:focus ,
.leavingDetails_wrapper table tr td textarea:focus{
    border:1px solid #003477;
}


/*================ä¿¡æ????å¼?-????ä¿¡æ??===============================*/
.INFORMATION_wrapper .banner{
    width: 100%;
    height: 237px;
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    background: url("../images/xxgk_banner.png") no-repeat center;
}
.INFORMATION_wrapper .list .info li{
    padding: 20px 0;
    border-bottom: 1px solid #979797;
}
.INFORMATION_wrapper .list .info li a{
    font-size:18px;
    color: #000;
    font-weight: 700;
}
.INFORMATION_wrapper .list .info li a:hover{
    color: #003477;
}
.INFORMATION_wrapper .list .info li p{
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*=====================ç§???????-ç§????¨æ??=================================*/
.technology_wrapper .banner{
    width: 100%;
    height: 237px;
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    background: url("../images/kjcx_banner.png") no-repeat center;
}
.technology_wrapper .list .info li{
    padding: 20px 0;
    border-bottom: 1px solid #979797;
}
.technology_wrapper .list .info li dl{
    display: flex;
}
.technology_wrapper .list .info li dl dt{
    flex: none;
    width: 166px;
    height: 116px;
    background: #f7f7f7;
}
.technology_wrapper .list .info li dl dd{
    flex: 1;
    margin-left: 14px;
}
.technology_wrapper .list .info li a{
    font-size:18px;
    color: #000;
    font-weight: 700;
}
.technology_wrapper .list .info li a:hover{
    color: #003477;
}
.technology_wrapper .list .info li p{
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*=====================ç§???????-è¯???=================================*/
.innovationDetails_wrapper h2{
    font-size: 21px;
    color: #2E2E2E;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}
.innovationDetails_wrapper h3{
    font-size: 16px;
    color: #2E2E2E;
    text-align: center;
    border-bottom: 1px dotted #979797;
    padding-bottom: 20px;
    margin-top: 30px;
}
.innovationDetails_wrapper .text{
    width: 1000px;
    margin: auto;
    font-size: 16px;
    color: #2E2E2E;
}
.innovationDetails_wrapper .text .pic{
    width: 598px;
    margin:14px auto 0 auto;
}
.innovationDetails_wrapper .text .pic img{
    width: 598px;
    height: 341px;
}
.innovationDetails_wrapper .text p{
    font-size: 16px;
    color: #2E2E2E;
    text-align: justify;
    line-height: 28px;
    margin-top: 20px;
    text-indent: 32px;
}


/*======================ä¿¡æ????å¼?-è¯???=============================*/
.disclosureDetails_wrapper h2{
    font-size: 21px;
    color: #2E2E2E;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
}
.disclosureDetails_wrapper h3{
    font-size: 16px;
    color: #2E2E2E;
    text-align: center;
    border-bottom: 1px dotted #979797;
    padding-bottom: 20px;
    margin-top: 30px;
}
.disclosureDetails_wrapper .text{
    width: 1000px;
    margin: auto;
    text-align: justify;
    line-height: 28px;
}
.disclosureDetails_wrapper .text > ul > li{
    font-size:16px;
    line-height:26px;
    color: #2E2E2E;
    margin-top: 13px;
}
.disclosureDetails_wrapper .text > ul > li > ul{
    margin-left: 32px;
}
.disclosureDetails_wrapper .text > ul > li > ul > li > ul{
    margin-left: 48px;
}
.disclosureDetails_wrapper .text input{
    display: block;
    width:130px;
    height:40px;
    background:#D9AB08;
    border-radius:4px;
    font-size:16px;
    color: #FFF;
    line-height: 40px;
    cursor: pointer;
    margin: 24px auto 0 auto;
}
.disclosureDetails_wrapper .text input:active{
    background: #c79d08;
}


/*=====================??ç³»æ??ä»?-???¸å?°å??-??è¨?äº???=================================*/
.address_wrapper .banner,
.message_wrapper .banner{
    width: 100%;
    height: 300px;
}
.address_wrapper .list .int{
    display: flex;
    margin-top: 20px;
}
.address_wrapper .list .int .pic{
    width: 366px;
    height: 225px;
}
.address_wrapper .list .int .pic img{
    display: block;
    width: 100%;
}
.address_wrapper .list .int .text{
    margin-left: 30px;
}
.address_wrapper .list .int .text h2{
    font-size: 20px;
}
.address_wrapper .list .int .text ul li{
    margin-top: 22px;
    font-size: 14px;
}
.address_wrapper .list .int .text ul li em{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
     padding-left: 10px;
}
.address_wrapper .list .int .text ul li em.dh{
    background: url("/ygmg-images/dh.png") no-repeat;
    background-size: 24px;  
}
.address_wrapper .list .int .text ul li em.yx{
    background: url("/ygmg-images/yx.png") no-repeat;
    background-size: 24px;  
}
.address_wrapper .list .int .text ul li em.yb{
    background: url("/ygmg-images/yb.png") no-repeat;
    background-size: 24px;  
}
.address_wrapper .list .int .text ul li em.dz{
    background: url("/ygmg-images/dz.png") no-repeat;
    background-size: 24px;  
}
.address_wrapper .list .info{
    width: 100%;
    height: 370px;
    margin-top: 40px;
}
#allmap{
    width: 100%;
    height: 100%;
}
.message_wrapper .list .info input{
    float: right;
    display: block;
    width: 130px;
    height: 40px;
    background: #D9AB08;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.message_wrapper .list .info input:active{
    background: #c79d08;
}
.message_wrapper .list .info > div.int{
    border: 1px solid #E3E3E3;
    box-shadow:inset 0 -5px 0 0 #E1E1E1;
    margin-top: 20px;
}
.message_wrapper .list .info > div.int .line{
    padding-top: 10px;
}
.message_wrapper .list .info > div.int .line em{
    display: inline-block;
    background: #FF4242;
    width: 8px;
    height: 13px;
    margin-left: 10px;
    transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}
.message_wrapper .list .info > div.int .line em:nth-child(2n){
    background: #42A0FF;
}
.message_wrapper .list .info > div.int h3{
    font-size: 18px;
    color: #000000;
    padding: 10px 10px 0 10px;
    font-weight: 700;
}
.message_wrapper .list .info > div.int > ul > li{
    font-size: 14px;
    color: #717171;
    display: flex;
    margin-top: 10px;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 15px 15px 15px;
}
.message_wrapper .list .info > div.int > ul > li:last-child{
    position:relative;
    border-bottom: none;
}
.message_wrapper .list .info > div.int > ul > li:last-child > label{
    position: absolute;
    right: 15px;
    bottom: 5px;
}
.message_wrapper .list .info > div.int > ul > li span{
    flex: none;
}
.message_wrapper .list .info > div.int > ul > li p{
    flex: 1;
}
.message_wrapper .list .info > div.int > ul > li p label{
    display: block;
    width: 100%;
    text-align: right;
    margin-top: 7px;
}

/*====================äº§å??ä¸?å¿?-äº§å??å±?ç¤?=========================*/
/*
.productShow_wrapper .banner{
    width: 100%;
    height: 720px;
    top: 0;
    z-index: 0;
    left: 0;
    background: url("/ygmg-images/cpzx.jpg") no-repeat center/cover;
}
.productShow_wrapper .banner .banner_mask{
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.60);
    width: 100%;
    height: 100%;
}
.productShow_wrapper .banner .info{
    position: absolute;
    top: 130px;
    left: 50%;
    width: 1200px;
    margin-left: -600px;
}
.productShow_wrapper .banner .info h2{
    width: 308px;
    margin: auto;
    font-size: 60px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
    border-bottom: 6px solid #D9AB08;
    padding-bottom: 15px;
}
.productShow_wrapper .banner .info ul{
    display: flex;
    justify-content:space-between; 
    margin-top: 80px;
}
.productShow_wrapper .banner .info ul li{
    width: 161px;
    height: 59px;
}
.productShow_wrapper .banner .info ul li img{
   display: block;
    width: 100%;
}
.productShow_wrapper .banner .info p{
    margin-top: 100px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
.main_Porductbody{
    width: 100%;
    position: relative;
    background: #FFF;
    padding: 0 0 60px 0;
}
.main_Porductbody .main{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_Porductbody .main > div{
    width: 570px;
    height: 560px;
    background: rgba(246,246,246,0.46);
    padding: 20px 40px;
    box-sizing: border-box;
    margin-top: 60px;
}
.main_Porductbody .main > div h2{
    font-size: 32px;
    color: #000000;
    text-align: center;
}
.main_Porductbody .main > div p{
    font-size: 16px;
    color: #000000;
    text-align: left;
    line-height: 28px;
    margin-top: 10px;
    text-indent: 2em;
}
.main_Porductbody .main > div .img{
    width: 486px;
    height: 344px;
    margin:20px auto 0 auto;
    background: #f7f7f7;
}
*/


/*====================äº§å??ä¸?å¿?-äº§å??å±?ç¤?=========================*/
.productShowDJ_wrapper .banner,
.productShowList_wrapper .banner,
.productShowList2_wrapper .banner{
    width: 100%;
    height: 300px;
}
.productShowDJ_wrapper .info{
    padding-top: 20px;
}
.productShowDJ_wrapper .info p{
    font-size: 14px;
    color: #000;
}
.productShowDJ_wrapper .info .long_pic{
    width: 100%;
    height: 230px;
    background: #dedede;
    margin: 20px 0;
}
.productShowDJ_wrapper .info .pic_box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.productShowDJ_wrapper .info .pic_box > div{
    width: 353px;
    height: 297px;
    background: #dedede;
}
.productShowDJ_wrapper .info .pic_box > div img{
    display: block;
    width: 100%;
}
.productShowList_wrapper .info p{
    font-size: 14px;
    color: #000000;
    margin-top: 20px;
}
.productShowList_wrapper .info .pic_box{
    width: 713px;
    height: 369px;
    margin:20px auto;
    background: #dedede;
}
.productShowList_wrapper .info .pic_box img{
    display: block;
    width: 100%;
}
.productShowList2_wrapper .list .info{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.productShowList2_wrapper .list .info li{
    margin-top: 22px;
    margin-left: 65px;
}
.productShowList2_wrapper .list .info li:nth-child(3n+1){
    margin-left: 0;
}
.productShowList2_wrapper .list .info li a{
    display: block;
    width: 100%;
	font-size:0;
}
.productShowList2_wrapper .list .info .pic{
    width: 252px;
    height: 217px;
    background: #dedede;
}
.productShowList2_wrapper .list .info  img{
	width: 252px;
    height: 217px;
}
.productShowList2_wrapper .list .info li a p{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.productShowList2_wrapper .list .info li p{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.productShow_wrapper .list .info > div{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.productShow_wrapper .list .info > div .text{
    flex: 1;
}
.productShow_wrapper .list .info > div .text h2{
    font-size: 28px;
    color: #000;
}
.productShow_wrapper .list .info > div .text h2 i{
    display: inline-block;
    width: 6px;
    height: 28px;
    background: #D9AB08;
    margin-right: 20px;
    vertical-align: middle;
}
.productShow_wrapper .list .info > div .text p{
    font-size: 16px;
    color: #000;
    margin-top: 30px;
    line-height: 28px;
}
.productShow_wrapper .list .info > div .know_more{
    width: 109px;
    height: 43px;
    border:1px solid #D9AB08;
    line-height: 43px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 40px;
}
.productShow_wrapper .list .info > div .know_more a{
    display: block;
    position: relative;
    color: #D9AB08;
}
.productShow_wrapper .list .info > div .know_more a span{
    position: relative;
    z-index: 1;
}
.productShow_wrapper .list .info > div .know_more a:after{
    content:'';
    position: absolute;
    width: 0;
    height: 43px;
    background: #D9AB08;
    transition:all 0.5s ease;
    left: 0;
    bottom: 0;
}
.productShow_wrapper .list .info > div .know_more a:hover{
    color: #fff;
}
.productShow_wrapper .list .info > div .know_more a:hover:after{
    width: 109px;
    transition:all 0.5s ease;
    z-index: 0;
}
.productShow_wrapper .list .info > div .pic{
    flex: none;
    width: 398px;
    height: 263px;
    background: #dedede;
}
.productShow_wrapper .list .info > div .pic img{
    display: block;
    width: 100%;
}
.marginL_90{
    margin-left: 90px;
}
.main_Porductbody{
    width: 100%;
    position: relative;
    margin-top: 835px;
    z-index: 1;
    background: #FFF;
    padding: 0 0 60px 0;
}
.main_Porductbody .main{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_Porductbody .main > div{
    width: 570px;
    height: 560px;
    background: rgba(246,246,246,0.46);
    padding: 20px 40px;
    box-sizing: border-box;
    margin-top: 60px;
}
.main_Porductbody .main > div h2{
    font-size: 45px;
    color: #000000;
    text-align: center;
}
.main_Porductbody .main > div p{
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 28px;
    margin-top: 10px;
}
.main_Porductbody .main > div .img{
    width: 486px;
    height: 344px;
    margin:20px auto 0 auto;
    background: #f7f7f7;
}


/*===================ç¤¾ä?è´£ä»»-æ´»å?¨æ?¥å??/ç¤¾è´£?¥å??/?¶è´«?»å??/ç»?ç»?ä½?ç³?/è´£ä»»??å¿?/é«?å±?è®ºè¿°/è´£ä»»?£è??======================*/
.activityReports_wrapper .banner,
.social_wrapper .banner,
.fpgj_wrapper .banner,
.tissue_wrapper .banner,
.ZRidea_wrapper .banner,
.discuss_wrapper .banner,
.ZRhonour_wrapper .banner{
    width: 100%;
    height: 237px;
    position: fixed;
    top: 0;
    z-index: 0;
    left: 0;
    background: url("/ygmg-images/shzr.png") no-repeat center;
}
.activityReports_wrapper .list .info li{
    padding: 20px 0;
    border-bottom: 1px solid #979797;
}
.activityReports_wrapper .list .info li a{
    font-size:18px;
    color: #000;
    font-weight: 700;
}
.activityReports_wrapper .list .info li a:hover{
    color: #003477;
}
.activityReports_wrapper .list .info li p{
    font-size: 14px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.social_wrapper .list .info{
    display: flex;
    flex-wrap: wrap;
}
.social_wrapper .list .info li{
    position: relative;
    margin-top: 22px;
    margin-left: 74px;
}
.social_wrapper .list .info li:nth-child(4n+1){
    margin-left: 0;
}
.social_wrapper .list .info li a {
    display: block;
    width: 100%; 
}
.social_wrapper .list .info li a img{
    width: 169px;
    height: 225px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.social_wrapper .list .info li a div{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 34px;
    background: rgba(0,0,0,0.60);
    font-size: 12px;
    color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
}
.social_wrapper .list .info li  div{
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 34px;
    background: rgba(0,0,0,0.60);
    font-size: 12px;
    color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
}
.social_wrapper .list .info li a:hover div{
    background: rgba(217,171,8,0.80);
}
.social_wrapper .list .info li a div span{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/ygmg-images/icon_down.png") no-repeat center;
    background-size: 100%;
}
.social_wrapper .list .info li  div span{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/ygmg-images/icon_down.png") no-repeat center;
    background-size: 100%;
}
.fpgj_wrapper .list .info li{
    padding: 10px 0;
    border-bottom: 1px solid #979797;
}
.fpgj_wrapper .list .info li dl{
    display: flex;
}
.fpgj_wrapper .list .info li dl dt{
    flex: none;
    width: 166px;
    height: 116px;
    background: #f7f7f7;
}
.fpgj_wrapper .list .info li dl dt a img{
    width: 166px;
    height: 116px;
}
.fpgj_wrapper .list .info li dl dd{
    flex: 1;
    margin-left: 14px;
}
.fpgj_wrapper .list .info li a{
    font-size:16px;
    color: #000;
    font-weight: 700;
}
.fpgj_wrapper .list .info li a:hover{
    color: #cba455;
}
.fpgj_wrapper .list .info li p{
    font-size: 12px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.discuss_wrapper .list .info .pic{
    width: 598px;
    margin:30px auto 0 auto;
}
.discuss_wrapper .list .info .pic img{
    width: 598px;
    height: 341px;
}
.discuss_wrapper .list .info .text p{
    font-size: 16px;
    color: #2E2E2E;
    text-align: justify;
    line-height: 28px;
    margin-top: 30px;
    text-indent: 32px;
}
.ZRhonour_wrapper .list .info{
    margin-top: 28px;
}
.ZRhonour_wrapper .list .info .tabs_ul{
    display: flex;  
    align-items: center;
}
.ZRhonour_wrapper .list .info .tabs_ul li{
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
    font-size: 14px;
    color: #717171;
    text-align: center;
    cursor: pointer;
    margin-right: 60px;
    border-radius: 50%;
/*    border: 1px solid rgba(174,174,174,0.27);  */
    box-sizing: border-box;
}
.ZRhonour_wrapper .list .info .tabs_ul li::after{
    content: "";
    position: absolute;
    top:50%;
    right: -60px;
    width: 60px;
    height: 1px;
    border-bottom: 1px dotted rgba(174,174,174,0.27);
}
.ZRhonour_wrapper .list .info .tabs_ul li:last-child::after{
    display: none;
}
.ZRhonour_wrapper .list .info .tabs_ul li.now{
    width: 58px;
    height: 58px;
    line-height: 58px;
    position: relative;
    border: 2px solid #D9AB08;
}
.ZRhonour_wrapper .list .info .tabs_ul li.now span{
    position: absolute;
    bottom: -10px;
    left: 23px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #D9AB08;
}
.ZRhonour_wrapper .list .info .tab_content ul li{
    margin-top: 30px;
}
.ZRhonour_wrapper .list .info .tab_content ul li h2{
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}
.ZRhonour_wrapper .list .info .tab_content ul li p{
    font-size: 12px;
    color: #717171;
    line-height: 24px;
    margin-top: 10px;
}


/*===============??å»?-é¦?é¡?/è¯???======================*/
.party_bg{

	  width: 100%;
	  height: auto;
	  background: #fff1ca url("/ygmg-images/party_bg.jpg") no-repeat top center;
	  /*    background-size: 100%;*/
	  padding-top: 680px;
}
.party_wrapper .main{
    width: 1200px;
    margin: auto;
}
.party_menu{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.party_menu li{
    width: 100%;
    border-right:1px rgba(255,238,194,0.5) solid;
    box-sizing: border-box;
}
.party_menu li:last-child{
    border-right: none;
}
.party_menu li a{
    display: inline-block;
    width: 100%;
    height:60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
    background: #D61708;
}
.party_menu li.now a{
    background: #FFEEC0;
    color: #000000;
}
.partyIndex_wrapper .list{
    padding-bottom: 25px;
}
.partyIndex_wrapper .list .banner_box{
    width: 100%;
    height: 524px;
    overflow: hidden;
}
.partyIndex_wrapper .list .banner_box .swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    background: #FFF;
    opacity: 0.8;
}
.swiper-pagination-bullet-active{
    background: #D5160E;
    opacity: 1;
}
.partyIndex_wrapper .list .banner_box .swiper-container img{
    display: block;
    width: 100%;
    height: 100%;
}
.swiper-button-next, .swiper-button-prev{
    width: 29px;
    height: 54px;
    margin-top: -27px;
    background-size: 29px 54px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("/ygmg-images/banner_l.png");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("/ygmg-images/banner_r.png");
}
.partyIndex_wrapper .list .banner_box .swiper-container .swiper-wrapper .swiper-slide{
    position: relative;
}
.partyIndex_wrapper .list .banner_box .swiper-container .swiper-wrapper .swiper-slide p{
    margin:0px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.70);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
}
.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, 
.swiper-pagination-fraction{
    bottom: 80px;
}
.partyIndex_wrapper .list .column_one{
    margin-top: 15px;
}

.partyIndex_wrapper .list .title{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: url("/ygmg-images/party_titleBg2.png") no-repeat;
    background-size: 100%;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 15px;
    box-sizing: border-box;
    position:relative;
}
.partyIndex_wrapper .list .title a{
    color: #fff;
    position: absolute;
    right: 20px;
}
.partyIndex_wrapper .list .int{
    display: flex;
    justify-content: space-between;
    padding-top:15px;
}
.partyIndex_wrapper .list .int .pic{
    width: 582px;
    height: 350px;
}
.partyIndex_wrapper .list .int .pic .swiper-container img{
    display: block;
    width: 100%;
    height: 340px;
}
.partyIndex_wrapper .list .int .pic .swiper-container{
    position: relative;
}
.partyIndex_wrapper .list .int .pic .swiper-container label{
    position: absolute;
    left: 0;
    top: 5px;
    width: 66px;
    background: #FFEEC0;
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.partyIndex_wrapper .list .int .pic .swiper-container label span{
    display: block;
    margin-top: 10px;
}

.partyIndex_wrapper .list .int .pic .swiper-container p{
    margin:0px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 48px;
    background: rgba(0,0,0,0.70);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
}
.partyIndex_wrapper .list .int .pic .swiper-container-horizontal>.swiper-pagination-bullets, 
.partyIndex_wrapper .list .int .pic .swiper-pagination-custom, 
.partyIndex_wrapper .list .int .pic .swiper-pagination-fraction{
    left: auto;
    right: -250px;
    bottom: 20px;
}
.partyIndex_wrapper .list .text_list{
    width: 582px;
    height: 340px;
    padding:5px 20px 38px 20px;
    background: #FFF9E9;
    box-sizing: border-box;
}
.partyIndex_wrapper .list .text_list li{
     width: 100%;
     margin-top: 15px;
     display: flex;
     justify-content: space-between;
     align-items: center;
    position: relative;
    padding-left: 7px;
 }

.partyIndex_wrapper .list .text_list li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 12px;
    color: #000000;
}
.partyIndex_wrapper .list .text_list li a:hover{
    color: #cba455;
}
.partyIndex_wrapper .list .text_list li p em{
    display: block;
    width: 5px;
    height: 5px;
    background: rgba(153,153,153,0.41);
    border-radius: 50%;
    margin-right: 15px;
    left: -10px;
    top: 7px;
    position:absolute;
}
.partyIndex_wrapper .list .text_list li a span{
    font-size: 14px;
    color: #666666;
}
.partyIndex_wrapper .list .text_list li a:hover p{
    color: #D5160E;
}
.partyIndex_wrapper .list .text_list li a:hover em{
    background: #D5160E;
}
.partyIndex_wrapper .list .column_two{
     margin-top: 15px;
}
.partyIndex_wrapper .list .column_two img{
    display: block;
    width: 100%;
}
.partyIndex_wrapper .list .column_three{
    margin-top: 15px;
}
.partyIndex_wrapper .list .column_three .int{
    display: flex;
    justify-content: space-between;
    padding-top:15px;
}
.partyIndex_wrapper .list .column_three .int .text{
    width: 582px;
    height: 388px;
    font-size: 14px;
    color: #000000;
    line-height: 35px;
    padding-top: 20px;
    box-sizing: border-box;
    text-indent: 2em;
}
.partyIndex_wrapper .list .column_three .int .pic{
    width: 582px;
    height: 388px;
    background: #FFF9E9;
}
.partyIndex_wrapper .list .column_three .int .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.partyIndex_wrapper .list .column_four{
    margin-top: 15px;
}
.partyIndex_wrapper .list .column_four .int{
    display: flex;
    justify-content: space-between;
    padding-top:15px;
}
.partyIndex_wrapper .list .column_four .int dl{
    width: 378px;
    height: 338px;
    background: #FFF9E9;
}
.partyIndex_wrapper .list .column_four .int dl a{
    display: block;
    width: 100%;
    font-size:15px;
    color:#000;
}
.partyIndex_wrapper .list .column_four .int dl a:hover{
    color: #cba455;
}
.partyIndex_wrapper .list .column_four .int dl dt{
    width: 100%;
    height: 242px;
}
.partyIndex_wrapper .list .column_four .int dl dt a img{
    width: 378px;
    height: 242px;
}
.partyIndex_wrapper .list .column_four .int dl dd{
    padding: 10px;
}
.partyIndex_wrapper .list .column_four .int dl dd h2{
    font-size: 16px;
    color: #000000;
}
.partyIndex_wrapper .list .column_four .int dl dd p{
    margin-top: 5px;
    font-size: 12px;
    color: #717171;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.partyIndex_wrapper .list .column_five{
    margin-top: 5px;
}
.partyIndex_wrapper .list .column_five .int{
    display: flex;
    justify-content: space-between;
}
.partyIndex_wrapper .list .column_five .int > div{
    flex: none;
}
.partyIndex_wrapper .list .column_five .int > div .title{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: url("/ygmg-images/party_titleBg1.png") no-repeat;
    background-size: 100%;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 15px;
    box-sizing: border-box;
    position:relative;
}
.partyIndex_wrapper .list .column_five .int > div .title a{
    color: #fff;
    position: absolute;
    right: 20px;
}

.jjjc_wrapper .list ,
.ggtgz_wrapper .list,
.zzjs_wrapper .list,
.ghgz_wrapper .list,
.djhd_wrapper .list{
    position: relative;
    background: #FFFAEE;
    margin-bottom: 70px;
}
.jjjc_wrapper .list ul.info li{
    display: flex;
    border-bottom: 1px solid #979797;
    padding: 15px 0;
    margin: 0 20px;
}
.jjjc_wrapper .list ul.info li .time{
    flex: none;
    width: 70px;
    height: 70px;
    background: #F0F0F0;
    font-size: 12px;
    color: #717171;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
}
.jjjc_wrapper .list ul.info li .time label{
    font-size: 36px;
    color: #717171;
}
.jjjc_wrapper .list ul.info li .int{
    flex: 1;
    margin-left: 28px;
}
.jjjc_wrapper .list ul.info li .int a{
    font-size: 16px;
    color: #000000;
    font-weight: 700;
}
.jjjc_wrapper .list ul.info li .int a:hover{
    color: #003477;
}
.jjjc_wrapper .list ul.info li .int p{
    font-size: 12px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.jjjc_wrapper .page_pack,
.ggtgz_wrapper .page_pack,
.ghgz_wrapper .page_pack,
.djhd_wrapper .page_pack{
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%,0);
}/*??é¡µå?ä¸?*/
.ggtgz_wrapper .list .info li{
     padding: 15px 0;
    border-bottom: 1px solid #979797;
    margin: 0 20px;
}
.ggtgz_wrapper .list .info li a{
    font-size:16px;
    color: #000;
    font-weight: 700;
}
.ggtgz_wrapper .list .info li a:hover{
    color: #003477;
}
.ggtgz_wrapper .list .info li p{
    font-size: 12px;
    color: #717171;
    line-height: 24px;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.ghgz_wrapper .list .info li,
.djhd_wrapper .list .info li{
    padding: 15px 0;
    border-bottom: 1px solid #979797;
    margin: 0 20px;
}
.ghgz_wrapper .list .info li dl,
.djhd_wrapper .list .info li dl{
    display: flex;
    align-items: center;
}
.ghgz_wrapper .list .info li dl dt,
.djhd_wrapper .list .info li dl dt{
    flex: none;
    width: 220px;
    height: 150px;
    background: #f7f7f7;
}
.djhd_wrapper .list .info li dl dt a img{
    width: 220px;
    height: 150px;
}
.ghgz_wrapper .list .info li dl dd,
.djhd_wrapper .list .info li dl dd{
    flex: 1;
    margin-left: 30px;
}
.ghgz_wrapper .list .info li a,
.djhd_wrapper .list .info li a{
    font-size:16px;
    color: #000;
    font-weight: 700;
}
.ghgz_wrapper .list .info li a:hover,
.djhd_wrapper .list .info li a:hover{
    color:#cba455;
}
.ghgz_wrapper .list .info li p,
.djhd_wrapper .list .info li p{
    font-size: 12px;
    color: #717171;
    line-height: 24px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.party_bg {
  background-size: 100%;
  padding-top: 216px;
}
.party_wrapper .party_menu {
  margin-bottom: 20px;
}
.party_wrapper .party_menu li a {
  font-size: 18px;
}
.party_wrapper .party_menu li a > i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url("/ygmg-images/dj_white_01.png") no-repeat center;
  background-size: 100% 100%;
}
.party_wrapper .party_menu .index a > i {
  background-image: url("/ygmg-images/dj_white_01.png");
}
.party_wrapper .party_menu .djhd a > i {
  background-image: url("/ygmg-images/dj_white_02.png");
}
.party_wrapper .party_menu .zzjs a > i {
  background-image: url("/ygmg-images/dj_white_03.png");
}
.party_wrapper .party_menu .ghgz a > i {
  background-image: url("/ygmg-images/dj_white_04.png");
}
.party_wrapper .party_menu .gqtgz a > i {
  background-image: url("/ygmg-images/dj_white_05.png");
}
.party_wrapper .party_menu .jjjc a > i {
  background-image: url("/ygmg-images/dj_white_06.png");
}
.party_wrapper .party_menu .index.now a > i {
  background-image: url("/ygmg-images/dj_red_01.png");
}
.party_wrapper .party_menu .djhd.now a > i {
  background-image: url("/ygmg-images/dj_red_02.png");
}
.party_wrapper .party_menu .zzjs.now a > i {
  background-image: url("/ygmg-images/dj_red_03.png");
}
.party_wrapper .party_menu .ghgz.now a > i {
  background-image: url("/ygmg-images/dj_red_04.png");
}
.party_wrapper .party_menu .gqtgz.now a > i {
  background-image: url("/ygmg-images/dj_red_05.png");
}
.party_wrapper .party_menu .jjjc.now a > i {
  background-image: url("/ygmg-images/dj_red_06.png");
}
.partyIndex_wrapper .list .banner_box {
  display: flex;
  height: 428px;
}
.partyIndex_wrapper .list .banner_box .swiper-slide {
  display: flex;
}
.partyIndex_wrapper .list .banner_box .banner_left {
  width: 747px;
  height: 428px;
  flex: none;
}
.partyIndex_wrapper .list .banner_box .banner_left img {
  width: 100%;
  height: 100%;
}
.partyIndex_wrapper .list .banner_box .banner_right {
  width: 452px;
  background: #fff;
  height: 428px;
  padding: 30px;
}
.partyIndex_wrapper .list .banner_box .banner_right > h4 {
  font-size: 18px;
  color: #000000;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.37);
}
.partyIndex_wrapper .list .banner_box .banner_right .ct {
  height: 133px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partyIndex_wrapper .list .banner_box .banner_right .txt {
  color: #666666;
  line-height: 26px;
  font-size: 14px;
  margin-top: 25px;
}
.partyIndex_wrapper .list .banner_box .banner_right:before {
  position: absolute;
}
.partyIndex_wrapper .list .banner_box .change {
  display: flex;
  margin-top: 40px;
  position: absolute;
  bottom: 45px;
  right: 310px;
  z-index: 1;
}

.partyIndex_wrapper .list .banner_box .banner_right .know_more {

	width: 109px;
    height: 43px;
    border: 1px solid #D9AB08;
    line-height: 43px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    box-sizing: border-box;

  display: flex;
  position: absolute;
  bottom: 44px;
  right: 80px;
  z-index: 1;
}
.partyIndex_wrapper .list .banner_box .banner_right .know_more a{
	display: block;
    position: relative;
	width: 100%;
    color: #D9AB08;
}
.partyIndex_wrapper .list .banner_box .banner_right .know_more a span{
	position: relative;
    z-index: 1;
}


.partyIndex_wrapper .list .banner_box .banner_right .know_more a:after{
    content:'';
    position: absolute;
    width: 0;
    height: 43px;
    background: #D9AB08;
    transition:all 0.5s ease;
    left: 0;
    bottom: 0;
}
.partyIndex_wrapper .list .banner_box .banner_right .know_more a:hover{
    color: #fff;
}
.partyIndex_wrapper .list .banner_box .banner_right .know_more a:hover:after{
    width: 109px;
    transition:all 0.5s ease;
    z-index: 0;
}


.partyIndex_wrapper .list .banner_box  .change a {
  cursor: pointer;
  width: 50px;
  height: 31px;
  line-height: 50px;
  display: block;
  background: #D9AB08 url("/ygmg-images/syy.png") no-repeat center;
  background-size: 40%;
}
.partyIndex_wrapper .list .banner_box .change a:hover {
  background-color: #b28436;
}
.partyIndex_wrapper .list .banner_box .change .next {
  background-image: url("/ygmg-images/xyy.png");
  margin-left: 13px;
}
.partyIndex_wrapper .list .title {
  padding-right: 20px;
}
.partyIndex_wrapper .list .title .more {
  float: right;
  font-size: 12px;
  background: url("/ygmg-images/more.png") no-repeat center right;
  background-size: 10px;
  padding-right: 14px;
  color: #fff;
  cursor: pointer;
}
.partyIndex_wrapper .list .title .more:hover {
  color: #d8d0d0;
}
.xfq {
  position: fixed;
  bottom: 10%;
  right: 20px;
  width: 35px;
  height: 35px;
  background-color: #fff;
  padding: 10px;
z-index: 1;
}
.xfq img {
  width: 100%;
}
.mbx {
  display: flex;
  padding: 30px 30px 0 30px;
  justify-content: space-between;
}
.mbx > p {
  font-size: 20px;
  color: #D20000;
}
.mbx > span {
  font-size: 14px;
  color: #666666;
}


