

.box{
    border:1px solid #cccccc !important;   
    padding-top:0;
    margin: 5px;
    text-align: center;
    background: #f8f9f8;
    
}

.text1{
    display: block;
    color:#272727;
    font-size: 24px;
	line-height:150%;
}

.text2{
    display: block;
    color:#666666;
    font-size: 16px;
}


.text3{
    display: block;
    color:#666666;
    font-size: 16px;
    margin-top: 30px;
}

.whitebox{
    border:none;   
    background: white; 
    padding-top:0;
    margin: 5px;
    text-align: center;
    margin-top: 20px; 
}

.whitebox .row{
    width:90%;
    margin: 0 auto;
    padding-top: 40px;
}

.width162{
    min-width: 50px;
    max-width: 16.8%;
    display: inline-block;
    width: 16.8%;
}

.text5{

    display: block;
    margin-bottom:30px;
	font-weight:bold;
	margin-top:10px;
}

.width90{
    min-width: 0px;
    max-width: 9.3%;
    width: 7%;
    display: inline-block;
	font-size:36px;
	color:#D62E5F;
	height: 7rem;
    vertical-align: text-bottom;
}

.text4{
    display: block;
    color:#d21046;
    font-size: 26px;
    margin-top: 30px;
    text-align: center;
}


@media (min-width:768px) {
     .contbox1{
		float:left;
        border:none;   
        background: white; 
        text-align: left;
        width: 48%;
        padding: 0;
        height:350px;
    }
    
    .contbox2{
        border:none;   
        background: white; 
        text-align: left;
        width: 48%;
        float: right;
         padding: 0;
          height:350px;
    }
}


@media (max-width:767px) {
    .contbox1{
        border:none;   
        background: white; 
        text-align: left;
        width: 100%;
    }
    
    .contbox2{
        border:none;   
        background: white; 
        text-align: left;
        width: 100%;
        float: right;
         margin-top:20px;
    }
    
}
.contright{
	display:block;
	float:right;
	background-color:#022A5B;
	font-size: 18px;
    color: white;
    padding:8px 10px;
	margin-top:-10px;
	margin-right:-20px;
}

.contright img{
    width:30px;
}

.contright.color1{
    background-color:#013b81;
}

.contright.color2{
    background-color:#01499d;
}

.contright.color3{
    background-color:#2164b3;
}

.head{
    font-size: 18px;
    color: white;
    padding:10px 20px;
}

.head1{
    background: #02356f;
}

.head2{
    background: #004aa1;
}

.head3{
    background: #005ac2;
}

.head4{
    background: #297edf;
}


.cont{
    font-size: 16px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 20px;
    line-height: 150%;
    padding-bottom: 40px;
}

.cont .text1{
    color:#333;
    font-size: 16px;
    margin-top: 10px;
}

.cont .text1_tit{
    color:#023671;
	font-size: 16px;
	margin-top: 10px;
}

.cont .text1_sub{
	color:#333;
    font-size:0.9rem;
	
}

.cont .text2{
    color:#333333;
    font-size: 16px;
    margin-top: 10px;
}

.cont .text2_tit{
    color:#004ba1;
	font-size: 16px;
	margin-top: 10px;
}

.cont .text3{
    color:#005ac2;
    font-size: 16px;
    margin-top: 10px;
}

.cont .text4{
    color:#297edf;
    font-size: 16px;
    margin-top: 10px;
}






.contbox .head1{
    font-size: 22px;
}


hr{
 width:100%;
 margin: 40px 0;
}