/***************************** Common--Default Style Elements *****************************/
body { margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color:white; font-size: 12px; font-family: '微软雅黑 Light'; }
.main { width: 1200px; margin: auto; background-color: white; overflow: hidden; }
a { color: #333333; text-decoration: none;
} a:hover {color: #FB9D10; text-decoration: underline;}
.generalborder { border: 2px solid #FFFFFF; }
.box { border-style: solid; border-width: 3px 1px 1px 1px; border-color: #003366 #C0C0C0 #C0C0C0 #C0C0C0; padding: 10px; background-color: #FFFFFF; }
.box2 { border-style: solid; border-width: 0px; border-color: #C0C0C0; padding: 20px; background-color: #FFFFFF; } .boxheader { font-family: 黑体; font-size: 16pt; color:black; font-weight: bold; }
.boxheaderDarkRed { font-family: 黑体; font-size: 12pt; color:darkred; }
.boxheaderRed { font-family: 黑体; font-size: 16pt; color:white; font-weight: bold; }
.mycontent { background-color: #FFFFFF; }
.search-text { float: left; width: 70%; height: 35px; border: 1px solid lightblue; box-sizing: border-box; color: black; }
.boxDescription { font-size: 14pt; color:#003366 ; font-weight: bold; }
.boxDescription2 { font-size: 12pt; color:#003366 ; }
.boxDescriptionTwo { font-size: 15pt; font-family: '黑体'; color:#003366; font-weight: bold; }
.boxDescription3 { font-size: 12pt; color:#003366 ; font-weight: bold; }
.boxDescriptionRed { font-size: 16pt; color:red; font-weight: bold; } .boxDescriptionRed2 { font-size: 14pt; color:#DC143C; font-weight: bold; } .boxDescriptionRed3 { font-size: 16pt; color:#DC143C; font-weight: bold; }
.articleTitleA { font-size: 18pt; font-weight: bold; color:black; font-family: 黑体; } .articleDescriptionA { font-size: 14pt; color:black; font-family: 黑体; } .articleTitleB { font-size: 16pt; font-weight: bold; color:black; font-family: 黑体; } .articleDescriptionB { font-size: 12pt; color:black; font-family: 黑体; }
|