.i_about {
    overflow: hidden;
}
.i_about .pic{
    width: 360px;
    height: 225px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-right: 15px;
}
.leftAn img{
    max-width: 100%;
}
.art_con{
    padding-top: 20px;
}
.art_con img{
    max-width: 100%;
}
.fenye {
    text-align: center;
    padding-top: 20px;
}
.fenye li{
    display: inline-block;
    border: 1px solid #ddd;
    min-width: 20px;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px;
}
.fenye li .sel{
    font-weight: bold;
    color: #e1211c;
}
.th_box{
    border: 1px solid #d2e9ff;
    overflow: hidden;
}
.th_box .t{
    width: 100%;
    background: #ecf5ff;
    color: #e1211c;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
}
.th_box .conl{
    width: 8%;
    text-align: center;
    vertical-align: middle;
    float: left;

}
.th_box .conl p{
    padding-top: 10px;
}
.th_box .conr{
    float: right;
    width: 91%;
    overflow: hidden;
    position: relative;
}
.th_box .conr:after{
    content: '';
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
    border-left: 1px solid #d2e9ff;
    height: 100%;
}
.th_box .conr a{
    float: left;
    width: 23%;
    padding: 0 1%;
    box-shadow:  1px 1px 1px 0 #d2e9ff;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-indent: 10px;
}
.tel_ico{
    color: #e1211c;
    font-size: 16px;
    font-weight: bold;
}
.tel_ico img{
    max-width: 20px;
    display: inline-block;
    float: left;
    padding-right: 10px;
}
.pronews a{
	width:92%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display:inline-block
}
.f_ewm .con{
	width:110px;
	text-align:center;
}
.f_ewm img{
	max-width:100%;
}

.tel_ico_mb{display: none}
@media screen and (max-width: 640px) {
    .nav_center dl dt a{
        width: 34px;
        overflow: hidden;
    }
    .tel_ico{
        font-size: 16px;
    }
    .tel_ico span{
        display: inline-block;
        padding-top: 3px;
    }
    .table_1 img{
        max-width: 100%;
    }

    .tel_ico_mb{display: block;}
}
