@charset "utf-8";
/* CSS Document */
@media (min-width: 1200px){
.mod-data .detail {
    width:990px;
    margin: 0 auto;
}
}
.right {
    width:100%;
	height:auto;
    padding: 0 0 0px;
}
.aboutbox {
    z-index: 20;
    display: inline;
    width:100%;
    text-align: justify;
    word-wrap: break-word;
    overflow: hidden;
}
.allc {
    width:100%;
    margin: 30px 0 0;
}
.clearfloat {
    zoom: 1;
}
.alli li {
    width:100%;
    height: 190px;
}
.tiimg {
    float: left;
    display: inline;
    width: 240px;
    height: 150px;
}
.epotxt{
	display:inline;
	font-size:15px;
	line-height:30px;
	height:150px;
	overflow:hidden;
	}
a {
    color: #576b95;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.alli li img {
    width: 240px;
    height: 150px;
}
.tici {
    float: left;
    width: 120px;
    height: 150px;
    margin: 0 30px;
}
.tici .epo {
    float: left;
    display: inline;
    width: 120px;
    height: 140px;
    margin: 4px 0px 0px;
}
.clearfloat:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
@media (max-width:768px){
	.mod-data .detail{ padding-bottom:0px;}
	.allc {
    margin: 20px auto 0px;
    }
	.alli li {
    width: 100%;
    margin-bottom:30px;
	height:auto;
    }
	.tiimg {
    width: 60%;
	height:auto;
    }
	.c_box .tiimg img {
    width: 100%;
	display:block;
	height:auto;
    }
	.tici {
    box-sizing: border-box;
    margin-left:15px;
	margin-right:0px;
    width: 31%;
	height:auto;
    }
	.tici img {
	width:100%;
	height:auto;
    margin:0px auto 20px;
    }
	.tici .epo {
    width: 100%;
	height:auto;
	margin-top:0px;
	margin-bottom:5px;
    }
	.tici:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
	height:1px;
    }
	.epotxt {
	float:left;
    width:100%;
    box-sizing: border-box;
    font-size:13px;
    color: #888;
    line-height: 26px;
    text-align: justify;
    word-wrap: break-word;
	height:auto;
	overflow:auto;
    margin:15px auto 0px;
	padding-top:5px;
}
	}

