.sl-anc {
    max-width: 1100px;
    margin: 0 auto;
}
.anc-box {
	border : 1px solid #cccccc;
    background: #fff;
    text-align: left;
}
.anc-wrap li {
    display: inline-block;
    padding: 10px;
    max-width: 260px;
    width: 100%;
}
.sl-thumb {
    border-bottom: 3px solid #ff6c00;
    background-size: cover;
    padding-bottom: 51%;
    height: 0;
    width: 100%;
}
.anc-title {
    padding: 10px;
}
.anc-title p {
    font-size: 12px;
    color: #606060;
}
.anc-title h4 {
    line-height: 22px !important;
    height: 44px !important;
}
.anc-desc {
    padding: 0 10px;
}
.anc-desc p {
    height: 56px;
    font-size: 14px;
    color: #606060;
    overflow: hidden;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
}
.anc-stat {
    padding: 10px;
    font-size: 12px;
    color: #919191;
}
.anc-view, .anc-comt {
    display: inline-block;
}
.anc-wrap a:hover>.anc-box {
    border: 1px solid #ff6c00;
}
.anc-wrap a:hover>.anc-box .anc-desc p {
    color: #ff6c00;
}
#sl-site .sl-anc h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1em;
}
#sl-site .sl-anc h2 span {
    font-size: 16px;
    color: #838383;
    font-family: Tahoma;
}
#page-home .sl-home-anc .sl-home {
    min-height: 390px;
    margin-top: -40px;
    overflow: hidden;
}
.sl-home-anc .head-txt h1 {
    font-size: 52px;
}
.sl-home-anc .head-txt p {
    font-size: 32px;
    line-height: 1em;
}
.sl-home-anc .linkbox {
    margin-top: 10px;
}
.sl-home-anc .head-txt {
    margin-top: 35px;
}
.sl-home-anc .head-pic {
    margin-left: -590px;
    bottom: -40px;
}
.anc-wrap ul {
    text-align: center;
}
.left {
	float: left;
}
.right{
	float: right;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
@media screen and (max-width: 760px){
.anc-wrap li {
    max-width: 49%;
}
.sl-thumb {
    width: 100%;
}
.sl-home-anc .head-txt {
    margin-top: 0;
    padding-top: 155px;
}
.sl-home-anc .head-txt p {
    font-size: 25px;
    color: #343434;
    margin: 0;
}
.sl-home-anc .head-pic {
    margin-left: -140px;
}
}
@media screen and (max-width: 697px){
.sl-home-anc .head-pic._showm {
    margin-left: 0;
    bottom: 0;
}
.sl-home-anc .linkbox {
    margin-top: 0px;
}
.anc-wrap li {
    width: 49%;
    max-width: 100%;
}
.sl-thumb {
    width: 100%;
}
}

@media screen and (max-width: 480px){
.sl-home-anc .head-txt p {
    font-size: 20px;
}
.sl-home-anc .head-pic {
    margin-top: -50px;
    margin-left: 0;
}
.sl-home-anc .linkbox {
    margin-top: 0;
}
.anc-wrap li {
    max-width: 100%;
    width: 100%;
}
.sl-thumb {
    width: 100%;
    background-size: cover;
    padding-bottom: 51%;
    height: 0;
    width: 100%;
}
}
@media screen and (max-width: 320px){
.anc-wrap li {
    width: 100%;
}
}
