* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* base */
img,
input {
    margin: 0;
    padding: 0;
    border: none
}

img{
    display: block;
}

a{
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

a:hover{
    color: #333;
}

li,
ol,
ul {
    list-style: none
}

.tc{
    text-align: center;
}

.fl{
    float: left;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ''
}

.clearfix {
    *zoom: 1
}

body {
    font: 16px "Microsoft YaHei";
}

.container{
    width: 1200px;
    margin: 0 auto;
}
.mb45{
    margin-bottom: 45px;
}
.mb20{
    margin-bottom: 20px;
}

/* 标题导语部分css */
.bg01{
    width: 100%;
    background: url(/statics/jgdj/images/specials/jgdjtenyear/bg1.jpg) no-repeat top left;
    background-size: 100% 100%;
    padding-bottom: 20px;
    min-width: 1200px;
}
.banner{
    width: 978px;
    margin: auto;
    padding: 80px 0 0;
}
.dy_wrap{
    width: 100%;
    background: url(/statics/jgdj/images/specials/jgdjtenyear/dy_bg.png) no-repeat top  left;
    background-size: 100% 100%;
    padding: 10px 60px;
}
.dy_wrap p{
    text-indent: 2em;
    color: #efe2b6;
    line-height: 34px;
    text-align: justify;
    overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

/* 内容区 */
.bg02{
    width: 100%;
    background: url(/statics/jgdj/images/specials/jgdjtenyear/bg2.png) no-repeat #fff center 0;
}
.bg_white{
    background-color: #fff;
}
.bor_t{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.title{
    width: 100%;
    padding-top: 30px;
}
/* 指引 */
.zy_wrap{
    display: inline-block;
    padding-bottom: 3px;
    border-bottom: 2px solid #d18123;
}
.zy_wrap h3{
    font-size: 21px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 5px solid #d18123;
    overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
/* 回顾 */
.news_list{
    width: 100%;
    padding: 0 30px;
}
.news_list .news_item{
    position: relative;
    width: 50%;
    margin-bottom: 30px;
}
.news_list .news_item:nth-child(odd){
    padding-right: 40px;
}
.news_list .news_item:nth-child(even){
    padding-left: 40px;
}
.news_list .news_title{
    margin: auto;
    width: 90%;
    height: 40px;
    background-color: #eee;
    position: relative;
    border-radius: 10px;
    padding-top: 8px;
}
.news_item a{
    margin: auto;
    position: relative;
    display: block;
    width: 96%;
    height: 45px; 
    line-height: 45px;
    border-radius: 10px;
    background: linear-gradient(to right,#d9001a,#b21d20);
    font-size: 20px;
    color: #fff;
    padding-left: 65px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.news_item a::before{
    content: "";
    position: absolute;
    width: 34px;
    height: 39px;
    top: 3px;
    bottom: 0;
    left: 10px;
    background: url(/statics/jgdj/images/specials/jgdjtenyear/no1.png) no-repeat top left;
}
.news_item:nth-child(1) a::before{
    background: url(/statics/jgdj/images/specials/jgdjtenyear/no1.png) no-repeat top left;
}
.news_item:nth-child(2) a::before{
    background: url(/statics/jgdj/images/specials/jgdjtenyear/no2.png) no-repeat top left;
}
.news_item:nth-child(3) a::before{
    background: url(/statics/jgdj/images/specials/jgdjtenyear/no3.png) no-repeat top left;
}
.news_item:nth-child(4) a::before{
    background: url(/statics/jgdj/images/specials/jgdjtenyear/no4.png) no-repeat top left;
}
.news_scroll_content{
    border: 10px solid #eee;
    padding: 30px 10px 10px 15px;
    margin-top: -10px;
    box-shadow: inset 5px -20px 25px #fff;
}
.news_content{
    overflow-y: scroll;
    height: 290px;
    padding-right: 10px;  
}
.news_content::-webkit-scrollbar {
    box-sizing: border-box;
    width: 9px;
    height: 9px;
    background: #eee;
}
.news_content::-webkit-scrollbar-thumb{
    border: 1px solid rgba(0,0,0,.21);
    background-color: #b21d20;
    border-radius: 5px;
}
.news_content p{
    text-align: justify;
    line-height: 1.8;
}

/* 创新 */
.swp_slide{
    position: relative;
    height: 100px;
}
.swp_slide img{
    width: 100%;
    height: 100%;
}
.swp_slide h3{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    font-size: 18px;
    color: #fff;
    margin: 0 30px;
    overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.swp_slide .slide_txt_dec{
    background: linear-gradient(to bottom,#f5e4ce,#fff);
    position: relative;
    padding: 30px 20px;
}
.swp_slide p{
    display: none;
}
#swp1.swp_container{
    overflow: initial;
}
.swp_container .swiper-slide-active{
    z-index: 5;
    margin-top: 80px;
    margin-bottom: 10px;
    transform: scaleX(1.3);
}
.swp_container .swiper-slide-prev,.swiper-slide-next{
    z-index: 3;
    margin-top: 40px;
}
.swp_container .swiper-slide-prev{
    transform: scaleX(1.1) translate(-15px,0);
}
.swp_container .swiper-slide-active h3{
    transform: scaleX(0.75) translateY(-50%);
}
.swp_container .swiper-slide-prev h3{
    transform: scaleX(0.9) translateY(-50%);
}
.swp_container .swiper-slide-next h3{
    transform: scaleX(0.9) translateY(-50%);
}
.swp_container .swiper-slide-next{
    transform: scaleX(1.1) translate(15px,0);
}
.slide_txt_dec{
    position: relative;
    width: 88%;
    margin: 0 auto;
    padding: 25px 30px 10px;
    border-radius: 10px;
    background: linear-gradient(to bottom,#f5e4ce,#fff);
}
.slide_txt_dec p{
    line-height: 1.8;
    text-align: justify;
    color: #333;
}
.slide_txt_dec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 51px;
    height: 18px;
    background: url(/statics/jgdj/images/specials/jgdjtenyear/cx_06.png) no-repeat top left;
}