﻿body {
    font-family: "Microsoft YaHei UI", 微软雅黑, sans-serif;
    font-size: 14px;
    text-align: justify;
    margin: 0;
    overflow-y: scroll;
}

.FullWidth {
    min-width: 1000px;
}

@media (min-width: 1000px) {
    .DefaultWidth {
        margin: auto;
    }
}

a {
    color: black;
    transition: all 0.5s;
    text-decoration: none;
}

a:hover {
    color: #7a4ea2;
    text-decoration: none;
}

a:active {
    color: #430163;
}

p {
    line-height: 150%;
}

li, td {
    line-height: 200%;
}

blockquote {
    color: gray;
    font-size: 12px;
    text-align: center;
}

header {
    background-color: white;
}

.DefaultWidth {
    width: 1000px;
}

#index {
    height: 50px;
    background-color: #430163;
    border-bottom: 5px solid #f8c300;
    padding: 2px;
    font-size: large;
}

#index a {
    text-decoration: none;
    color: white;
}

#index a:hover {
    text-shadow: 0 0 5px;
}

#index .Selected {
    color: #f8c300;
}

#LogoBar {
    height: 100px;
    background-color: white;
}

#Logo {
    margin-top: 10px;
}

#zongzhibBKG {
    height: 150px;
    background-color: #430163;
    border-top: 5px solid #f8c300;
}

#BigPicBKG {
    float: left;
    margin-right: 20px;
    background-color: #7a4ea2;
    width: 400px;
    height: 280px;
}

#PicBar {
    background-color: #eeeeee;
    height: 100px;
    border-bottom: 5px solid #beb6db;
}

#zongzhiText {
    color: white;
    text-align: justify;
}

#zongzhiText h2 {
    margin: 0;
    padding-top: 10px;
    color: white;
}

#Pics {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

#Pics li {
    display: inline;
    margin: 10px;
}

.SmallPic {
    -webkit-box-shadow: 0 0 10px 5px #f8c300;
    box-shadow: 0 0 10px 5px #f8c300;
}

#NewsBar h2 .PurpleLine, #LinkBar h2 .PurpleLine {
    background-color: #a90ae6;
    height: 3px;
    width: 950px;
    transform: skewX(-45deg);
    float: left;
    clear: left;
    margin: 5px 0;
}

#MessageBar h2 .PurpleLine, #ScienceBar h2 .PurpleLine {
    background-color: #a90ae6;
    height: 3px;
    width: 430px;
    transform: skewX(-45deg);
    float: left;
    clear: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

#NewsBar h2 .YellowLine, #MessageBar h2 .YellowLine, #ScienceBar h2 .YellowLine,#LinkBar h2 .YellowLine {
    background-color: #f8c300;
    height: 3px;
    width: 50px;
    transform: skewX(-45deg);
    float: left;
    clear: right;
    margin: 5px 0;
}

#NewsBar h2, #MessageBar h2, #ScienceBar h2, #LinkBar h2 {
    margin-bottom: -10px;
}

.More {
    float: right;
    font-size: 14px;
    margin: 10px 0 0;
}

#NewsBar {
    height: 200px;
}

.News {
    float: left;
    width: 320px;
    margin-right: 5px;
    padding: 5px;
    height: 150px;
}


.Card {
    transition: all 0.5s;
}

.Card:hover {
    background-color: #eeeeee;
    color: black;
}

.Card:active {
    background-color: #a90ae6;
    color: white;
}

#NewsBar a div div {
    background-color: #a90ae6;
    margin-right: 10px;
    color: white;
    height: 50px;
    width: 70px;
    float: left;
    text-align: center;
    font-size: small;
    line-height: 5px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: 2px 2px 5px gray;
    box-shadow: 2px 2px 5px lightgray;
}

#NewsBar strong {
    font-size: large;
    line-height: 35px;
}

#NewsBar h3 {
    margin: 0;
}

#MessageBar {
    height: 230px;
}

#MessageBar ul, #ScienceBar ul {
    padding: 0;
    margin-top: -10px;
}

#MessageBar li , #ScienceBar li {
    list-style: none;
}

.MessageTitle {
    width: 350px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#MessageBar .MessageTitle:before, #ScienceBar .MessageTitle:before {
    content: "■ ";
    color: #a90ae6;
}

#MessageBarLeft {
    float: left;
    width: 480px;
    height: 175px;
}

#MessageBarRight {
    float: right;
    width: 480px;
    height: 175px;
}

#ScienceBar {
    height: 250px;
}

#ScienceBar img {
    float: left;
    margin-right: 10px;
}

#ScienceBar h3, #ScienceBar p {
    margin-top: 0;
}

#ScienceBarLeft {
    float: left;
    width: 480px;
    height: 165px;
}

#ScienceBarRight {
    float: right;
    width: 480px;
    height: 165px;
}

footer {
    height: 212px;
    width: 100%;
    background-color: #430163;
    font-size: 14px;
}

#FooterText {
    float: left;
    width: 500px;
    color: #ffffff;
}

#FooterText Table {
    padding: 25px;
}

#Seperator {
    height: 20px;
    background-color: #a90ae6;
    border-top: 5px solid #f8c300;
}

#LeftBar {
    position: fixed;
    width: 200px;
    height: 100%;
    background-color: white;
}

#LeftBar div {
    padding: 10px;
    text-align: center;
    border-top: 2px solid #beb6db;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#Content {
    margin-left: 220px;
}

h1 {
    color: #f8c300;
    margin-top: -164px;
    padding-top: 184px;
}

h2, h3 {
    color: #7a4ea2;
    padding-bottom: 10px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

#Content blockquote {
    font-size: 12px;
}

.NameList {
    width: 100%;
    text-align: center
}

.NameList td {
    width: 50%;
}

.NameList th {
    text-align: center;
}

.FirstTR td {
    border-bottom: 1px dotted #a90ae6;
}

.ListPage table {
    table-layout: fixed;
    border-top: 2px solid #a90ae6;
}

.ListPage td {
    color: gray;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ListPage .time {
    width: 90px;
}

#Article p:before {
    content: "　　";
}

#Ad {
    width: 300px;
    float: left;
}

#Ad .Card {
    height: 120px;
    width: 300px;
    border-top: 2px solid #beb6db;
}

#Ad .Card img {
    height: 100px;
    width: 150px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

#Ad a {
    font-size: 12px;
}

#Ad .Card div {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 160px;
}

.NewsPic {
    max-width: 660px;
}
