﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/*网站*/
.news {
    margin-top: 10px;
    border: 1px solid #CCC;
}

.news .news_title {
    padding: 15px 0 0 10px;
    text-align: center;
}

.news .news_title h1 {
    padding-bottom: 10px;
}

.news .news_title span {
    color: #666;
}

.news .news_text {
    margin: 0px 24px 0 24px;
    padding: 10px 0;
    border-top: 0px solid #CCC;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
