.billboards  {
    margin-top: 30px;
    width: 100%;
    min-height: 70px;
    max-height: 90px
}

.billboards img {
    display: block;
    width: 100%;
    height: 100%
}

.ad_list  {
    padding-top: 30px;
    border-top: 1px solid #e3e4e6
}

.ad_list ul  {
    width: 100%;
    display: inline-block
}
.industry-more{
    display: none;
    position: absolute;
    top: -1px;
    left: 249px;
    width: 513px;
    height: 388px;
    background: #fff;
    z-index: 9;
    border-top: 1px solid #ff6a00;
    border-right: 1px solid #ff6a00;
    border-bottom: 1px solid #ff6a00;
}
.ad_list ul li {
    width: 347px;
    margin-right: 75px;
    display: inline-block;
    vertical-align: top;
    list-style: none
}

.ad_list ul li:nth-of-type(3n+3) {
    margin-right: 0
}

.ad_list ul li:nth-of-type(n+4) {
    margin-top: 15px
}

.ad_list ul li i  {
    font-style: normal;
    font-size: 13px;
    line-height: 25px;
    margin-right: 5px;
    font-weight: 700;
    color: #5c5e66
}

.ad_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 350px;
    height: 25px;
    line-height: 25px
}

.ad_item_content {
    font-size: 14px;
    color: #5c5e66;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ad_item_content a {
    color: #5c5e66
}

.ad_item_content a:hover {
    color: #ff6a00
}

.ad_item_right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    margin-left: 30px
}

.ad_item_right_text {
    color: #7e818c;
    font-weight: 400
}

.transfer_floor {
    width: 40px;
    position: fixed;
    left: 50%;
    top: 35%;
    margin-left: -670px;
    margin-top: -180px;
    border: 1px solid #e3e4e6
}

.transfer_floor img {
    position: absolute;
    left: -3px;
    top: -20px
}

.transfer_floor a {
    font-size: 12px;
    color: #7e818c;
    line-height: 14px;
    display: block;
    padding: 5px 8px;
    border-bottom: 1px solid #e3e4e6;
    text-decoration: none;
    cursor: pointer
}

.transfer_floor a:last-of-type {
    border-bottom: none
}

.transfer_floor .transfer_floor_active ,.transfer_floor a :hover {
    background-color: #ff6a00;
    color: #fff
}

.floor {
    width: 100%
}

.general {
    margin-top: 60px;
    padding-bottom: 5px
}

.general_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 40px
}

.general_tab {
    font-size: 14px;
    line-height: 14px;
    display: inline-block
}

.general_tab span a:hover {
    color: #ff6a00
}

.general_tab span i {
    color: #c2c3cc;
    font-style: normal;
    margin: 0 12px
}

.general_tab span:last-child i {
    display: none
}

.general_content {
    height: 470px;
    margin-top: 30px
}

.general_content_top {
    width: 100%
}

.general_content_top_item {
    position: relative;
    width: 384px;
    height: 232px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px
}

.general_content_top_item:last-child {
    margin: 0
}

.general_content_top_item img {
    width: 386px;
    height: 232px;
    border-radius: 2px
}

.general_content_top_item_box {
    width: 386px;
    height: 70px;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.7)));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
    border-radius: 0 0 4px 4px;
    position: absolute;
    left: 0;
    bottom: 0
}

.general_content_top_item_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 346px;
    height: 16px;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px
}

.general_content_top_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.general_content_top_text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 30px;
    text-align: right;
    vertical-align: text-bottom;
    font-size: 12px;
    white-space: nowrap
}

.general_content_top_text i {
    font-style: normal;
    margin: 0 5px
}

.general_content_bottom {
    width: 1220px;
    margin-left: -10px;
    margin-top: 10px
}

.general_content_bottom_item {
    width: 183px;
    height: 195px;
    padding: 10px;
    display: inline-block;
    vertical-align: top
}

