ul, li{
    margin:0px;
    padding:0px;
    list-style-type: none;
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.tab_c{
    margin:0px auto;
    padding:35px 0px;
    border-bottom:1px solid #dedede;
}
.tab_l{
    float:left;
}
.tab_l > img {
    border-radius: 10px;
}
.tab_r{
    margin:0px 0px 0px 620px;
}
.tab_r_l a:link, .tab_r_l a:hover, .tab_r_l a:visited, .tab_r_l a:active{
    color:#024acd;
    font-size:40px;
    text-align:left;
    text-decoration:none;
    outline:none;
    display: block;
    padding:20px 0px 0px 0px;
    line-height:40px;
    font-weight: 600;
}
.tab_r_c{
    color:#333 !important;
    font-size:14px !important;
    text-align:left !important;
    line-height:20px !important;
    font-family: "yahei" !important;
    text-indent:0px !important;
    /* height:40px !important; */
}
.tab_r_c p{
    color:#333 !important;
    font-size:18px !important;
    text-align:left !important;
    line-height:23px !important;
    font-family: "yahei" !important;
    text-indent:0px !important;
    margin:0px !important;
    padding:0px !important;
}
.tab_r_c p span{
    color:#333 !important;
    font-size:18px !important;
    text-align:left !important;
    line-height:23px !important;
    font-family: "yahei" !important;
    text-indent:0px !important;
}
.tab_r_c b, .tab_r_c strong{
    color:#333 !important;
    text-indent:0px !important;
    font-weight: 500 !important;
}
.tab_r_c #con_content .TRS_Editor p{
    text-indent:-28px !important;
}
.tab_r_m{
    color:#333;
    font-size:14px;
    text-align:left;
    padding:10px 0px 30px 0px;
}
.tab_r_y{
    width:70%;
    margin:0px 0px 0px 0px;
}
.clo_wr{
    width:100%;
    margin:0px auto;
    padding: 0px 0px 160px 0px;
}
.clo_wr_l{
    float:left;
    width:73%;
    position:relative;
    min-height:1200px;
}
.clo_wr_r{
    float:right;
    width:25%;
}
.clo_r_b{
    margin-top: 35px;
}
.clo_wr_r .clo_r_b .list-group-item{
    padding-top:15px;
    padding-bottom:15px;
}
#businessAnnouncementMore{
    position:absolute;
    left:0px;
    bottom:-80px;
    width:100%;
    height:80px;
}
#businessAnnouncementMore div{
    padding:30px 0px;
    text-align:center;
    height:80px;
}
#businessAnnouncementMore button{
	padding:10px 30px;
	border:1px solid #5478b8;
	background-color:#5478b8;
	color:#fff;
	font-size:16px;
	-moz-border-top-left-radius: 5px;
	-moz-border-top-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	/*Safari, Chrome*/
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	letter-spacing:3px;
}
#businessAnnouncementMore button:hover{
	border:1px solid #4466a4;
	background-color:#4466a4;
}
#businessAnnouncementMore button:focus{
	border:1px solid #4466a4;
	background-color:#4466a4;
}
#businessAnnouncementNo{
    padding:12px 0px;
    text-align:center;
	background-color:#eee;
	color:#333;
	font-size:16px;
}
.businessAnnouncement-mar-top{
    margin-top: -49px;
}
.switchcontent{
    position:relative;
    min-height:1200px;
}
.new_list_en .tab_c .tab_r .tab_r_c{
    word-wrap:break-word;
}
.new_list_more button{
    letter-spacing: 1px !important;
}


/* 不同分辨率 页面样式   开始  */
@media screen and (min-width: 2200px) {
    .tab_l > img{
        width:600px;
        height:400px;
    }
    .tab_r{
        margin-left:620px;
    }
}
@media screen and (max-width: 2200px) {
    .tab_l > img{
        width:600px;
        height:400px;
    }
    .tab_r{
        margin-left:620px;
    }
}
@media screen and (max-width: 1800px) {
    .tab_l > img{
        width:600px;
        height:400px;
    }
    .tab_r{
        margin-left:620px;
    }
}
@media screen and (max-width: 1650px) {
    .tab_l > img{
        width:600px;
        height:400px;
    }
    .tab_r{
        margin-left:620px;
    }
}
@media screen and (max-width: 1500px) {
    .tab_l > img{
        width:600px;
        height:400px;
    }
    .tab_r{
        margin-left:620px;
    }
}
@media screen and (max-width: 1420px) {
    .tab_l > img{
        width:400px;
        height:270px;
    }
    .tab_r{
        margin-left:420px;
    }
}
@media screen and (max-width: 1380px) {
    .tab_l > img{
        width:400px;
        height:250px;
    }
    .tab_r{
        margin-left:420px;
    }
}
@media screen and (max-width: 1350px) {
    html{
        display: -webkit-box;
    }
    .tab_l > img{
        width: 96%;
        height: auto;
    }
    .tab_r{
        margin-left:5%;
    }
    .u-menu{
        display: flex !important;
        flex-wrap: nowrap !important;
    }
    .u-menu-item{
        display: inline-flex !important;
    }
    .tab_l {
        padding: 0px 0px 15px 0px;
    }
    .u-menu-item {
        padding: 5px !important;
    }
}
/* 不同分辨率 页面样式   结束  */

