/***************************** Common--Default Style Elements *****************************/
.main { width: 1200px; margin: auto; background-color: white; overflow: hidden; }
.Logo { width: 300px; height: 100px; overflow: hidden; }
.Logo img { width: 100%; }
.menuItem { font-size: 18px; color: #003366; font-weight: bold; padding-top: 10px; padding-bottom: 10px; padding-left: 25px; padding-right: 25px; }
.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: 20pt; color: darkred; font-weight: bold; }
.boxheaderDarkRed { font-family: 黑体; font-size: 12pt; color: darkred; }
.boxheaderRed { font-family: 黑体; font-size: 12pt; color: darkred; 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: #514a4a; font-family: 黑体; }
.articleTitleB { font-size: 16pt; font-weight: bold; color: black; font-family: 黑体; }
.articleDescriptionB { font-size: 12pt; color: black; font-family: 黑体; } .FormSys_Label { font-size: 14pt; color: darkblue; font-family: 黑体; } . FormSys_Title { font-size: 14pt; color: black; font-family: 黑体; } . FormSys_HelpText { font-size: 18pt; color: black; font-family: 黑体; }
|