.site {
    line-height: 50px;
    font-size: 16px;
    color: #999999;
}
.site a {
    font-size: 16px;
    color: #999999;
}
.list_con {
    width: 1168px;
    padding: 20px;
    min-height: 560px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    margin: 20px auto;
    overflow: hidden;
    position: relative;
}
.list_con, .article {
    -webkit-box-shadow: 0 0 10px #cdced0;
    -moz-tbox-shadow: 0 0 10px #cdced0;
    -o-box-shadow: 0 0 10px #cdced0;
    box-shadow: 0 0 10px #cdced0;
}
.con_left {
    height: 960px;
    width: 260px;
    float: left;
    overflow: hidden;
    background: #f5f5f5;
}
.left_title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #a92c32 url(2018cxghj_left_title.png) no-repeat 22px center;
}
.left_title a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.left_list {
    width: 100%;
    overflow: hidden;
}
.left_list .list_ul {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}
.left_list .list_ul a {
    display: inline-block;
    width: 100%;
    padding: 13px 0;
    font-size: 20px;
    color: #707070;
}
.left_list .list_ul.on a{
    color: #a92c32;
}
.con_right {

    width: 878px;
    float: right;
    overflow: hidden;
    background: #ffffff;
}
.right_title {
    height: 40px;
    line-height: 40px;
}
.right_title span {
    display: inline-block;
    padding-left: 20px;
    color: #a92c32;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    background: url(./2022_xxdx_shu.png) no-repeat left center;
}
.right_list {
    min-height: 400px;
    margin-top: 10px;
}
.right_list li {
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    background: url(./2022_xxdx_dian1.png) no-repeat 5px center;
}
.right_list li a {
    display: inline-block;
    width: 70%;
    color: #000;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.right_list li a:hover{
    color: #a92c32;
}
.right_list li span {
    color: #000;
    float: right;
}
.right_list .line {
    height: 0;
    line-height: normal;
    margin: 10px auto;
    *margin: 10px auto -10px;
    border-bottom: 1px dashed #ccc;
}
.div_cutPage {
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.div_cutPage a {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 3px;
    cursor: pointer;
    margin: 2px;
}
.div_cutPage .on {
    background-color: #a92c32;
    color: white;
}
a:hover {
    text-decoration: none;
}

@media only screen and (max-width:1024px) {
    body{ font-size: 14px;}
    .con_left{ display: none;}
    .site .floor{ width: 90%;font-size: 14px;}
    .site .floor a{ font-size: 14px;}
    .main{width:100%;}
    .floor{ width: 100%;}
    .list_con{ width: 90%;margin: 0px 5%;padding: 0px;border: none;}
    .list_con, .article{ box-shadow: none;}
    .con_right{ width: 100%; float: none;}
}