@charset "utf-8";
/* CSS Document */
.head_top{
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 40px;
    position: relative;
}
.head_top a{
    color: #666;
    margin:0 10px;
}
.head_top a img{
    margin-left: 5px;
}
.head_bottom{
    width: 100%;
    padding:25px 0;
}
.head_bottom .logo{
    float: left;
}
.search_box{
    float: right;
    width: 305px;
    height: 40px;
    overflow: hidden;
}
.search_box input{
    float: left;
    height: 38px;
    border-radius: 5px 0 0 5px;
    border:1px solid #ccc;
    width: 234px;
    border-right: 0;
    padding-left: 19px;
}
.search_box button{
    float: right;
    width: 50px;
    height: 40px;
    border-radius:0 5px 5px 0;
    background: #c40400;
    border:0;
}
.nav{
    width: 100%;
    border-bottom: 4px solid #c40400;
    background: #f8f8f8;
}
.nav ul > li{
    float: left;
    width: 150px;
    line-height: 48px;
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #333333;
}
.nav ul > li:hover,.nav > ul > li.active{
    background: #666;
    color: #fff;
}
.nav > ul > li::after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 24px;
    background: #999999;
    content: "";
    margin:auto;
}
.nav > ul > li:hover::after,.nav > ul > li.active:after{
    background: #666;
}
.nav > ul > li:hover::before,.nav > ul > li.active:before{
    content: "";
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #666;
}
.nav > ul > li:first-child:hover::before,.nav > ul > li:first-child.active:before{
    display: none;
}
.nav ul > li:last-child::after{
    display: none;
}
.nav ul > li a{
    display: block;
}
.nav ul > li .menu_nav{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 300px;
    display: none;
    z-index: 99;
}
.nav ul > li:last-child .menu_nav{
    width: 100%;
}
.nav ul > li .menu_nav ul{
    background: #666;
}
.nav ul > li .menu_nav li{
    width: 100%;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    text-align: left;
}
.nav ul > li .menu_nav li:last-child{
    border-bottom: 0;
}
.nav ul > li .menu_nav li:hover{
    background:rgba(255,255,255,0.4);
    color: #fff;
}
.nav ul > li .menu_nav li a{
    padding:8px 10px;
}
.section_first{
    width: 100%;
    overflow: hidden;
    margin-top: 33px;
}
.news_slide{
    width: 675px;
    height: 352px;
    float: left;
}
.news_slide .swiper-slide img{
    width: 100%;
    height: 352px;
}
.news_slide .swiper-slide .news_title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    padding-right: 110px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    background: rgba(0,0,0,0.4);
}
.news_slide .swiper-container-horizontal>.swiper-pagination-bullets, .news_slide .swiper-pagination-custom, .news_slide .swiper-pagination-fraction{
    text-align: right;
    margin-right: 15px;
    width: auto;
    left: inherit;
    right: 0;
    bottom: 15px;
}
.news_slide .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    -webkit-opacity:1;
}
.news_slide .swiper-pagination-bullet-active{
    background: #c40400;
}
.news_right{
    float: right;
    width: 495px;
}
.section_title{
    width: 100%;
    line-height: 20px;
    height: 20px;
}
.section_title h6{
    float: left;
    border-left: 3px solid #c40400;
    padding-left: 10px;
    font-size: 16px;
    color: #333333;
}
.section_title a{
    float: right;
    font-size: 14px;
    color: #666;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.index_news_list,.index_news_list li{
    width: 100%;
    overflow: hidden;
}
.index_news_list li{
    padding:15px 0;
    border-bottom: 1px dashed #e1e1e1;
}
.index_news_list li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.index_news_list li h6{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
    overflow: hidden;
    font-weight: normal;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    margin-bottom: 7px;
} .index_news_list li p{
    font-size: 12px;
    color: #999999;
}
.section_two{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}
.projects_section{
    height:592px;
    width: 362px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 8px;
    background: #f5f4f1;
}
.section_two .section_title h6{
    text-transform: uppercase;
}
.projects_section .index_news_list li{
    padding-bottom: 0;
    border-bottom: 0;
}
.section_two_center{
    width: 380px;
    float: left;
    margin-left: 30px;
}
.section_two_first{
    padding-top: 19px;
    border-top:1px solid #c40400;
}
.section_two_first .index_news_list li{
    padding:12px 0;
}
.section_two_first .index_news_list li h6{
    margin-bottom: 0;
    max-height: 45px;
}
.journal_list{
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 11px;
}
.journal_list li{
    width: 180px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
}
.journal_list li:last-child{
    margin-right: 0;
}
.journal_list li a{
    display: flex;
}
.journal_list li .img_box, .journal_list li .item_cont{
    align-self: center;
}
.journal_list li .img_box{
    width: 71px;
    float: left;
    margin-right: 8px;
}
.journal_list li .img_box img{
    width: 100%;
    height: 96px;
}
.journal_list li .img_box p{
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    text-align: center;
}
.journal_list li .item_cont{
    float: left;
    width: 101px;
}
.journal_list li .item_cont p,.yearbook_section .item_cont p{
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;/*要显示的行数*/
    overflow: hidden;
}
.yearbook_section .item_cont p{
    -webkit-line-clamp: 3;/*要显示的行数*/
}
.yearbook_section .item_cont h6{
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.yearbook_section{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.yearbook_section a{
    display: flex;
}
.yearbook_section .img_box{
    width: 77px;
    height: 105px;
    margin-right: 12px;
    float: left;
}
.yearbook_section .img_box img{
    width: 100%;
    height: 105px;
}
.yearbook_section .img_box, .yearbook_section .item_cont{
    align-self: center;
}
.yearbook_section .item_cont{
    float: left;
    width: 265px;
}
.section_three{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}
.section_list{
    width: 100%;
    overflow: hidden;
}
.section_list li{
    width: 280px;
    float: left;
    margin-right: 26px;
}
.section_list li:last-child{
    margin-right: 0;
}
.section_list_title{
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    height: 21px;
    margin-bottom: 20px;
}
.section_list li .item_box{
    width: 100%;
    overflow: hidden;
}
.section_list li .item_box img{
    width: 100%;
    height: 185px;
    margin-bottom: 10px;
}
.section_list li .item_box p.item_tit{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;/*要显示的行数*/
    overflow: hidden;
    margin-bottom: 5px;
}
.section_list li .item_box p.item_info{
    font-size: 14px;
    color: #666;
    line-height: 23px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*要显示的行数*/
    overflow: hidden;
}
.section_list li .item_box p.more{
    text-align: right;
}
.section_four{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}
.membership_section{
    float: left;
    padding-left: 20px;
    padding-right: 55px;
    padding-top: 30px;
    width: 330px;
    height: 240px;
    background: url(../images/img5.jpg) no-repeat;
}
.membership_section h6{
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.membership_section p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*要显示的行数*/
    overflow: hidden;
}
.membership_section p.more{
    margin-top: 15px;
}
.member_section{
    float: left;
    width: 795px;
    height: 270px;
    background: #eee;
    /* margin-top: 33px; */
    overflow: hidden;
}
.member_section .member_slide{
    padding:33px 29px 23px 39px;
    overflow: hidden;
}
.member_section .member_slide .img_box{
    width: 100%;
    height: 58px;
    text-align: center;
    display: table;
    background: #fff;
    margin-bottom: 10px;
}
.member_section .member_slide .img_box span{
    display: table-cell;
    vertical-align: middle;
}
.member_section .member_slide .img_box img{
    max-width: 100%;
    max-height: 58px;
}
.member_section .member_slide p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;/*要显示的行数*/
    overflow: hidden;
}
.member_section .member_slide p.more{
    text-align: right;
    margin-top: 5px;
}
.footer{
    width: 100%;
    background: #dedede;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 70px;
    overflow: hidden;
}
.foot_left{
    width: 330px;
    float: left;
    margin-left: 30px;
}
.foot_left_section{
    width: 100%;
    line-height: 21px;
    margin-bottom: 20px;
    vertical-align: middle;
    overflow: hidden;
}
.foot_left_section:last-child{
    margin-bottom: 0;
}
.foot_left_section lable{
    float: left;
    width: 24px;
    display: block;
}
.foot_left_section .item_box{
    float:right;
    width: 290px;
    font-size: 14px;
    color: #666;
}
.foot_center{
    width: 345px;
    float: left;
    margin-left: 70px;
}
.foot_center h6{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.foot_center .foot_form{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.foot_center .foot_form input{
    width: 333px;
    height: 34px;
    border:1px solid #535353;
    background: #dedede;
}
.check_box{
    width: 100%;
    overflow: hidden;
    margin-top: 14px;
}
.check_box input[type="checkbox"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 12px;
    height: 12px;
    padding: 0;
    border: 1px solid #c40400;
    outline: none;
    cursor: pointer;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
    background: #fff;
}
.check_box input[type="checkbox"]:checked:after{
    background: url(../images/icon7.png) no-repeat 12% 38%;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 17px;
    background-size: 13px;
}
.check_box .check_left{
    width: 313px;
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 18px;
}
.check_box .check_left a{
    text-decoration: underline;
}
.foot_form button{
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    background: #c40400;
    font-size: 14px;
    color: #fff;
    border:0;
    margin-top: 20px;
}
.footer_right{
    width: 275px;
    float: right;
    margin-right: 45px;
}
.footer_right h6{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.ewm_list{
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}
.ewm_list li{
    width: 125px;
    float: left;
    margin-right: 24px;
}
.ewm_list li:last-child{
    margin-right: 0;
}
.ewm_list li img{
    width: 100%;
    height: 125px;
}
.ewm_list li p{
    font-size: 12px;
    color: #333;
    text-align: center;
}
.email_cover_section{
    box-sizing: border-box;
    position: absolute;
    background-color: #f5f4f1;
    padding: 20px;
    z-index: 999;
    width: 450px;
    top:40px;
    right: 115px;
    display: block;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.input_section{
    width: 100%;
    overflow: hidden;
}
.input_section .input_box{
    padding-bottom: 20px;
    position: relative;
    width: 189px;
}
.input_section .input_box input{
    box-sizing: border-box;
    width: 100%;
    border:1px solid #dcdcdc;
    font-size: 14px;
    color: #666;
    height: 40px;
}
.input_section .input_box .erro{
    position: absolute;
    top: 40px;
    font-size: 12px;
    left: 0;
    color: red;
    line-height: 20px;
    display: none;
}
.email_btn_section{
    width: 100%;
    overflow: hidden;
}
.email_btn_section .btn_sum{
    width: 110px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #a5151b;
    border:0;
}
.email_btn_section .btn_res{
    width: 110px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #007dc5;
    border:0;
    float: right;
}
.dy_btn{
    display: block;
    width: 50px;
    height: 38px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background: #a5151b;
}
.head_top a.dy_btn{
    color: #fff;
}
.email_cover_section p{
    line-height: 20px;
    color: #a5151b;
    font-size: 12px;
}
#email_form,#email_form2{
    display: none;
}
.page_banner{
    width: 100%;
    overflow: hidden;
}
.page_banner img{
    width: 100%;
    height: 200px;
}
.breadNav{
    width: 100%;
    padding:15px 0;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    font-size: 16px;
    color: #999;
    line-height: 20px;
    height: 23px;
    vertical-align: middle;
    font-weight: bold;
}
.breadNav a{
    margin: 0 10px;
}
.page_content{
    width: 100%;
    /*overflow: hidden;*/
    margin-top: 20px;
}
.sidenav{
	width: 240px;
	float: left;
	overflow: hidden;
}
.sidenav_tit{
	padding: 10px 10px;
	overflow: hidden;
	line-height:29px ;
	font-size: 18px;
	color: #fff;
	text-align: center;
    background: #666;
    border-bottom: 1px solid #fff;
}
.sidenav_list{
	width: 100%;
	overflow: hidden;
}
.sidenav_list > li > a{
	display: block;
	padding:6px 8px 6px 30px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	background-color: #f2f2f2;
	background-image: url(../images/icon10.png);
	background-repeat: no-repeat;
	background-position: 5% 15px;
}
.sidenav_list > li > a:hover,.sidenav_list > li.active > a,.sidenav_list > li.on > a{
	background-image: url(../images/icon10_2.png);
	background-repeat: no-repeat;
	background-position: 5% 15px;
	color: #b7060a;
}

.sidenav_list > li ul{
	padding:10px 0;
	overflow: hidden;
	display: none;
}
.sidenav_list > li ul li{
	line-height: 28px;
	font-size: 14px;
}
.sidenav_list > li ul li a{
	display: block;
	padding:0 10px;
	padding-left: 50px;
	color: #999;
}
.sidenav_list > li ul li:hover a,.sidenav_list > li ul li.active a{
	color: #b7060a;
}
.cont_right{
    float: right;
    width: 920px;
}
.first_list,.first_list li{
    width: 100%;
    overflow: hidden;
}
.first_list li{
    padding:30px 0;
    border-bottom: 1px solid #e1e1e1;
}
.first_list li:first-child{
    padding-top: 0;
}
.first_list li img{
    float: left;
    width: 208px;
    height: 137px;
}
.first_list li .item_box{
    float: right;
    width: 685px;
}
.first_list li .item_box h6{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 28px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
    overflow: hidden;
    margin-bottom: 2px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.first_list li .item_box p{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin-bottom: 2px;
}
.first_list li .item_box p.item_text{
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
	overflow: hidden;
}
.first_list li .item_box p.item_info{
    color: #999;
}
.back_top{
    width: 90px;
    height: 81px;
    border-radius: 15px;
    background: #666;
    position: fixed;
    bottom: 10%;
    right: 5%;
    z-index: 99999;
    display: none;
}
.back_top a{
    display: table;
    width: 100%;
    height: 81px;
    text-align: center;
}
.back_top a span{
    display: table-cell;
    vertical-align: middle;
}
.back_top a p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 10px;
}
.book_search{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}
.book_search select{
    float: right;
    width: 240px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #999;
    padding-left: 10px;
    font-size: 18px;
    color: #666;
    font-weight: bold;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/icon11.png) no-repeat 94% center transparent;
    outline:none;
    -webkit-outline:none;
    -moz-outline:none;
    -o-outline:none;
}
.book_search select::-ms-expand {    
    display: none;/*清除IE默认下拉按钮，但是测试发现IE10以上有效，IE8，9默认下拉按钮仍旧存在*/
}
.two_list{
    width: 100%;
}
.two_list li{
    float: left;
    width: 182px;
    margin-bottom: 40px;
    overflow: hidden;
    margin-right:187px;
}
.two_list li:nth-child(3n+3){
    margin-right: 0;
}
.two_list li img{
    width: 100%;
    height: 258px;
}
.two_list li p{
    font-size: 18px;
    color: #333;
    text-align: center;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 10px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.font_btn{
    display: inline-block;
    width: 35px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #e6e6e6;
    font-size: 17px;
    color: #666;
    margin:0 10px;
    border-radius: 3px;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.font_btn:hover{
    background: #bf0614;
    color: #fff;
}
.competition_content{
    overflow: hidden;
    padding-top: 40px;
}
.competition_content p,.competition_content p span{
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}
.competition_content p img,.competition_content img{
    max-width: 100%;
}
.print_btn{
    display: inline-block;
    margin-left: 10px;
}
.print_btn img{
    margin-right: 5px;
}
.three_list{
	width: 100%;
}
.three_list li{
	overflow: hidden;
	font-size: 14px;
	color: #333;
	line-height: 32px;
	padding-left: 15px;
	background: url(../images/icon14.png) left center no-repeat;
	transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.three_list li a{
	display: block;
	float: left;
	max-width: 82%;
	transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.three_list li .time{
	float: right;
	color: #999;
}
.three_list li:nth-child(6n+6){
	margin-bottom: 40px;
}
.first_list.four li .item_box{
    float: left;
    width: 925px;
    margin-left: 15px;
}
.first_list.four{
    margin-top: 10px;
}
.newsbriefing_section{
    overflow: hidden;
    background: #fafafa;
    border:1px solid #eee;
    padding:23px 19px;
    margin-bottom: 40px;
}
.newsbriefing_section p{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.nwes_text_cont{
    padding:0 19px;
    overflow: hidden;
}
.newsinterest_section{
    margin:0 19px;
    overflow: hidden;
    margin-top: 50px;
}
.newsinterest_title{
    position: relative;
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.newsinterest_title:after{
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 0;
    bottom: 0;
    content: "";
    margin: auto;
    background: #c40400;
}
.newsinterest_title h6{
    font-size: 18px;
    color: #c40400;
    font-weight: normal;
    float: left;
    padding-right: 15px;
    background: #fff;
    position: relative;
    z-index: 9;
}
.newsinterest_list{
    width: 100%;
    overflow: hidden;
}
.newsinterest_list li{
    margin-top: 45px;
    float: left;
    width: 360px;
    margin-right: 41px;
    overflow: hidden;
}
.newsinterest_list li:nth-child(3n+3){
    margin-right: 0;
}
.newsinterest_list li img{
    width: 100%;
    height: 240px;
}
.newsinterest_list li p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 12px;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*要显示的行数*/
	overflow: hidden;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.two_list.first li img{
    height: 245px;
}
.association_content{
    overflow: hidden;
    margin-top: 40px;
    margin-left: 15px;
    margin-right: 15px;
}
.association_content table{
	width: 100%;
	border:1px solid #eee;
}
.association_content table td{
	padding:19px 15px;
}
.association_content table tr td:first-child{
	font-size: 16px;
	color: #333;
	text-align: left;
}
.association_content table tr td{
	border:1px solid #eee;
	line-height: 24px;
}
.association_content table tr td:nth-child(2){
	text-align: left;
	font-size: 14px;
	color: #666;
}
.association_content table tr:nth-child(even){
	background: #fafafa;
}
.td_first,.td_two{
	width: 100%;
	overflow: hidden;
	display: flex;
}
.td_first .img_box{
	width: 105px;
	height: 154px;
	margin-right: 20px;
}
.td_first .img_box img{
	width: 100%;
	height: 154px;
}
.association_content table .img_box,.association_content table .item_cont{
	align-self: center;
}
.td_first .item_cont,.td_two .item_cont{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	width: 535px;
}
.association_content table p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.td_two .img_box{
	width: 98px;
	height: 98px;
	margin-right: 10px;
}
.td_two .img_box img{
	width: 100%;
	height: 98px;
}
.td_two .item_cont span{
	color: #c40400;
	margin:0 5px;
}
/* ******************************************滑过样式 ****************************************/
.section_title a:hover,.index_news_list li a:hover h6,.journal_list li a:hover .item_cont p,
.yearbook_section a:hover .item_cont p,.section_list li  .item_box a:hover p,.member_section .member_slide .swiper-slide a:hover p,
.breadNav a.active,.first_list li a:hover .item_box h6,.two_list li a:hover p,.three_list li a:hover,
.newsinterest_list li a:hover p,.yearbook_section a:hover .item_cont h6{
    color: #c40400;
}