.content{
    overflow: hidden;
}
.container {
    overflow: hidden;
    margin-left: -10px;
}
.current{
    background: url(../images/current.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 30px;
}
.current a{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 0px 5px;
}
.con_left{
    width: 25%;
    float: left;
    padding-left: 10px;
}
.con_left>p{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    height: 60px;
    background: #D20008;
    line-height: 60px;
}
.con_left ul{
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0 0 12px 0 #00000026;
    padding: 20px;
}
.con_left ul li{
    line-height: 51px;
    border-bottom: 1px solid #E3E3E3;
}
.con_left ul li a{
    font-size: 18px;
    color: #333;
}
.con_left ul li:hover,.con_left ul li.active{
    border-bottom: 1px solid #D20008;
}
.con_left ul li:hover a,.con_left ul li.active a{
    color: #D20008;
}
.con_right .col_tit{
    border-bottom: 1px solid #DDDDDD;
}
.con_right{
    margin-left: 30px;
    width: 72%;
    float: none;
    min-height: 500px;
}
.con_right .col_tit span{
    font-weight: 600;
    font-size: 22px;
    color: #D20008;
    height: 50px;
    line-height: 50px;
    border-bottom: 4px solid #D20008;
    display: inline-block;
}
.con_right ul li{
    padding: 15px 0px;
    border-bottom: 1px dashed #DDDDDD;
    overflow: hidden;
  padding-left: 20px;
	background: url(../images/dot.png) no-repeat left center;
}
.con_right ul li .imgbox {
    width: 200px;
    height: 150px;
    float: left;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}
.con_right ul li img{
    position: absolute;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.con_right ul li .twlb{
    width: 73%;
    float: left;
}
.con_right ul li .tit{
    color: #333;
    font-size: 18px;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	width: 80%;
	float: left;
}
.con_right ul li .tit:hover {
    color: #D20008;
}
.con_right ul li .zy,.con_right ul li .fj{
    color: #999;
    font-size: 16px;
}
.ellipsis {
    overflow: hidden;
    max-height: 64px;
}
.ellipsis:before {
    content: "";
    float: left;
    width: 5px;
    height: 64px;
}
.ellipsis>*:first-child {
    float: right;
    width: 100%;
    margin-left: -30px;
    line-height: 32px;
}
.ellipsis>*:first-child p {
    word-break: break-all;
    word-wrap: break-word;
    white-space: normal;
}
.ellipsis-after {
    content: "\02026";
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    float: right;
    position: relative;
    bottom: 25px;
    left: 100%;
    width: 50px;
    margin-left: -50px;
    /* padding-right: 5px; */
    padding-right: 30px;
    text-align: right;
    background-size: 100% 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}
.con_right ul li .date{
    color: #333;
    font-size: 16px;
    line-height: 22px;
    padding-left: 28px;
    /* background: url(../images/date_bg.png) no-repeat 1px center; */
    background-size: 16px;
    /* margin-top: 20px; */
	float: right;
	width: 15%;
}
.simple_pgCurrentPage {
    height: 20px !important;
    line-height: 20px !important;
}
@media(max-width:1200px) {
    .con_left {
        width: 100%;
        padding-left: 0px;
    }
    .con_right {
        margin-left: 0px;
        width: 100%;
    }
    .simple_pgSearchInfo {
        display: none;
    }
    .con_right .col_tit {
        margin-top: 20px;
    }
    .current{
        display: none;
    }
    .con_right ul li .twlb{
        width: 100%;
    }
    .container {        
        margin-left: 0px;
    }
    .con_right ul li .imgbox {
      margin: 0 auto;
      float: none;
  }
  .content {
    padding: 20px 20px 30px !important;
 }
}