﻿body {
    font-family: 'Microsoft YaHei';
    background-image: url('imagesbg_02.jpg');
}

.englishName {
    text-align: right;
    font-size: 12px;
    padding-top: 0px;
    font-weight: bold;
    color: #333;
}

.pageTitle {
    padding: 10px 0;
    background-color: #2d537a;
    background-image: url('imagestitleBg.jpg');
    background-position-y:-160px;
}

.title {
    padding-bottom: 6px;
    margin-bottom:6px;
    border-bottom: solid 1px #dddddd;
}

.titleIcon {
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
}

.titleWord {
    font-size: 16px;
    padding-left: 10px;
}

    .titleWord a {
        text-decoration: none;
    }

.timenewslist {
    width: 100%;
    border-bottom: 1px solid #dddddd;
}

    .timenewslist .mtime {
        background: none;
        color: #8E44AD;
        padding: 0;
        width: 60px;
        height: 60px;
        text-align: center;
    }

        .timenewslist .mtime .day {
            font-weight: bold;
            font-size: 30px;
        }

        .timenewslist .mtime .year {
        }

    .timenewslist .newscontent {
        padding-left: 20px;
    }

    .timenewslist h3 {
        font-size: 16px;
        line-height: 16px;
        padding: 2px 0px 2px 0px;
        font-family: 'Microsoft YaHei';
    }

        .timenewslist h3 a {
            color: #333;
            text-decoration: none;
        }

            .timenewslist h3 a:hover {
                color: #ff7518;
            }

    .timenewslist .articleContent {
        color: #888;
        font-size: 12px;
        line-height: 18px;
        padding-bottom:3px;
    }

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.block-header {
    line-height: 135px;
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    margin-bottom:20px;
}


.timeTongzhi {
    width: 100%;
    margin-bottom: 4px;
    border-bottom: 1px solid #eaeaea;
}

    .timeTongzhi .tTime {
        border: 1px solid #edeaf1;
        color: #8E44AD;
        text-align: center;
        width: 47px;
        height: 47px;
    }

        .timeTongzhi .tTime .day {
            font-size: 22px;
        }

        .timeTongzhi .tTime .year {
            font-size: 12px;
        }

    .timeTongzhi .tzContent {
        font-size: 13px;
        padding:6px 0px;
    }

        .timeTongzhi .tzContent a {
            font-family: 'Microsoft YaHei';
            text-decoration: none;
            color: #333;
        }

            .timeTongzhi .tzContent a:hover {
                color: #ff7518;
            }


.metroTile {
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-size: 60px;
}

#mainContent {
    padding: 20px 0;
}

    #mainContent .container {
    }

#carouselContent {
    background: none;
    padding: 0px 0px 0px 0px;
}

.footer {
    background-color: #474443;
    padding: 20px 0px 10px 0px;
    font-size: 13px;
    color: #aaaaaa;
}

.transition {
    padding: 2px 0px;
    background-color: #eaeaea;
}


.outLink tr td a {
    color: #dddddd;
    text-decoration: none;
    font-size: 12px;
}

    .outLink tr td a:hover {
        text-decoration: underline;
    }


/*二级页面*/

.leftNav {
    background-color: #5c307d;
    padding-left: 14px;
}

    .leftNav h3 {
        font-family: 'Microsoft YaHei';
        font-size: 22px;
        font-weight: 400;
        color: #ffffff;
        padding: 16px 22px;
        margin: 0;
    }

    .leftNav ul {
        border-top: 1px solid #ddd;
        display: block;
        list-style: none;
        background-color: #ffffff;
        padding-left: 0px;
    }

    .leftNav li {
        border-bottom: 1px solid #ddd;
        font-size: 15px;
        line-height: 22px;
        padding: 0px 0px;
        position: relative;
    }

    .leftNav .current {
        border-left: 5px solid #F39C12;
        left: -5px;
    }

        .leftNav .current a {
            color: #5c307d;
        }

    .leftNav li a {
        color: #22132d;
        display: block;
        padding: 1em 0 1em 22px;
        margin-right: 28px;
        text-decoration: none;
    }

        .leftNav li a:hover {
            text-decoration: none;
            color: #2d537a;
        }
		
		.articleList1 {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

    .articleList1 li {
        padding: 6px 0px 6px 0px;
        border-bottom: 1px dashed #FFD2B2;
    }

        .articleList1 li a {
            color: #292929;
        }

            .articleList1 li a:hover {
                color: #ff6a00;
            }


/*覆盖bootstrap样式*/
.carousel-caption {
    background: #000000;
    filter: Alpha(Opacity=50); /*IE7 fix*/
    opacity: 0.7;
    color: #ffffff;
    left: 0%;
    right: 0%;
    bottom: 0px;
    text-align: left;
    padding: 4px 10px 4px 10px;
}

    .carousel-caption p {
        font-size: 12px;
    }

    .carousel-caption h5 {
        font-family: 'Microsoft YaHei';
    }

        .carousel-caption h5 a {
            color: #ffffff;
        }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #9B59B6;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