.general_content_bottom_item:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(57,58,64,.15);
    box-shadow: 0 4px 10px 0 rgba(57,58,64,.15)
}

.general_content_bottom_item img {
    width: 183px;
    height: 137px;
    border-radius: 2px;
    display: block
}

.general_content_bottom_title {
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.general_content_bottom_text {
    font-size: 12px;
    color: #7e818c;
    line-height: 12px;
    margin-top: 10px
}

.general_content_bottom_text i {
    font-style: normal;
    color: #c2c3cc;
    margin: 0 5px
}

.general_content_bottom_text_prominent {
    color: #ff6a00
}

.transfer {
    width: 1200px;
    margin: 0 auto
}

.floor {
    width: 100%
}

.transfer_section {
    margin-top: 20px
}

.transfer_menu {
    position: relative;
    width: 248px;
    height: 448px;
    border: 1px solid #ff6a00;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.transfer_menu_item {
    padding: 10px 20px 10px 10px;
    cursor: pointer
}

.transfer_menu_item:nth-of-type(n+5) {
    height: 28px
}

.transfer_menu_item:nth-of-type(9) {
    height: 28px
}

.transfer_menu_item:hover {
    background-color: #ffefe3
}

.transfer_menu_item_img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px
}

.transfer_menu_item_img img {
    width: 16px;
    height: 16px;
    margin-top: 2px
}

.transfer_menu_item_content {
    width: 187px;
    line-height: 16px;
    display: inline-block;
    vertical-align: top
}

.transfer_menu_item:hover .industry-more{
    display: block;
}
.industry-more {
    padding: 30px;
}
.industry-more ul{
    overflow: hidden;
}
.industry-more ul li {
    float: left;
    margin: 10px 20px 10px 0;
}
.industry-more ul li a:hover{
    color: #ff6a00;
}
.industry-more:hover{
    display: block;
}
.transfer_menu_box {
    position: absolute;
    left: 248px;
    top: -1px;
    width: 420px;
    height: 448px;
    padding: 0 60px 0 30px;
    border: 1px solid #ff6a00;
    background-color: #fff;
    z-index: 10;
    display: none
}

.transfer_menu_box h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 5px
}

.transfer_menu_box_content {
    width: 100%
}

.transfer_menu_box_item {
    height: 14px;
    line-height: 12px;
    font-size: 12px;
    margin-top: 15px;
    display: inline-block;
    vertical-align: top
}

.transfer_menu_box_item span {
    color: #5c5e66;
    margin-right: 15px
}

.transfer_menu_box_item span:hover {
    color: #ff6a00
}

.transfer_menu_box:hover,.transfer_menu_item:hover~.transfer_menu_box  {
    display: block
}

.transfer_menu_title {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px
}

.transfer_menu_title:hover {
    color: #ff6a00
}

.transfer_menu_other {
    font-size: 14px;
    font-weight: 700
}

.transfer_menu_other:hover {
    color: #ff6a00
}

.transfer_menu_other i {
    font-size: 12px;
    line-height: 12px;
    font-style: normal;
    color: #c2c3cc;
    margin: 0 4px
}

.transfer_menu_text a {
    font-size: 12px;
    color: #5c5e66;
    display: inline-block;
    word-wrap: break-word;
    white-space: normal
}

.transfer_menu_text:hover a {
    color: #ff6a00
}

.transfer_menu_text i {
    font-size: 12px;
    line-height: 12px;
    font-style: normal;
    color: #c2c3cc;
    margin: 0 4px
}

.transfer_menu_text:last-child i {
    display: none
}

.transfer_adverting {
    width: 700px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.transfer_adverting_carousel {
    width: 700px;
    height: 450px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.transfer_adverting_carousel img {
    width: 700px;
    height: 450px;
    cursor: pointer
}

.transfer_adverting_carousel_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 80px;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.7)));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7))
}

.transfer_adverting_carousel_content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    position: absolute;
    left: 20px;
    bottom: 30px
}

