.site {
    line-height: 50px;
    font-size: 16px;
    color: #666;
    background-color: #f3eaea;
}
.site a {
    font-size: 16px;
    color: #666;
}
.site a:hover{color: #be3434;}
.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-color: #be3434;
}
.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: #be3434;
}
.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: #be3434;
    font-size: 18px;
    font-weight: bold;
    height: 100%;
    background: url("https://www.minovaru.com/images/2022_ndxyzh_shu1.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("https://www.minovaru.com/images/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: #be3434;
}
.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: #be3434;
    color: white;
}
a:hover {
    text-decoration: none;
}

.div_img li{width: 25%;padding: 10px 20px;box-sizing: border-box;float: left;margin-top: 20px;height: 271px;}
.div_img li .li_img, .div_img li .li_img img{width:100%;height: 100%;}

@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;}
}
@media only screen and (max-width:900px){
    .div_img li{height: 240px;}
}

@media only screen and (max-width:750px){
    .div_img li{height:350px;width:50%;}
}

@media only screen and (max-width:550px){
    .div_img li{height:280px;}
}
@media only screen and (max-width:450px){
    .div_img li{height:210px;}
}