﻿/* 资讯中心开始 */
.news-con-c{
    overflow: hidden;
    margin: auto;
}
.news-con-c .title-img {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 45px;
}
.news-con-c .title-img img{
    width: 180px;
}
.news-con-c .first-news {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    border-bottom: 1px solid #00923A;
    padding-bottom: 80px;
    margin-bottom: 80px;
	cursor: pointer;
}
.news-con-c .first-news .n-left{
    width: 570px;
    height: 380px;
    float: left;
	overflow: hidden;
}
.news-con-c .first-news .n-left img {
    width: 100%;
    height: 100%;
}
.news-con-c .first-news .n-right {
    height: 380px;
    overflow: hidden;
    position: relative;
    padding-left: 100px;
}
.news-con-c .first-news:hover .n-left img{
    transform: scale(1.2);
	transition:all .5s;
}
.news-con-c .first-news .n-right .t {
    font-size: 34px;
    font-weight: bold;
    margin-top: 45px;
    line-height: 56px;
    color: #333;
    height: 112px;
    overflow: hidden;
}
.news-con-c .first-news .n-right p {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
	height: 56px;
}
.news-con-c .first-news .n-right i {
    font-style: inherit;
    color: #00923A;
    position: absolute;
    right: 0;
    font-size: 18px;
    cursor: pointer;
    bottom: 135px;
}
.news-con-c .first-news .n-right .n-time {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #00923A;
    width: 154px;
    height: 33px;
    line-height: 33px;
    background: url(../images/t-24.jpg);
    font-size: 18px;
    font-style: italic;
}
.news-list{
    overflow: hidden;
    width: 1200px;
    margin: auto;
}
.news-list li:first-child{
	padding-top:50px;
}
.news-list li {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    padding: 100px 0;
}
.news-list li:hover .n-right img{
    transform: scale(1.2);
	transition:all .5s;
}
.news-list li:last-child{
    border-bottom: 0px solid #dddddd;
    margin-bottom: 0px;
    padding-bottom: 80px;
}
.news-list li .n-left {
    overflow: hidden;
    width: 50%;
    float: left;
    height: 260px;
    position: relative;
}
.news-list li .n-left .t {
    font-size: 24px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 42px;
    color: #333;
    height: 84px;
    overflow: hidden;
}
.news-list li .n-left p {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    position: relative;
    cursor: pointer;
    height: 115px;
}
.news-list li .n-left i {
    font-style: inherit;
    color: #00923A;
    position: absolute;
    right: 0;
    bottom: 50px;
}
.news-list li .n-left .n-time {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #00923A;
    width: 154px;
    height: 33px;
    line-height: 33px;
    background: url(../images/t-24.jpg);
}
.news-list li .n-right{
    overflow: hidden;
    float: right;
	width: 400px;
    height: 260px;
}
.news-list li .n-right img {
    width: 100%;
    height: 100%;
}
.news-topimg{
    position: relative;
    height: 72px;
    width: 1200px;
    margin: auto;
}
.news-topimg img {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.news-loading {
    overflow: hidden;
    margin-bottom: 150px;
    margin-top: 50px;
}
.news-loading img{
    width: 300px;
    margin: auto;
    cursor: pointer;
}
.news-con-nr-background {
    background: #fff;
    height: 65px;
}
.news-con-nr-background .header-content-light .site-nav a, 
.news-con-nr-background .header-content-light .site-nav a:hover{
    color: #000;
}

.news-con-return {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    background: #f2f3f5;
}
.news-con-return .t {
    width: 1200px;
    margin: auto;
    font-size: 18px;
    color: #666;
}
.news-con-return .t p {
    cursor: pointer;
}
.news-con-details {
    overflow: hidden;
    width: 1000px;
    margin: auto;
    margin-bottom: 100px;
}
.news-con-details .title {
    font-size: 34px;
    color: #333;
    line-height: 52px;
    margin-top: 50px;
    margin-bottom: 30px;
	display: none;
}
.news-con-details .d-time {
    overflow: hidden;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #dddddd;
    line-height: 42px;
    margin-bottom: 50px;
}
.news-con-details .d-text{
    overflow: hidden;
}
/*.news-con-details .d-text img{
    overflow: hidden;
    width: 100%;
}
.news-con-details .d-text p {
    overflow: hidden;
    font-size: 18px;
    color: #666;
    line-height: 32px;
}
*/
.news-con-details .d-text p {
	margin:0px;
}
.news-con-details .d-text img {
	display: initial;
}
.news-con-details .d-text .h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 75px;
    margin-bottom: 45px;
}



.webcss .news-con-c .title-img {
    overflow: hidden;
    width: 100%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}
