.content {
    width : 1200px;
    height: 100%;
    margin: 0 auto;
}

.content_1 {
    display        : flex;
    justify-content: space-between;
    margin-top     : 30px;
}

.content_1_right {
    width: 500px;
}

.inform_tab {
    display      : flex;
    width        : 100%;
    border-bottom: 6px solid #045DB9;
}

.tab_1,
.tab_2 {
    font-size  : 28px;
    color      : rgba(153, 153, 153, 1);
    line-height: 54px;
    width      : 50%;
    height     : 54px;
    text-align : center;
}
.tab_1_1{
    background: url('../image/infos_active.png') no-repeat 12px center;
    background-size: 22px;
}
.tab_1_2{
    background: url('../image/informs.png') no-repeat 12px center;
    background-size: 22px;
}

.tips{
  display: none;
}
.active {
    background-color: #045DB9;
    border-radius   : 2px 2px 0 0;
    color           : #ffffff;
}

.inform_box {
    display: flex;
    align-items: center;
    height: 93px;
    padding      : 0 10px;
    border-bottom: 1px solid #C9E3FE;
}
.inform_box>a{
    text-decoration: none;
}
.inform_box:hover {
    background: rgba(246, 251, 255, 0.6);
}

.inform_top {
    display: flex;
}

.inform_day {
    font-size: 20px;
    color    : rgba(102, 102, 102, 1);
}

.inform_title {
    width        : 394px;
    font-size    : 18px;
    font-weight  : bold;
    color        : rgba(51, 51, 51, 1);
    text-overflow: ellipsis;
    overflow     : hidden;
    white-space  : nowrap;
    margin-left  : 22px;
}

.inform_year {
    font-size  : 14px;
    color      : rgba(102, 102, 102, 1);
    margin-left: 12px;
}

.inform_cont {
    width             : 400px;
    font-size         : 12px;
    color             : rgba(153, 153, 153, 1);
    word-break        : break-all;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow          : hidden;
    margin-left       : 28px;
}

.inform_bottom {
    display: flex;
}

.content_2 {
    display: flex;
    margin : 28px 0;
}

.slider_four_in_line {
    flex: 2;
}

.content_2_logo {
    position: relative;
    background: url('../image/duo.png') no-repeat center;
    background-size: 100%;
    width : 124px;
    height: 120px;
}
.cont_title{
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%,-50%);
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
     -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; 
    letter-spacing: 16px;
    line-height: 38px;
}
.next_button,
.prev_button{
    display: none;
}
.content_3 {
    display        : flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.impor_title,
.video_title {
    width      : 570px;
    height     : 60px;
    background : rgba(4, 93, 185, 1);
    font-size  : 28px;
    color      : rgba(255, 255, 255, 1);
    line-height: 60px;
    padding    : 0 20px;
}

.impor_cont>a {
    display        : block;
    width          : 570px;
    text-decoration: none;
    font-size      : 18px;
    color          : rgba(51, 51, 51, 1);
    padding        : 7px 0;
    text-overflow  : ellipsis;
    overflow       : hidden;
    white-space    : nowrap;
}
.video_cont{
    width: 552px;
    height: 290px;
    margin: 18px 0;
}
.more_btn {
    width      : 116px;
    height     : 40px;
    /* background : rgba(4, 93, 185, 1); */
    border     : 1px solid rgba(4, 93, 185, 1);
    /* color      : rgba(255, 255, 255, 1); */
    line-height: 40px;
    text-align : center;
    margin-top: 15px;
    /* background-color: #fff; */
    color:#045DB9;
}
.more_btn1{
    background: #ffffff url("../image/more2.png") no-repeat right;
    background-position: 90px 14px;
    background-size: 10%;
}
.more_btn1:hover{
    /* background-color: rgba(4, 93, 185, 1); */
    background: rgba(4, 93, 185, 1) url("../image/more1.png") no-repeat right;
    background-position: 90px 14px;
    background-size: 10%;
    color:#fff;
}
.more_btn2{
    background: #ffffff url("../image/more2.png") no-repeat right;
    background-position: 90px 14px;
    background-size: 10%;
}
.more_btn2:hover{
    background: rgba(4, 93, 185, 1) url("../image/more1.png") no-repeat right;
    background-position: 90px 14px;
    background-size: 10%;
    color:#fff;
}

.impor_cont>a:hover {
    color: #045DB9;
}
.friend_url{
    width: 100%;
    height:70px;
    background:rgba(246,251,255,1);
}
.fir_cont{
    display: flex;
    width: 1200px;
    height: 100%;
    padding: 14px 0;
    margin: 0 auto;
}
.fir_1,
.fir_2{
    font-size:16px;
    color:rgba(102,102,102,1);
}
.fir_2{
    width: 1000px;
    line-height: 25px;
}
.fir_2>a{
    color:#666666;
    margin-left: 82px;
}