#sty1{
    margin: 0;
}
.studycontents{
    width: 100%;
    margin-top: 1em;
    background: #FFFFFF;
    padding: 1em 0;
    border-top: 1px solid #e0e0e0 ;
    border-bottom: 1px solid #e0e0e0 ;
}
.stu-titles{
    width: 95%;
    margin: 0 auto;
    height: 45px;

}
.f-clear:after{
    content: "";
    display: block;
    clear: both;
}
.stleft{
    float: left;
    height: 100%;
}
.stright{
    float: right;
}
.stleft h1{
    height: 45px;
    line-height: 45px;
    font-size: 2.2rem;
    font-weight: 500;
    border-bottom: 5px solid #fa8b2d;
}
.stright a{
    display: block;
    text-align: center;
    height: 35px;
    margin-top: 15px;
    font-size: 1.6rem;
    color: #666666;
}
.xian{
    width: 100%;
    height: 1px;
    margin-top: 4px;
    background: #dedede;
}

/*
    content
*/
.studycon-bd{
    background: #FFFFFF;
}
.stu-bd-info{
    padding: 1em 20px;
    border-bottom: 1px dashed #dedede;
}


.bd-info-picture{
    width: 26%;
	float: left;
    border-radius: 15px;
}
.bd-info-picture a{
    display: block;
}

.bd-info-picture img{
    width: 100%;
    height: 100%;
    visibility: visible;
	border-radius:15px;
	border: 2px solid #d1d1d1;
}
.bd-info-text{
    float: left;
    width: 65%;
    padding-left: 40px;
    font-size: 1.3rem;
}
.bd-info-text a{
    display: block;
}
.bd-info-text h1{
    font-size: 1.8rem;
    font-weight: 500;
}
.item-info{
    color: #959595;
    margin-top: .8rem;
}
.item-info .item-orange{
    margin-left: 1.4rem;
    color: #fa8b2d;
}
.item-logo{
    width: 117px;
    height: 25px;
    display: inline-block;
    background: url("../images/setStudy_img_icon_13.png") no-repeat center;
}
#sty2 .item-logo{
    background: url("../images/setStudy_img_icon_21.png") no-repeat center;
}
#sty3 .item-logo,#sty4 .item-logo{
    background: url("../images/setStudy_img_icon_42.png") no-repeat center;
}
.item-illus{
    margin-top: 1.2rem;

    position: relative;
    width: 100%;
}
.item-illus a{
    display: block;
    color: #FFFFFF;
}
.item-illus span{
    width: 50%;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 2rem;
    box-sizing: border-box;
    border-radius: 1rem;
    border: 1px solid #fa8b2d;
    font-size: 1.5rem;

}
.item-illus .item-illus-left{
    color: #fa8b2d;
    z-index: 9;
    position: relative;
    background: #FFFFFF;
}
.item-illus .item-illus-right{
    background: #fa8b2d;
    position: absolute;
    right: 1.5em;
    top: 0;
}
.item-illus-logo{
    position: absolute;
    top: 50%;
    right: 1.2rem;
    display: inline-block;
    width: 0;
    margin-top: -12px;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 17px solid #FFFFFF;
}

.studycon-logo{
    width: 90%;
    margin: 1.1em auto 0;

}
.studycon-logo a{
    display: block;
}
.studycon-logo a img{
    width: 100%;
    height: 100%;
}