.banner_list {
    height: 350px;
    padding-top: 157px;
}
.content {
  margin: 0 auto;
  background-image: url(../images2511/list_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 150px;
}
a:hover {
    color: #005BAC;
}
hr{
   color:rgba(0, 0, 0, 0.1);
   margin:40px 0;
   border: none; 
   background-color:rgba(0, 0, 0, 0.1);
   height: 1px;
}
.content_list {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    justify-content: center;
}

.content_list_right {
    width: 100%;
    min-height: 580px;
    box-shadow: 0 7px 20px rgba(169, 35, 41, .1);
}

.right_title {
    width: 100%;
    line-height: 80px;
    height: 80px;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: none;
}
.content_con .right_title {
    width: 100%;
    line-height: 0px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.right_name {
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #005BAC;
}

.right_weizhi {
    padding-right: 30px;
    color: #999;
}
.right_weizhi  a{
  color: #999;
}

.right_content_item {
    display: flex;
    height: 100px;
    border-bottom: 1px solid #efefef;
}

.right_content_item:hover {
    background-color: #fff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .1);
}

.right_content_item:hover p {
    color: #005BAC;
}

.item_date {
    text-align: center;
    color: #005BAC;
    padding-left: 30px;
    padding-right: 20px;
    border-right: 1px solid #efefef;
    height: 55px;
    margin-top: 20px;
}

.item_day {
    font-size: 24px;
    font-weight: bold;
    color: #005BAC;
    width: 100px;
}

.item_month {
    color: #005BAC;
}

.item_content {
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.item_content_con {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#3D3D3D;
    width:95%;
}

.item_content_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.content_con {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    z-index: 999;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    margin-top: 40px;
}

.con_title {
    width: 100%;
    padding: 0px 15px 15px 10px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}

.title_con {
    padding-bottom: 5px;
    color: #005BAC;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.title_desc {
    margin-bottom: 15px;
    color: #979797 !important;
    text-align: center;
}

.con_content {
    padding: 20px 35px 50px 35px;
    color: #7c7c7c;
    font-size: 16px;
    text-align: justify;
}

.con_content img {
    display: block;
    text-align: 0;
    width: 500px;
    margin: 0 auto;
}

.con_content p {
    line-height: 28px !important;
    font-size: 16px !important;
    color: #7c7c7c;
    text-indent: 2em;
}


@media (max-width: 1400px) {
    .content_list {
        width: 1100px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding-top: 40px;
        justify-content: center;
    }

    .content_con {
        flex-direction: column;
    }


    .content_list_right {
        width: 100%;
        min-height: 580px;
        box-shadow: 0 7px 20px rgba(169, 35, 41, .1);
    }
}

@media (max-width: 1200px) {
    .banner_list{
        padding-top: 157px;
         height: 250px;
    }
    .content_list {
        width: 1024px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding-top: 40px;
        justify-content: space-between;
    }

    .content_con {
        flex-direction: column;
    }

    .content_list_left {
        width: 250px;
        box-shadow: 0 7px 20px rgba(169, 35, 41, .1);
        height: 100%;
        padding-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .banner_list{
        padding-top: 0;
        height: 200px;
    }
    .content_list {
        width: 96%;
        margin-left: 2%;
    }

    .content_list_left {
        display: none;
    }

    .content_list_right {
        width: 100%;
    }
}

@media (max-width:768px) {
    .con_content img {
        display: block;
        text-align: 0;
        width: 100%;
        margin: 0 auto;
    }
    .con_title{
       width: 94%; 
    }
    .content_con .right_title{
        display: none;
    }
    .item_content_con {
        display: -webkit-box;
        word-break: break-all;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space:wrap;
    }
}

@media (max-width: 458px) {
    .right_weizhi {
        display: none;
    }
    .content_list{
        padding-top: 10px;
    }
    .banner_list{
        height: 200px;
    }
    .right_title{
        height: 60px;
        line-height: 60px;
    }
    .item_date{
        padding: 0;
    }
    .item_content{
        padding-left: 10px;
    }
    .item_day{
        width: 80px;
    }
    .right_name{
        padding-left: 16px;
    }
    .con_title{
       width: 93%; 
       margin-top: 20px;
    }
    
}