/** li.pengyang-v1.0.0 APP License By li.pengyang <li.pengyang@trs.com.cn> */
body {
    background: #fff;
    min-width: 1300px;
}

.home_container {
    width: 100%;
    min-width: 1300px;
    padding: 24px 0;
}

.home_container .home_main_body {
    width: 1200px;
    margin: 0 auto
}

.home_news_container {
    width: 100%;
    clear: both;
    height: 440px
}

.home_news_container .home_news_swiper {
    width: 644px;
    height: 440px;
    background: rgba(26,85,167,.4);
    float: left;
    overflow: hidden;
    position: relative
}

.home_news_container .home_news_box {
    width: 540px;
    height: 440px;
    margin-left: 16px;
    float: left
}

.home_news_container .home_news_box .home_headline_news {
    height: 125px;
    width: 100%;
    clear: both
}

.home_news_container .home_news_box .home_headline_news .home_headline_header {
    height: 37px;
    width: 100%;
    position: relative
}

.home_news_container .home_news_box .home_headline_news .home_headline_header .tab_rail {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #bbcce5;
    z-index: 2
}

.home_news_container .home_news_box .home_headline_news .home_headline_header .headline_tab {
    font-size: 18px;
    color: #EA120F;
    width: 140px;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10;
    height: 33px;
    /* border-bottom:4px solid #EA120F; */
    background: #EA120F;
    line-height: 25px;
    float: left
}
.home_news_container .home_news_box .home_headline_news .home_headline_header .headline_tab a{
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
}

.home_news_container .home_news_box .home_headline_news .home_headline_header .headline_link {
    float: right
}

.home_news_container .home_news_box .home_headline_news .home_headline_header .headline_link a {
    font-size: 16px;
    color: #1A55A7
}

.home_news_container .home_news_box .home_headline_news .home_headline_cont {
    padding-top: 8px;
    overflow: hidden
}

.home_news_container .home_news_box .home_normal_news {
    width: 100%;
    height: 310px;
    margin-top: 5px
}

.home_news_container .home_news_box .home_normal_news .home_normal_header {
    height: 37px;
    width: 100%;
    position: relative
}

.home_news_container .home_news_box .home_normal_news .home_normal_header .tab_rail {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #F0F0F0;
    z-index: -1;
}

.home_news_container .home_news_box .home_normal_news .home_normal_header .normal_tab {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    text-align: center;
    /* position:relative; */
    z-index: 10;
    height: 33px;
    line-height: 25px;
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 0 30px;
    /* width:140px; */
}

.home_news_container .home_news_box .home_normal_news .home_normal_header .normal_tab_active {
    color: #1A55A7;
    border-bottom: 4px solid #1A55A7;
}

.home_news_container .home_news_box .home_normal_news .home_normal_header .normal_link {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
    display: none;
}

.home_news_container .home_news_box .home_normal_news .home_normal_header .normal_link a {
    font-size: 20px;
    color: #1A55A7
}

.home_news_container .home_news_box .home_normal_news .home_normal_cont {
    width: 100%;
    height: 265px;
    overflow: hidden;
    padding-top: 8px
}
.inter_list_item .home_news_dot {
    height: 38px;
}
.home_news_dot {
    float: left;
    height: 22px;
    margin-right: 8px
}

.home_news_dot div {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #1A55A7;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home_news_info {
    width: 100%;
    margin: 0
}

.home_news_info .home_news_item {
    font-size: 16px;
    color: #333;
    line-height: 22px;
}

.home_news_info .home_news_head_item {
    width: 540px;
    height: 44px;
    /* position: relative; */
    margin-top: 10px;
    /* display: -webkit-box; */
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
}

.home_news_info .home_news_head_item .headline_news_link {
    width: 525px;
    display: -webkit-box;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}

.home_news_info .home_news_normal_item {
    width: 540px;
    margin-top: 10px
}

.home_news_info .normal_news_link {
    width: 526px;
    display: inline-block;
    white-space: nowrap
}

.home_news_info .normal_news_link .news_info {
    display: inline-block;
    width: 401px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333
}

.home_news_info .normal_news_link .news_time {
    display: block;
    width: 93px;
    float: right;
    color: #666
}

.home_public_container {
    margin-top: 48px
}

.home_public_container .pu_header_center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.home_public_container .home_pu_header {
    height: 50px;
    line-height: 50px;
    clear: both
}

.home_public_container .home_pu_header .home_pu_header_title {
    height: 50px;
    width: auto;
    line-height: 46px;
    font-size: 36px;
    color: #1A55A7;
    font-weight: 500;
    float: left;
    margin-right: 32px;
}

.home_public_container .home_pu_header .pu_header_link {
    float: left;
    margin-right: 24px;
    width: 144px;
    height: 36px;
    line-height: 36px;
    background: #1F58A8;
    border-radius: 2px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    font-weight: 300
}