.transfer_adverting_carousel .el-carousel__indicators--horizontal {
    width: 500px;
    height: 25px;
    left: 270px;
    bottom: 5px
}

.transfer_adverting_carousel .el-carousel__indicator--horizontal {
    padding: 10px 0;
    margin-right: 8px;
    height: 5px;
    vertical-align: text-top
}

.el-carousel__indicators ul {
    left: 90px!important
}

.transfer_adverting_right {
    width: 186px;
    height: 300px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top
}

.transfer_adverting_right_img {
    width: 100%;
    height: 145px;
    margin-bottom: 10px;
    display: block;
    position: relative
}

.transfer_adverting_right_img img {
    width: 100%;
    height: 145px
}

.transfer_adverting_right_box {
    width: 190px;
    height: 50px;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.7)));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
    position: absolute;
    left: 0;
    bottom: 0
}

.transfer_adverting_right_box span {
    width: 160px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    display: block;
    margin: 21px 15px 15px 15px
}

.transfer_adverting_bottom {
    width: 100%;
    height: 140px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden
}

.transfer_adverting_bottom span {
    width: 215px;
    height: 14px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-bottom: 20px
}

.transfer_adverting_bottom span:hover {
    color: #ff6a00
}

.transfer_adverting_bottom p {
    color: #7e818c;
    margin-bottom: 10px
}

.transfer_adverting_bottom img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 94px;
    height: 94px;
    border-radius: 85px 0 0 0
}

