


.main {
    width: 1200px;
    margin: 10px auto;
}

.content-left {
    width: 758px;
    overflow-x: hidden;
}

.content-right {
    width: 422px;
    overflow-x: hidden;
}

.swiper-container {
    width: 758px;
    height: 350px;
    margin: 0;
}

.swiper-slide {
    background: #fff;
    position: relative;
    z-index: 1;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-slide .title {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
}

.swiper-slide .title span{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    width:80%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap
}

.swiper-button-prev {
    width: 50px;
    height: 70px;
    background: url(../images/index_ico02.png) no-repeat center center transparent;
    left: 18px;
    margin-top: -35px;
}

.swiper-button-next {
    width: 50px;
    height: 70px;
    background: url(../images/index_ico03.png) no-repeat center center transparent;
    right: 18px;
    margin-top: -35px;
}

.swiper-pagination {
    position: absolute;
    right: 0;
    z-index: 3;
    bottom: 0!important;
    width: auto;
    text-align: right;
    height: 40px;
    line-height: 40px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin: 0 10px 0 0;
    opacity: 1;
    background-color: #545454;
    border-radius: 0;
    vertical-align: middle;
}

.swiper-pagination-bullet:last-child {
    margin-right: 20px!important;
}

.swiper-pagination-bullet-active {
    background-color: #fff!important;
}

.video-list {
    display: inline-block;
    margin-right: -50px;
    margin-bottom: 10px;
}

.common-block {
    position: relative;
    z-index: 1;
    padding: 15px 20px;
    background-color: #fff;
    margin-top: 10px;
    overflow: hidden;
}

.common-block:before {
    content: "";
    display: block;
    height: 40px;
    width: 4px;
    background-color: #51AA37;
    position: absolute;
    left: 0;
    top: 20px;
}

.block-title {
    height: 50px;
    line-height: 50px;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.block-title a {
    position: absolute;
    right: 0;
}

.common-video {
    display: inline-block;
    width: 160px;
    height: 100px;
    position: relative;
    margin-right: 21px;
    z-index: 1;
}

.common-video img {
    width: 160px;
    height: 100px;
}

.common-video .video-title {
    color: #fff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /*text-align: center;*/
    text-indent: 7px;
    overflow-x: hidden;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    background-color: #000;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}
.video-other-box {
    margin-right: -50px;
}
.video-other {
    margin-right: 25px;
    float: left;
    width: 160px;
}

.video-other li a:hover {
	color: #51AA37;
}

.video-other li {
    width: 160px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    overflow-x: hidden;
    float: left;
    list-style: inside;
    margin-right: 25px;
    margin-bottom: 5px;
}

.resources-list {
    margin-right: -30px;
}

.resources-list div {
    display: inline-block;
    width: 100px;
    overflow-x: hidden;
    margin-right: 20px;
    margin-bottom: 45px;
    cursor: pointer;
    text-align: center;
}

.resources-list div img.hover {
    display: none;
}

.resources-list div:hover img {
    display: none;
}

.resources-list div:hover img.hover {
    display: inline-block;
}

.resources-list div .resources-title {
	font-size: 12.5px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.resources-list div:hover .resources-title {
    color: #51AA37;
}

.block-notice {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 10px;
    height: 340px;
}

.notice-title {
    height: 54px;
    line-height: 54px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 20px;
}

.block-notice .notice-title  a {
    position: absolute;
    right: 20px;
}

.notice-title span {
    line-height: 29px;
    width: 73px;
    height: 29px;
    line-height: 29px;
    border-radius: 3px;
    text-align: center;
    margin-right: 25px;
    padding: 3px 5px;
    font-size: 12px;
    cursor: pointer;
}

.notice-title span.cur {
    width: 73px;
    height: 29px;
    line-height: 29px;
    border-radius: 3px;
    border: 1px solid #51AA37;
    text-align: center;
    margin-right: 25px;
    font-size: 14px;
    color: #51AA37;
    padding: 3px 5px;
}


.notice-info {
    height: 19px;
    line-height: 19px;
    margin-bottom: 8px;
    padding: 0 20px;
    cursor: pointer;
}

.notice-info a:hover  {
	color: #51AA37;
}

.notice-info:before {
    width: 4px;
    height: 19px;
    content: "";
    display: inline-block;
    float: left;
    background: url(../images/arrow.png) no-repeat center center transparent;
}

.notice-info:hover {
    color: #51AA37;
}

.notice-info p {
    line-height: 20px;
    font-size: 14px;
}

.notice-info:hover p {
    text-decoration: none;
}

.notice-info p:first-child {
    width: 280px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 5px;
}

.more-read p {
    margin-bottom: 13px;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    overflow: hidden;
    height: 25px;
    line-height: 24px;
    font-size: 14px;
}

.more-read p:hover a {
    color: #51AA37;
    text-decoration: none;
}

.more-read p span {
    padding: 0px 5px;
    margin-right: 20px;
}

.more-read .aa {
    color: #E37F49;
    border: 1px solid #E37F49;
    border-radius: 3px;
}

.more-read .bb {
    color: #51AA37;
    border: 1px solid #51AA37;
    border-radius: 3px;
}

.tc-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.6);
}

.tc-content {
    position: absolute;
    top: 50%;
    width: 758px;
    height: 316px;
    left: 0;
    right: 0;
    margin: -108px auto 0;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.tc-content a.close {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
}

.tc-list {
    text-overflow: ellipsis;
    word-break: break-all;
    overflow: hidden;
    padding-left: 50px;
    margin-top: 48px;
    margin-bottom: 30px;
}

.tc-list div {
    width: 160px;
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    padding-bottom: 20px;
}

.tc-list div a:before {
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    /*background: url(../images/ico21.png) no-repeat left top transparent;*/
    vertical-align: middle;
    margin-right: 15px;
}

.tc-list div a:hover  {
    color: #51A938;
}

.tc-list div a:hover:before {
    width: 22px;
    height: 22px;
    content: "";
    display: inline-block;
    /*background: url(../images/ico22.png) no-repeat left top transparent;*/
    vertical-align: middle;
    margin-right: 15px;
}