.home_public_container .home_pu_header .pu_header_link img {
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 3px;
}

.home_public_container .home_pu_header .pu_header_more {
    float: right
}

.home_public_container .home_pu_header .pu_header_more a {
    font-size: 20px;
    color: #1A55A7;
}

.home_public_container .home_pu_border {
    height: 4px;
    width: 100%;
    /* opacity: .3; */
    background: #bbcce5;
    margin-top: 16px
}

.home_public_container .home_pu_detail {
    margin-top: 24px
}

.home_public_container .home_pu_detail .home_pu_imgs {
    width: 100%;
    height: 308px
}

.home_public_container .home_pu_detail .home_pu_imgs .home_pu_img_item {
    width: 232px;
    height: 308px;
    float: left;
    margin-left: 10px
}

.home_public_container .home_pu_detail .home_pu_imgs .home_pu_img_item a {
    width: 232px;
    height: 308px;
    position: relative;
    display: inline-block
}

.home_public_container .home_pu_detail .home_pu_imgs .home_pu_bc {
    display: block;
    position: absolute;
    left: 0;
    width: 100%
}

.home_public_container .home_pu_detail .home_pu_imgs .hover_pu_box {
    position: relative;
    width: 147px;
    height: 120px;
    background: rgba(26,85,167,.4);
    top: 188px;
    left: 116px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.home_public_container .home_pu_detail .home_pu_imgs .hover_pu_box .hover_pu_box_inner {
    height: 78px;
    width: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.home_public_container .home_pu_detail .home_pu_imgs .hover_pu_box .hover_pu_box_inner img {
    display: block;
    width: 42px;
    height: 44px;
    margin: 0 auto
}

.home_public_container .home_pu_detail .home_pu_imgs .hover_pu_box .hover_pu_box_inner p {
    margin-top: 8px;
    width: 72px;
    color: #FFF;
    line-height: 26px;
    text-align: center;
    font-size: 18px;
    font-weight: 300
}

.home_public_container .home_pu_detail .home_pu_imgs .home_pu_img_item:nth-child(1) {
    margin-left: 0
}

.home_public_container .home_pu_detail .home_pu_imgs .home_pu_img_item_active {
    width: 216px;
    padding: 0 8px
}

.home_public_container .home_pu_detail .home_pu_imgs .home_pu_img_item_active a {
    width: 216px;
    margin: 0 auto
}

.home_public_container .home_pu_detail .home_pu_imgs .home_pu_img_item_active .hover_pu_box {
    width: 131px;
    height: 104px;
    background: #1A55A7;
    left: 108px
}

.home_pu_news_lists {
    width: 100%;
    margin-top: 24px
}

.home_pu_news_lists .home_pu_news_item {
    width: 1200px;
    height: 46px;
    position: relative;
    border-bottom: 2px solid #F3F3F3;
}

.home_pu_news_lists .home_pu_news_item .home_news_dot {
    height: 46px
}

.home_pu_news_lists .home_pu_news_item .pu_news_link {
    width: 1186px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #333
}

.home_pu_news_lists .home_pu_news_item .pu_news_link .news_info {
    display: inline-block;
    width: 1075px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home_pu_news_lists .home_pu_news_item .pu_news_link .news_time {
    display: block;
    float: right;
    font-size: 16px;
    color: #666
}

.home_ot_detail {
    width: 100%;
    height: 246px;
    margin-top: 24px
}

.home_ot_detail .home_ser_detail {
    width: 616px;
    float: left
}

.home_ot_detail .home_inter_detail {
    float: left;
    width: 526px;
    margin-left: 58px
}

.home_ot_detail .ot_header {
    width: 100%;
    clear: both;
    height: 50px;
    line-height: 50px;
}

.home_ot_detail .ot_header p {
    color: #1A55A7;
    font-size: 36px;
    float: left;
    margin-right: 32px;
}

.home_ot_detail .ot_header .ot_ser_title {
    float: left;
    line-height: 46px
}

.home_ot_detail .ot_header a {
    font-size: 20px;
    line-height: 50px;
    color: #1A55A7;
    /* margin-left: 24px; */
}

.home_ot_detail .ot_border {
    width: 100%;
    height: 4px;
    opacity: .3;
    background: #1A55A7;
    margin-top: 16px
}

.home_ot_detail .home_ser_items_container {
    height: 152px;
    margin-top: 24px
}

.home_ot_detail .home_ser_items_container .home_ser_items {
    float: left;
    width: 200px;
    height: 152px;
    position: relative;
    margin-left: 8px
}

.home_ot_detail .home_ser_items_container .home_ser_items .ser_bc_img {
    display: block;
    top: 0;
    position: absolute;
    z-index: 2
}

.home_ot_detail .home_ser_items_container .home_ser_items .gov_review_a {
    width: 200px;
    height: 152px;
    position: relative;
    display: inline-block
}

.home_ot_detail .home_ser_items_container .home_ser_items .gov_review_a .home_ser_link_inner {
    height: 85px;
    position: relative;
    top: 76px;
    width: 72px;
    margin: 0 auto;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 10
}

.home_ot_detail .home_ser_items_container .home_ser_items .gov_review_a .home_ser_link_inner img {
    display: block;
    margin: 0 auto
}

.home_ot_detail .home_ser_items_container .home_ser_items .gov_review_a .home_ser_link_inner p {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    line-height: 26px;
    font-weight: 300
}

.home_ot_detail .home_ser_items_container .home_ser_items:nth-child(1) {
    margin-left: 0
}

.home_inter_container {
    height: 152px;
    margin-top: 16px;
    width: 100%
}

 .home_inter_box {
    width: 80%;
    height: 36px;
    line-height: 36px;
    margin-top: 8px;
    float: left;
}
.home_ser_detail .home_inter_a {
    width: 170px;
    margin-top: 8px;
}
.home_ser_detail .ot_header .home_inter_a a{
    width: 170px;
}
 .home_inter_a {
    width: 144px;
    float: left;
    margin-right: 24px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    background: #1A55A7;
    border-radius: 2px;
}

.ot_header .home_inter_a a {
    width: 144px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    font-weight: 300;
    display: inline-block
}

 .home_inter_a a img {
    vertical-align: middle;
    margin-right: 16px;
    margin-bottom: 2px;
}

.home_inter_container .home_inter_list_box {
    width: 100%;
    height: 135px;
    margin-top: 24px;
}

.home_inter_container .home_inter_list_box .inter_list_top {
    width: 66px;
    height: 152px;
    float: left;
    margin-top: 0;
}

.home_inter_container .home_inter_list_box .inter_list_top .inter_list_top_font {
    height: 28px;
    background: #1A55A7;
    font-size: 18px;
    color: #FFF;
    line-height: 28px;
    text-align: center;
    padding: 19px 12px;
    width: 40px;
    height: 152px;
    box-sizing: border-box;
}

.home_inter_container .home_inter_list_box .inter_list_top .inter_border_arrow {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #1A55A7;
    margin-left: 40px;
    margin-top: -82px;
}

.home_inter_container .home_inter_list_box .inter_list_ul {
    width: 460px;
    height: 152px;
    overflow: hidden;
    float: left;
}

.home_inter_container .home_inter_list_box .inter_list_ul .inter_list_item {
    height: 38px;
    line-height: 38px;
    margin-top: 0;
}
.home_inter_container .home_inter_list_box .inter_list_ul .inter_list_item span{
    padding-left: 26px;
    font-size: 16px;
    color: #666;
}
.home_inter_container .home_inter_list_box .inter_list_ul .inter_list_item a {
    width: 330px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
    float: left;
}

.home_bottom_img {
    width: 100%;
    margin-top: 24px
}

.home_bottom_img img {
    width: 100%;
    display: block
}

.home_bottom_img a {
    width: 100%
}

.home_normal_cont .home_news_info {
    display: none
}

.home_normal_cont .news_tab_active {
    display: block
}

#home_contain .home_news_swiper,#home_contain .home_news_swiper .swiper-container-home .swiper-wrapper .swiper-slide {
    width: 644px;
    height: 440px
}

#home_contain .home_news_swiper .swiper-container-home .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
    height: 100%;
}

#home_contain .home_news_swiper .swiper-container-home .swiper_img_label {
    position: absolute;
    z-index: 100;
    bottom: 0;
    font-weight: 30;
    width: 444px;
    text-indent: 10px;
    padding-right: 200px;
    font-size: 24px;
    height: 54px;
    line-height: 54px;
    color: #fff;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(51,51,51,.48)
}

#home_contain .home_news_swiper .swiper-container-home .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1
}

#home_contain .home_news_swiper .swiper-container-home .swiper-pagination-home {
    width: 630px;
    height: 54px;
    bottom: 0;
    z-index: 10;
    line-height: 54px;
    text-align: right;
    padding-right: 14px
}

#home_contain .home_news_swiper .swiper-container-home .swiper-pagination-home .swiper-pagination-bullet-active {
    background: #1674F6
}

.home_pu_news_lists {
    display: none;
}

.home_pu_news_lists_0 {
    display: block;
}

.home_pu_news_lists.home_pu_img_item_active {
    display: block;
}

.home_news_container .home_news_box .home_normal_news .home_normal_header .normal_tab_active .normal_link {
    display: block;
}

.home_public_container .home_pu_header .pu_header_link a {
    color: #FFF;
}
