
#CMain { padding: 0px 25px 0px; }
.CMContent { margin: 0px auto; width: 100%; }

.CMContent table { width: 100%; border-collapse: collapse; }
.CMContent table thead { border-top: solid 1px #4577aa; border-bottom: solid 2px #0b1222; }
.CMContent table thead tr {  }
.CMContent table thead tr th { padding: 12px 8px; font-size: 20px; color: #fff9b2; font-weight: normal; text-align: left; }
.CMContent table thead tr th[f="AddDate"] { width: 120px; }
.CMContent table tbody {  }
.CMContent table tbody tr { border-bottom: solid 1px #052c45; }
.CMContent table tbody tr:hover { cursor: pointer; }
.CMContent table tbody tr td { padding: 12px 10px; vertical-align: top; color: #FFFFFF; }

.CMContent table tbody tr td div[f="Tag"] { margin: 10px 0px; }
.CMContent table tbody tr td div[f="Tag"]:after { float: none; clear: both; content: '.'; display: block; height: 0; overflow: hidden; }
.CMContent table tbody tr td div[f="Tag"] a { margin: 0px 5px 0px 0px; padding: 5px 8px; border-radius: 5px; font-size: 13px; background-color: #007e99; }
.CMContent table tbody tr td div[f="Tag"] a:hover { background-color: #19a0bd; }


.CMContent .STitle { padding: 15px 0px 25px; font-size: 35px; color: #fff9b2; }
.CMContent .SContent { line-height: 30px; font-size: 19px; color: #FFFFFF; }

.CMContent .BottomFun { padding: 25px 0px 0px; text-align: right; }
.CMContent .BottomFun a { padding: 12px; background-color: #2aa670; font-size: 16px; border-radius: 5px; }
.CMContent .BottomFun a:hover { background-color: #10794b; }

@media screen and ( max-width: 773px ) {
#CMain { padding: 0px 10px 0px; }
}

@media screen and ( max-width: 414px ) {
#CMain { padding: 0px 5px 0px; }

.CMContent table tbody tr td { padding: 12px 3px; }
.CMContent table tbody tr td[f="Image"] { width: 120px; }
.CMContent table tbody tr td[f="Image"] .Image { width: 100px; height: 100px; }
.CMContent table tbody tr td div[f="Name"] { line-height: 25px; }
.CMContent table tbody tr td div[f="Name"] a { font-size: 19px; }
.CMContent table tbody tr td div[f="Content"] { font-size: 13px; line-height: 20px; }
}