.transfer_adverting_bottom_left ,.transfer_adverting_bottom_middle {
    position: relative;
    width: 224px;
    height: 123px;
    border: 1px solid #e3e4e6;
    padding: 15px 0 0 15px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.transfer_adverting_bottom_right {
    position: relative;
    width: 173px;
    height: 123px;
    border: 1px solid #e3e4e6;
    padding: 15px 0 0 15px;
    display: inline-block;
    vertical-align: top
}

.transfer_adverting_bottom_right span {
    width: 160px
}

.transfer_info {
    width: 222px;
    height: 450px;
    display: inline-block;
    vertical-align: top
}

.transfer_info_top {
    width: 228px;
    height: 198px;
    border: 1px solid #e3e4e6;
    margin-bottom: 10px
}

.transfer_info_top_item {
    height: 65px;
    margin: 0 15px 0 15px;
    border-bottom: 1px solid #e3e4e6
}

.transfer_info_top_item :last-child {
    height: 66px;
    border: none
}

.transfer_info_top_item img {
    width: 61px;
    height: 61px;
    margin-top: 2px;
    margin-left: -8px
}

.transfer_info_top_item_text {
    margin: 15px 0 10px 0px;
    display: inline-block;
    vertical-align: top
}

.transfer_info_top_item_text p {
    font-size: 14px;
    line-height: 14px
}

.transfer_info_top_item_text span {
    font-size: 12px;
    color: #7e818c;
    line-height: 12px
}

.transfer_info_bottom {
    width: 228px;
    height: 238px;
    border: 1px solid #e3e4e6
}

.transfer_info_bottom_item {
    margin: 15px 15px 0 15px;
    border-bottom: 1px dashed #e3e4e6
}

.transfer_info_bottom_item:first-child {
    padding-bottom: 10px
}

.transfer_info_bottom_item:last-child {
    border: none
}

.transfer_info_bottom_item_title {
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    display: block;
    margin-bottom: 10px
}

.transfer_info_bottom_item_title img {
    margin-right: 5px
}

.transfer_info_bottom_item i {
    font-size: 12px;
    font-style: normal;
    color: #9d9fa6;
    margin-right: 4px;
    font-weight: 700
}

.transfer_info_bottom_item_content {
    font-size: 12px;
    color: #5c5e66;
    line-height: 12px;
    display: inline-block;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.transfer_info_bottom_item_content:last-child {
    width: 180px
}

.transfer_info_bottom_item_content:hover {
    color: #ff6a00
}

.transfer_info_bottom_item_time {
    font-size: 12px;
    color: #9d9fa6;
    line-height: 12px;
    float: right;
    padding-top: 6px
}

.transfer_info_bottom_item_top {
    height: 60px;
    overflow: hidden
}

.transfer_info_bottom_item_top div {
    height: 20px
}

.transfer_info_bottom_item_bottom {
    height: 80px;
    overflow: hidden
}

.transfer_info_bottom_item_bottom div {
    height: 20px
}

.select  {
    margin-top: 60px
}

.select_title span {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px
}

.select_content {
    margin-top: 30px;
    overflow: hidden
}

.select_content_left {
    width: 200px;
    height: 325px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    background: -webkit-gradient(linear,left top,left bottom,from(#ff6619),to(#f83));
    background: linear-gradient(180deg,#ff6619,#f83);
    position: relative;
    text-align: center;
    padding: 20px 25px 0 25px;
    border-radius: 2px
}

.select_content_left_title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    line-height: 35px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 10px
}

.select_content_left_title p {
    height: 35px;
    overflow: hidden
}

.select_content_left_title_light {
    color: #ffe770
}

.select_content_left_text {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin: 10px 0 20px 0
}

.select_content_left_bg {
    position: absolute;
    bottom: 0;
    right: 0
}

.select_content_left_img {
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 106px;
    opacity: .9;
    border: 5px solid #fff;
    margin: 0 auto
}

.select_content_left_img img {
    width: 170px;
    height: 170px;
    border-radius: 106px
}

.select_content_list {
    width: 925px;
    height: 345px;
    display: inline-block;
    vertical-align: top
}

.select_content_item {
    width: 160px;
    height: 160px;
    margin: 0 20px 25px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden
}

.select_content_item:nth-child(5n+5) {
    margin-right: 0
}

.select_content_item_title {
    width: 160px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select_content_item_img ,.select_content_item_img img {
    width: 170px;
    height: 128px;
    border-radius: 2px
}

.select_content_item_slide {
    width: 155px;
    height: 118px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    padding: 10px 0 0 15px;
    background-color: rgba(0,0,0,.5);
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: -128px
}

.select_content_item:hover .select_content_item_slide {
    top: 0;
    -webkit-transition: top .5s;
    transition: top .5s
}

.popular {
    margin-top: 60px
}

.popular_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 30px
}

.popular_tab {
    display: inline-block;
    vertical-align: top
}

.popular_tab span {
    display: inline-block;
    width: 96px;
    height: 32px;
    font-size: 14px;
    background-color: #f2f3f5;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    margin-right: 20px
}

.popular_tab .popular_tab_active ,.popular_tab span:hover {
    background-color: #ff6a00;
    color: #fff
}

.popular_list {
    width: 1220px;
    margin-left: -10px;
    height: 490px;
    margin-top: 20px
}

.popular_item {
    width: 220px;
    height: 225px;
    padding: 10px;
    display: inline-block;
    vertical-align: top
}

.popular_item:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(57,58,64,.15);
    box-shadow: 0 4px 10px 0 rgba(57,58,64,.15)
}

.popular_item img {
    width: 224px;
    height: 168px;
    border-radius: 2px;
    display: block
}

.popular_item p {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px
}

.popular_item p i {
    color: #c2c3cc;
    font-style: normal;
    margin: 0 5px
}

.popular_item_prominent {
    color: #ff6a00
}

.popular_item_text {
    color: #7e818c
}

.popular_item_title {
    width: 214px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    margin-top: 15px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.stickers {
    margin-top: 30px;
    width: 100%;
    height: 950px
}

.stickers_item {
    position: relative;
    width: 151px;
    height: 151px;
    border-radius: 2px;
    border: 1px dashed #e3e4e6;
    margin-right: 20px;
    padding: 20px 13px 0 14px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden
}

.stickers_item:nth-child(6n+6) {
    margin: 0
}

.stickers_item:nth-child(n+7) {
    margin-top: 20px
}

.stickers_item:hover {
    border-color: #ff6a00
}

.stickers_item h3 {
    width: 153px;
    height: 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.stickers_item_text {
    margin-top: 15px;
    font-size: 13px;
    color: #5c5e66;
    line-height: 27px
}

.stickers_item_text p span {
    color: #ff6a00
}

.stickers_item_img {
    width: 153px;
    height: 156px;
    position: absolute;
    left: 0;
    top: -100%;
    padding: 15px 15px 0 15px;
    background-color: #fff
}

.stickers_item_img img {
    width: 153px;
    height: 115px;
    margin-bottom: 10px;
    display: block
}

.stickers_item:hover .stickers_item_img {
    top: 0;
    -webkit-transition: top .5s;
    transition: top .5s
}

.first {
    margin-top: 60px;
    padding-bottom: 10px
}

.first_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 40px
}

.first_tab {
    font-size: 14px;
    line-height: 14px;
    display: inline-block
}

.first_tab span a:hover {
    color: #ff6a00
}

.first_tab span i {
    color: #c2c3cc;
    font-style: normal;
    margin: 0 12px
}

.first_tab span:last-child i {
    display: none
}

.first_content {
    width: 1210px;
    height: 755px;
    margin-top: 30px
}

.first_content_board {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.first_content_board ,.first_content_board img {
    width: 464px;
    height: 492px;
    border-radius: 2px
}

.first_content_board_box {
    position: absolute;
    top: 40px;
    left: 30px;
    width: 180px;
    background-color: hsla(0,0%,100%,.9);
    padding: 20px
}

.first_content_board_box span {
    font-size: 18px;
    line-height: 18px
}

.first_content_board_box h3 {
    width: 180px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 10px;
    overflow: hidden
}

.first_content_board_box_phone {
    font-family: Tahoma;
    width: 147px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ0AAAAeCAYAAAA2AhygAAAD4UlEQVR4Xu2bXWgUZxSGzzsxOxN/0Is0pcWCXqQqiAaKiFD6c1FQitmJEJAWRESLzUwwCAUplIpQSqFFcGdTCIIUCqUt4o4JhkIFS5EiiBctCQa90puWUn8h2Z0kc8ru/HR3J+ruZuzFfid33/eeObvn2Zd39huyKNomk/wJgfQIjBpOwYraMRE82/yNiXaGe6MQ06VHWzrxfZ21XuQv/BOxmBvKHoCGb4J1qIvpxCqpEWA+ZuTdM3HKDb21uqitnQHh5cBzgS5JlxpxtRuBaDrT/WA7Tl5ZiFPOyn4G4OPyuloX06ntlRSn592G4/4UG87euxGsTRNghLfWWBfTpYhd1VZgGtfzhf7q+Yu2eZ6I9lVSrk4X06nqlPTm9khb2Gqcmbj13+Gh/20AlwkAESV0MV168BXtxF8ajvtRfHgYHOwo9Xg3CNgW3lZr9EryyelVUa+kM/ZfOkqvIjf5KGpXtPuPEmlfh+uELqZLB7yyXZj5SFfePRun3Ii5rjjPtwB0B09IavWoTpJOWcssb3AQ3ch0F3bgJPlRJ88yT/ugkfARSUIX0y2PudpXMzNr9GZXzv01AlGy925m6vidiDrLEVevVwOTpFPbPi1ND+LvdcfdX/OIxMpOErA7SLmkLqZrCbVcFN42ZzPewhaMTdyJDw8f7nuXOvyJJ+n15CTpxEtNEQD4lJ5zP40PDx+81unpr/zBTJsqpqvTl2oupmsKufLFd3VvcTPGxmfjlLMGjhP4q3Cd0MV0yntmeQAAek/PFb6Lujw+OtCTWcEzTLQuSLla/UmvJkm3vM9Boav5quG4r9ccHuzsGBGOBHtJXUynkD2ew6j+Ivk7VzkXr0e9vSGzz9eovO4gooT+tPcgSfccPqF2a8nM57ry7qHqueas7C8A3qhk3BK6mK7dXPA/zgPiR/P+/KbVo5f+jF62ZA8MMvEPle9xS+jPenuSdM8ipLjuM59YmXe/iDDcHdzV9ULPi9ME2lDeq9cbwSWma4SSojUgvn0H3tbe3GQpQjBnm5+A6FSYcgm9EVRiukYoKVoDhqnnL7jR+LOH96zXjMxNIqyqmK5ObxSTmK5RUsrV8c+G475TPXbJyn7LwPvBXlJvFJGYrlFSStXxAtjv0/PjU9HY89bArkXyrwb/gp7Um8EjpmuGliK1GpGTcQrD0bjlX+kXLfMaQDvKe/V6s1jEdM0Sa/N6JrpndHb24vSP9+LDw5B5EBqdq9xUl9CbRSKma5ZYu9eDho1cwYnG/PtQ/5o1K7UZInqpslent4JDTNcKtXa9hnlKn3rYhytVv9K3s5+DcCI4OyT1VlD8CypNvUVHFBCvAAAAAElFTkSuQmCC);
    margin-top: 15px;
    padding-left: 10px
}

.first_content_item {
    width: 220px;
    height: 236px;
    padding: 10px 10px 5px 10px;
    display: inline-block;
    vertical-align: top
}

.first_content_item:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(57,58,64,.15);
    box-shadow: 0 4px 10px 0 rgba(57,58,64,.15)
}

.first_content_item img {
    width: 224px;
    height: 168px;
    border-radius: 2px;
    display: block
}

.first_content_item h3 {
    width: 210px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.first_content_item p {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    color: #7e818c
}

.first_content_item p i {
    font-style: normal;
    margin: 0 5px;
    color: #c2c3cc
}

.first_item_prominent {
    color: #ff6a00
}

.first_content_right {
    width: 732px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: top
}

.first_content_bottom {
    width: 1220px;
    margin-left: -10px;
    margin-top: 10px
}

.second {
    margin-top: 60px;
    padding-bottom: 10px
}

.second_title {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    margin-right: 40px
}

.second_tab {
    font-size: 14px;
    line-height: 14px;
    display: inline-block
}

.second_tab span a:hover {
    color: #ff6a00
}

.second_tab span i {
    color: #c2c3cc;
    font-style: normal;
    margin: 0 12px
}

.second_tab span:last-child i {
    display: none
}

.second_content {
    width: 1210px;
    height: 755px;
    margin-top: 30px
}

.second_content_board {
    position: relative;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top
}

.second_content_board ,.second_content_board img {
    width: 464px;
    height: 492px;
    border-radius: 2px
}

.second_content_board_box {
    position: absolute;
    top: 40px;
    left: 30px;
    background-color: hsla(0,0%,100%,.9);
    width: 180px;
    padding: 20px
}

.second_content_board_box span {
    font-size: 18px;
    line-height: 18px
}

.second_content_board_box h3 {
    width: 180px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    margin-top: 10px;
    overflow: hidden
}

.second_content_board_box_phone {
    font-family: Tahoma;
    width: 147px;
    height: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJ0AAAAeCAYAAAA2AhygAAAD2UlEQVR4Xu2bX2gcVRTGvzObv1i1bXa2tPjQPkRTCDUvIQii5EEoCFKEgFRpd8e0JlOrQRCCIIaCiKAWtJlJUtttQCgGfBCFUmihIkUE6YM2wdBCaeNDks0mErCQZp0jmZ3JbmZWu38GH/aefbv3O/fsnN98nJ2z7FLazDDkJQQiI0BWyoqfKKRjSpvZnwDuye+RRWK6yGhLImBFo+b2o6OPZX0Y58yFIxq0SW/t6mI6sUpkBMiht5Nj8c/9hKPm4rZW0CwBe9we5+liusiQK56IaWbvrrane0co55NIDy59COL33HWRLqZT3CtRlc+Oc9AY23XZz3e2f35fQ2NsBoQW13NFupguKupK56HvUlb8pWIE583Fbwj0sjc8bNHFdEqbJYLiGQ/gcGdqPHGrMDxkejXGVRAIJXQxXQTcVU5BwCdJS3/XZzDVNxX7S++9AeCAOzwEdHdPvjJR2TI1177QGNOefO2LttXC8JAZAMH21iFdTFczc7UTMOOYYetfbhpuaGU7r63fIqK4OzwEdD9OOp3avqml+ht3E/HukRFyirrcaRCGvHVIF9PVglv1swwG+PmUnfhx03BvLnXA4V8BNKKEXoxMOp3qBqqu/q9Tlv5K8dG0mbkE4KC3F9LFdNWBllN5Ave1XGz/0Ymd93wgFwYzLzLhe28d0oPgpNOJlSoiwIxThq1/4B8aP86NTQ3Z3wB+yhsetuilkovpKkKufPDcg9x6xxsTe+77JCYHs+845HzqrUO6mE55z9QGgBA7nLR2XvSz2APziRatYRbg7Rt7Qf3f3k06XW33QZ3TjOspW382MDxMADjm7pXQxXTq2CPyShlw+G/0vD6u/+InT5srXUBuYx0rpf/XRUini/wW1V9CZkobdtwIdLkfADyXHx7Cupiu/nzwf1a0ujGZpqzE/GaXG8z2gZwpbx3SH3Zx0ukeRkh1nXk4ZSc+9jF81jfXukNvnQF4b/5ZbqteDi4xXTmUFI0h4PbqnT8737rUvlZ4lsu8D+BUfloN6+WgEtOVQ0nRGCY6ZIzGv/XLP9v/xxMNTc2/A3jEbXIBvVxMYrpySSkWx4wrhq2/EBgevgLwav5TNayXi0hMVy4pheIYyGmkdSVH26b9sidPZJ9xHOf6xk/QS+mV4BHTVUJLkVgCnUla8ZN+uQymC+bSzwC6889yW/VKsYjpKiVW5/HMWHZamtr7Tz++7Jd6bmAxqWmU9j5WQ3qlSMR0lRKr83gGnzSsxJlNwxmZR7VmzIKw2zVdQK8Gh5iuGmr1e2b67szNrpFrvYV/6ZuLHwE07JUc0qtB8Q9h9bLJjzbt7QAAAABJRU5ErkJggg==);
    margin-top: 15px;
    padding-left: 10px
}

.second_content_item {
    width: 220px;
    height: 236px;
    padding: 10px 10px 5px 10px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

.second_content_item:hover {
    -webkit-box-shadow: 0 4px 10px 0 rgba(57,58,64,.15);
    box-shadow: 0 4px 10px 0 rgba(57,58,64,.15)
}

.second_content_item img {
    width: 224px;
    height: 168px;
    border-radius: 2px;
    display: block
}

.second_content_item h3 {
    width: 210px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.second_content_item p {
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    color: #7e818c
}

.second_content_item p i {
    font-style: normal;
    margin: 0 5px;
    color: #c2c3cc
}

.second_item_prominent {
    color: #ff6a00
}

.second_content_right {
    width: 732px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: top
}

.second_content_bottom {
    width: 1220px;
    margin-left: -10px;
    margin-top: 10px
}

.mar1 a .pointStyle{
    flex: 0.7;
    line-height: 20px;
    font-size: 24px;
}
.mar1 a{
    display: flex;
}
.mar1 a span{
    font-size: 12px;
}
.mar1 a .c:hover{
    color: #ff6a00;
}
.mar1 a .c{
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/* 超出部分显示省略号 */
    white-space: nowrap;
    flex: 12;
}
.mar1 a .time{
    flex: 5;
}