body{
	background-color:rgb(250,250,250) !important;
}

#partition > img:last-child {
    /*position: relative;
    top: -60px;*/
}

.zzsc {
    margin: auto;
    width: 600px;
    position: relative;
    top: -150px;
	left:15%;float:left;
    z-index: 99;
    color: white;
    font-weight: 500;
    font-size: xx-large;
}

#yellowText > span:nth-child(5) {
    color: #ffff02;
}

#yellowText > span:nth-child(6) {
    color: #ffff02;
}

.panelTitle {
    margin: auto;margin-bottom:60px;
   /*  padding-top: 20px;
    padding-bottom: 20px; */
}

.panelTitle > h1 {
    text-align: center;
    font-weight: bolder;
    color: lightgrey;
    text-decoration: underline;
}

/* .panelTitle > h3 {
    text-align: left;
    font-weight: bolder;
} */

.panelBodyGray {
    width: 100%;
    /* background-color: #F9F9F9; */
}

.panelBodyWhite {
    width: 100%;
    /* background-color: #FFFFFF; */
}

.contentBody > div {
    text-indent: 2em;
    line-height: 26px;
    margin-bottom:10px;
}


.contentWords {
    width: 50%;
    padding: 0px  10px 0px 30px;
    position: relative;
    top: -50px; z-index:99;
}

.contentTitle {
    font-weight: bold;
    font-size: 30px;
    color: #30aef3;
    margin-top: 40px;
    margin-bottom: 30px;
}

.contentBody {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}

.contentBody div {
    /* color: grey; */
   
}
.btnPanel{position: relative;top: 25px;}
.btnPanel a .btn-violet {
    color: #fff;
    background-color: #756ab9;
    border-color: #756ab9;
    border-radius:50px;
    padding-left:50px;padding-right:50px;
    margin-right:30px;
}

.panelContent {
	padding-top: 40px;
    padding: 0px 3%;
    word-wrap: break-word;
}

.contentImg {
    width: 50%;
    height: 100%;
    padding:5px;
    position: relative;
    top: 10px;
}

@media screen and (min-width: 1360px) {
	.contentWords {
	    top: -40px !important;
	}
	.contentBody > div {
	    line-height: 26px;
	}
    .panelContent {
        width: 1360px;
        padding-bottom: 20px;
    }
	.contentImg > img {
		width: 350px;
	}
    .PL01 {
        /* width: 409px;
        height: 300px; */
        width:100% !important;
    }

    .PL02{
        width: 403px !important;
        height: 302px !important;
    }

    .PL03{
        width: 409px !important;
        height: 299px !important;
    }

    .PL04{
        width: 370px !important;
        height: 417px !important;
    }

    .PL05{
        width: 377px !important;
        height: 377px !important;
    }

    .PL06{
        width: 373px !important;
        height: 377px !important;
    }
}

@media screen and (min-width: 1600px) {
	.contentWords {
	    top: -30px !important;
	}
	.contentBody > div {
	    line-height: 30px;
	}
    .panelContent {
        width: 1600px;
        padding-bottom: 30px;
    }
	.contentImg > img {
		width: 380px;
	}
    .PL01 {
        /* width: 409px;
        height: 300px; */
        width:100%;
    }

    .PL02{
        width: 504px !important;
        height: 378px !important;
    }

    .PL03{
        width: 511px !important;
        height: 374px !important;
    }

    .PL04{
        width: 463px !important;
        height: 521px !important;
    }

    .PL05{
        width: 471px !important;
        height: 471px !important;
    }

    .PL06{
        width: 466px !important;
        height: 471px !important;
    }
}

.clear {
    clear: both;
}


/*.contentWords.pull-right {*/
/*position: relative;*/
/*left: -10%;*/
/*}*/

/*.pull-right > .contentTitle {*/
/*margin-right: 20%;*/
/*}*/

/*.pull-right > .contentBody {*/
/*margin-right: 20%;*/
/*}*/

/*.pull-left > .contentTitle {*/
/*margin-left: 20%;*/
/*}*/

/*.pull-left > .contentBody {*/
/*margin-left: 20%;*/
/*}*/

.leftLine {
    /*margin-left: 20%;*/
    width: 100%;
    margin-bottom:30px;
}

.rightLine {
    /*margin-right: 20%;*/
    width: 100%;
    margin-bottom:30px;
}

.pull-left > img {
    /*width: 570px;*/
    /*padding-left: 20%;*/
}

.pull-right > img {
    /*width: 570px;*/
    /*padding-right: 20%;*/
}




