﻿
.xw .cdh {
    margin: 20px 0px;
    border-bottom: none;
}

    .xw .cdh ul li {
        padding-right: 0.3rem;
    }

.xw .in_title2a {
    height: initial;
    clear: both;
}

.xw .cdh ul li a {
    padding: 0em 0.5em;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0px !important;
    border: 1px solid #003E7A;
    color: #1f1f1f;
    transition: all .15s ease;
    font-size: 14px;
}

    .xw .cdh ul li a.btxuanran {
        color: white;
        background-color: #003E7A !important;
    }

    .xw .cdh ul li a:hover {
        color: white;
        background-color: #003E7A !important;
    }

.xw .cdh ul li {
    width: initial;
}
ul.content_list .item_block:hover {
    padding-left: 20px;
    box-shadow: 0 8px 35px rgb(0 0 0 / 8%);
}

ul.content_list .item_block {
    transition: all .36s ease;
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
}

    ul.content_list .item_block::after {
        content: "";
        display: block;
        clear: both;
    }

    ul.content_list .item_block .item_img {
        float: left;
        width: 340px;
    }

        ul.content_list .item_block .item_img img {
            max-width: 100%;
        }

    ul.content_list .item_block:hover .item_wrapper {
        margin-right: -10px;
    }

    ul.content_list .item_block .item_wrapper {
        transition: all .36s ease !important;
        float: right;
        width: 785px;
        position: static;
    }

    ul.content_list .item_block > a {
        transition: color .1s linear;
        position: static;
    }

    ul.content_list .item_block .item_wrapper .date_wrap {
        top: 50px;
        position: absolute;
        right: 27px;
    }


        ul.content_list .item_block .item_wrapper .date_wrap .md {
            font-family: inherit;
            font-size: 22px;
            line-height: 30px;
            color: #999;
            position: static !important;
        }

    ul.content_list .item_block .item_wrapper .item_info {
        width: 600px;
        padding-top: 23px;
        margin: 0;
    }

        ul.content_list .item_block .item_wrapper .item_info .title {
            font-size: 16px;
            line-height: 30px;
            color: #303030;
        }

    ul.content_list .item_block .description {
        width: 600px;
        padding-top: 11px;
        font-size: 13px;
        line-height: 20px;
        height: 52px;
        overflow: hidden;
        color: #888;
    }