/*======= index.html =======*/
#page1 #content .col-1 {width:423px; margin-right:42px;}
#page1 #content .col-2 { width:528px;}
#page1 #content .col-1 .col-1 {width:210px; margin-right:20px;}
#page1 #content .col-1 .col-2 {width:188px;}

#page1 #content #list ul { border-right:solid 1px #e31b22;}
#page1 #content #list ul li { padding-bottom:25px;}
#page1 #content #list .col-1 {width:185px; margin-right:42px; margin-left:15px;}
#page1 #content #list .col-2 { width:750px;}

/*======= index-1.html =======*/
#page2 #content .col-1 {width:423px; margin-right:70px;}
#page2 #content .col-2 { width:469px;}
#page2 #content .col-1 .col-1 {width:210px; margin-right:20px;}
#page2 #content .col-1 .col-2 {width:188px;}

/*======= index-2.html =======*/
#page3 #content .col-1 {width:469px; margin-right:70px;}
#page3 #content .col-2 { width:423px;}
#page3 #content .col-2 .col-1 {width:210px; margin-right:20px;}
#page3 #content .col-2 .col-2 {width:188px;}

/*======= index-3.html =======*/
#page4 #content .col-1 {width:423px; margin-right:70px;}
#page4 #content .col-2 { width:469px;}
#page4 #content .col-2 .col-1 {width:215px; margin-right:40px;}
#page4 #content .col-2 .col-2 {width:214px;}


/*=========================*/


@media only screen and (max-width: 993px)  {

#page1 #content .col-1 { width:100%; margin-right:42px;}
#page1 #content .col-2 { width:100%;}
#page1 #content .col-1 .col-1 { width:100%;margin-right:20px;}
#page1 #content .col-1 .col-2 {width:100%;}

#page1 #content #list ul { margin-top:10px; border-right:solid 1px #e31b22;}
#page1 #content #list ul li { padding-bottom:25px;}
#page1 #content #list .col-1 {width:100%; margin-right:42px; margin-left:15px;}
#page1 #content #list .col-2 { width:100%;}
}



