* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	border:none;
	font-family:"微软雅黑";
	font-size:16px;
	color:#333333;
}
a:focus{
    outline:none;
}
input{
    outline: none;
}
.content{
    background-color: #edeaea;
}
.con{
    width:1400px;
    margin:0 auto;
    overflow: hidden;
    background-color: #ffffff;
    padding:10px 40px;min-height:600px;
}
.dqwz{
    background:url(line.jpg) repeat-x left bottom;
    color:#424141;
    margin-top:15px;
    overflow: hidden;
    position: relative;
}
.dqwz_con{
    background:url(dqwz.png) no-repeat left center;
    padding-left:35px;
    margin-bottom:20px;
    overflow: hidden;
}
.dqwz a{
    color:#424141;
    padding:0px 5px;
}
.con_left{
    margin-top:20px;
    width:280px;
    float:left;
}
.con_right{
    width:1005px;
    float:right;
}
.left_col{
    height:65px;
    line-height: 65px;
    background-color: #bd1a2d;
    color:#ffffff;
    font-size:20px;
    font-weight: bold;
    text-align: center;
}
.left_col span {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
.con_left>ul>li{
    background:#ede8e8 url(jian.png) no-repeat 30px 18px;
    line-height: 45px;
    margin-bottom:1px;
    padding-left:60px;
}
.subnav_list{
    margin:1px 0px;
    background-color: #f7f6f6;
}
.con_left>ul>li.on{
    background:#ede8e8 url(jian_on.png) no-repeat 30px 18px;
}
.con_left>ul>li.on a{
    color:#bd1a2d;
}
.subnav_list{
    display: none;
}
.subnav_list li{
    background:url(li_bg.png) no-repeat 0px 20px;
    padding-left:20px;
}
.con_right{
    margin-top:20px;
    line-height: 40px;
    padding-bottom:30px;
}
.con_right li{
    float: left;
    margin-right: 20px;
    width: 32%;
}
.con_right li:nth-child(1){
    margin-right: 20px;
}
.con_right li:nth-child(3n){
    margin-right: 0px;
}
.con_right li p{
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #000;
  	  width: 97%;
    overflow: hidden;
    height: 54px;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.con_right li img{
    width: 320px;
    height: 230px;
}
.sj_an{
    position:absolute;
    display: none;
    right:0px;
    top:0px;
    width:30px;
    height:25px;
    background: url(nav_bg.png) no-repeat center top;
    background-size: cover;
}
.close{
    display: none;
}
.close{
    background: url(close.png) no-repeat center top;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 20px;
    background-size: cover;
}
.tlcol{
    width:100%;
}
@media screen and (max-width: 1420px) {
    .con{
        width:100%;
        padding:0px 20px;
    }
    .con_left{
        width:22%;
    }
    .con_right{
        width:75%;
        overflow: hidden;
    }
    .con_right li:nth-child(3n) {
        margin-right: 0px;
    }
  .con_right li {
    margin-left: 12%;
	}
}
@media screen and (max-width: 1024px) {
    .sj_an,.close{
        display: block;
    }
    .con_left{
        display: none;
    }
    .con_right{
        width:100%;
        overflow: hidden;
    }
    .con_left{
        position: fixed;
        top: 0;
        right: 0rem;
        z-index: 999999999;
        width: 50%;
        height: 100%;
        background: #bd1a2d;
    }
    .con_left>ul>li{
        background: none;
        text-align: center;
        padding-left:0px;
    }
    .con_left>ul>li a{
        color:#ffffff;
    }
    .left_col{
        display: none;
    }
    .con_left ul{
        margin-top:70px;
    }
    .con_right li {
        margin-left: 12%;
    }
}
@media screen and (max-width: 768px) {
    .con{
        width:100%;
        padding:0px 10px;
    }
    .neirong img{
        max-width: 90%;
        display: inline-block;
    }
    .sour_time{
        padding: 0px 10px 20px;
    }
    .con_right li {
        margin-left: 0px;
        width: 47%;
    }
      
}
@media screen and (max-width: 415px) {
    .con h3 {
        line-height: 40px;
    }
    .sour_time{
        line-height: 30px;
    }
    .neirong {
        padding: 10px;
    }
    .con_right li {
        margin: 0px 15px !important;
        width: 100%;
    }
}