.webcss .news-con-c .title-img img {
    width: 120px;
    margin: auto;
}
.webcss .news-con-c .first-news {
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    border-bottom: 1px solid #00923A;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.webcss .news-con-c .first-news .n-left {
    overflow: hidden;
    width: 100%;
    float: inherit;
	height: auto;
}
.webcss .news-con-c .first-news .n-left img {
    width: 100%;
    height: auto;
}
.webcss .news-con-c .first-news .n-right {
    height: auto;
    overflow: hidden;
    width: 100%;
    float: inherit;
    position: relative;
	padding: 0;
}
.webcss .news-con-c .first-news .n-right .t {
    font-size: 22px;
    font-weight: bold;
    margin-left: 0px;
    margin-top: 20px;
    line-height: 32px;
    color: #333;
	height: 70px;
}
.webcss .news-con-c .first-news .n-right p {
    overflow: hidden;
    margin-left: 0px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 68px;
    height: 60px;
}
.webcss .news-con-c .first-news .n-right .n-time {
    overflow: hidden;
    position: absolute;
    margin-left: 0px;
    bottom: 0;
    text-align: center;
    color: #00923A;
    width: 154px;
    height: 33px;
    line-height: 33px;
    background: url(../images/t-24.jpg);
    font-size: 18px;
    font-style: italic;
    left: 0;
    right: 0;
    margin: auto;
}
.webcss .news-con-c .first-news .n-right i {
    font-style: inherit;
    color: #00923A;
    position: initial;
    right: 0;
    top: 28px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 0px;
	display: none;
}
.webcss .news-list li .n-left .t {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    line-height: 32px;
    color: #333;
    margin-right: 0px;
	height: 60px;
}
.webcss .news-list {
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.webcss .news-list li .n-left {
    overflow: hidden;
    width: 100%;
    float: initial;
    height: auto;
    position: relative;
}
.webcss .news-list li .n-left p {
    overflow: hidden;
    margin-left: 0px;
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 68px;
    height: 60px;
}
.webcss .news-list li .n-left .n-time {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #00923A;
    width: 154px;
    height: 33px;
    line-height: 33px;
    background: url(../images/t-24.jpg);
    font-size: 18px;
    font-style: italic;
    left: 0;
    right: 0;
    margin: auto;
}
.webcss .news-list li .n-left i {
    font-style: inherit;
    color: #00923A;
    position: initial;
    right: 0;
    top: 28px;
	display: none;
}
.webcss .news-list li .n-right {
    overflow: hidden;
    float: inherit;
    width: 100%;
    margin-top: 20px;
	height: auto;
}
.webcss .news-list li .n-right img {
    width: 100%;
    height: auto;
}
.webcss .news-list li {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
	padding-top:0px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.webcss .news-topimg {
    position: relative;
    height: 72px;
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.webcss .news-loading {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 20px;
}
.webcss .news-con-return .t {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    font-size: 18px;
    color: #666;
}
.webcss .news-con-details {
    overflow: hidden;
    width:  100%;
    margin: auto;
    margin-bottom: 130px;
}
.newsbodynr.webcss .header-content-mobile-light .nav-toggle span {
    background: #000;
}
.newsbodynr.webcss .nav-toggle span:before, .newsbodynr.webcss .nav-toggle span:after {
    background: #000;
}
.newsbodynr.webcss .header-mobile-dark {
    background: #fff;
}
.newsbodynr.webcss .news-con-nr-background {
    background: #fff;
    height: 68px;
}
.newsbodynr.webcss .news-con-details {
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 20px;
}
.newsbodynr.webcss .news-con-details .title {
        font-size: 20px;
    color: #333;
    line-height: 32px;
    margin-top: 40px;
    margin-bottom: 0px;
}
.newsbodynr.webcss .news-con-details .d-time {
    overflow: hidden;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #dddddd;
    line-height: 52px;
    margin-bottom: 20px;
}
.newsbodynr.webcss .news-con-details .d-text .h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}
.newsbodynr.webcss .news-con-details .d-text p {
    overflow: hidden;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.newsbodynr.webcss .headerpadding-con {
    margin: auto;
    width: 1200px;
    position: relative;
    box-shadow: 0px 5px 5px #ccc;
}

.webcss .news-con .gybanner {
    overflow: hidden;
    background-image: url(../images/webbanner04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 212px;
    padding-top: 59px;
}

#JoynBackground {
	width: 100%;
	height: 680px;
	z-index: -999;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
.gy-header .site-header{
	height:65px !important;
	line-height:65px !important;
	padding:0px !important;
}
.webcss .gy-header .site-header{
	height: auto !important;
	line-height:auto !important;
	padding:auto !important;
}

.gy-header .site-header a{
	font-weight:bold !important;
}
.news-con-nr-background .logo img {
    display: block;
    width: 100px;
}
/* 资讯中心结束 */
.img-ico-1{
	vertical-align:top;margin-right: 5px;float: left;}

.img-ico-2{
	display:none;
}
.webcss .img-ico-2{
	display: block;
	float: left;
	margin-right: 5px;
}
.webcss .img-ico-1{
	display:none;
}






