﻿/*
 * CCFD style sheet for customor scheme
 * Scheme Blue
 * blue: #014991
*/

/* Global font family */
html,
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
i,
*,
#menutitle,
#ArticleContent p {
    font-family: 宋体, Arial, Helvetica, sans-serif !important;
}

/*
 * index style
 * copyright used absolute position, make sure body over-flow is define
*/
.nav,
.nav-hide,
.data-mask {
    background-color: #014991!important;
}

.month p {
    color: #014991!important;
}

.tt-gp {
    border-bottom: 1px solid #014991!important;
}

.foot {
    border-bottom: 0!important;
}

body {
    overflow-x: hidden!important;
}

.copyright {
    background-color: #014991!important;
}

.copyright:before {
    content: "";
    position: absolute;
    z-index: -9;
    top: -30px;
    bottom: -30px;
    left: -1000px;
    right: -1000px;
    background-color: #014991;
}

.copyright .news-left, .copyright .news-right {
    z-index: 999!important;
}

.copy-tt p {
    color: #fff!important;
}

.copy-nav a:link,
.copy-nav a:visited,
.copy-nav a:hover {
    color: #fff!important;
}

/*
 * list and read
 * navigation and copyright already modify in index part
*/
.lay1000 > #listLeftMenu {
    border-top: 4px solid #014991!important;
}

#TitleMenu > .TitleCnMenu1 {
    background: #014991!important;
}

/*
 * for English version
*/

.research-English .btn {
    background-color: #014991!important;
}
