﻿html {
    height: 100%;
    width: 100%;
}

body {
    text-align: center;
    margin: 0 auto;
    padding: 0 0 0 0;
    font-size: 12px;
    font-family: 宋体,微软繁黑体,Verdana,Tahoma;
    /*background: linear-gradient(0deg,#fff, #008DE0) 0px 0px repeat-x;*/
    background: url(skin/web_bg.png) no-repeat top;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #264586;
}

    a:hover {
        text-decoration: underline;
        color: #0094ff;
    }



.topbar {
    display: none;
    clear: both;
    background: #eee;
    line-height: 24px;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    color: #7a7a7a;
}

    .topbar .page {
        background: transparent;
        text-align: left;
        margin: 0 auto;
    }

.page {
    width: 1000px;
    margin: 0 auto;
    background: white;
}



.header {
    text-align: center;
    width: 1000px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    background: url(skin/header.png) no-repeat 0px 5px;
    position: relative;
}

    .header .logo {
        text-align: center;
        position: absolute;
        left: 30px;
        top: 20px;
    }


.menu {
    height: 40px;
    line-height: 40px;
    background: linear-gradient(0deg,#095DA5, #2570D5) 0px 0px repeat-x;
       +background-color:#2570D5; /* IE8, IE9, IE10 */  
    line-height: 30px;
    text-align: center;
    font-size: 0px;
}

    .menu a {
        font-size: 14px;
        display: inline-block;
        color: #fff;
        height: 30px;
        width: 100px;
        padding: 3px 20px 3px 20px;
        border-right: solid 1px #4d7194;
        border-left: solid 1px #002447;
        text-decoration: none;
    }

        .menu a:last-of-type {
            border-right: none;
        }

        .menu a:first-of-type {
            border-left: none;
        }

        .menu a.focus {
            font-weight: bold;
        }

        .menu a:hover {
            color: yellow;
        }

.banner {
    height: 100px;
    line-height: 100px;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: left;
    background: url(skin/banner_bg.png) repeat-y left;
    background-size: 1000px 100px;
    font-size: 200%;
    text-indent: 5pc;
    color: white;
}


.list {
    text-align: left;
    border: solid 1px #4D8AC3;
    width: 390px;
    min-height: 200px;
    _height: 200px;
    float: left;
    margin: 0px 5px 5px 0px !important;
}

    .list .caption {
        height: 28px;
        line-height: 32px;
        background: url(skin/caption_bg.jpg) #e6eff6 left top no-repeat;
        text-indent: 30px;
        color: #264586;
        font-weight: bold;
        border-bottom: solid 1px #4D8AC3;
        margin: 0px;
        padding: 0px;
    }

        .list .caption a {
            display: inline-block;
            text-align: center;
            width: 100px;
            height: 29px;
            margin: -1px 0px 0px -1px;
        }

            .list .caption a.focus {
                background: url(skin/tabs_bg.png) repeat-x;
                border: solid 1px #4D8AC3;
                border-bottom: none;
            }


    .list ol {
        padding: 0px;
    }

        .list ol li {
            line-height: 24px;
            text-align: left;
            padding-left: 20px;
            margin-top: 5px;
            background: url(skin/icon01.gif) no-repeat 5px 8px;
        }


    .list table td {
        height: 21px;
        line-height: 20px;
        border-bottom: solid 1px #efefef;
    }


.footer {
    border-top: solid 1px #dcdcdc;
    text-align: center;
    line-height: 20px;
    color: #555555;
    font-family: Tahoma;
    font-size: 12px;
    background-color:#b0b0b0;
}




a.more {
    font-size: 12px;
    float: right;
    font-weight: normal;
}


article, .article {
    width: 96%;
    text-align: left;
    font-size: 14px;
    text-indent: 2pc;
    color: black;
    font-weight: normal;
    padding: 2% 2% 2% 2%;
}

    article h1, .article h1 {
        margin: 10px;
        text-align: center;
        font-size: 200%;
        line-height: 60px;
    }

    article h2, .article h2 {
        margin: 0px;
        font-size: 150%;
        line-height: 50px;
    }

    article h3, .article h3 {
        margin: 10px;
        font-weight: bold;
        line-height: 40px;
    }


    article p, .article p {
        font-weight: normal;
        line-height: 32px;
    }


.fileicon {
    padding-left: 18px;
    background: url(icons/16x16/attachment.gif) no-repeat;
}

div.files a {
    text-indent: 0;
    padding-left: 18px;
    line-height: 16px;
    display: inline-block;
    height: 16px;
    background: url(icons/16x16/attachment.gif) no-repeat;
}


.fileuploadbtn {
    background: red;
}

div.files span {
    margin-right: 10px;
    display: inline-block;
}

div.files b {
    font-weight: normal;
    cursor: pointer;
    color: red;
}

    div.files b:hover {
        text-decoration: underline;
    }


.pixviewer {
    width: 1000px;
    height: 248px;
    text-align: center;
    position: relative;
    clear: both;
}

    .pixviewer img {
        width: 998px;
        height: 248px;
        border: solid 1px #fff;
        padding: 0px;
        margin: 0px;
    }


    .pixviewer .img_buttons {
        display: inline-block;
        position: absolute;
        right: 10px;
        bottom: 15px;
    }

        .pixviewer .img_buttons a {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin: -1px;
            border: solid 1px #fff;
            background: #000;
            font-family: Verdana;
            font-weight: bold;
            color: #fff;
            text-align: center;
            line-height: 14px;
            text-decoration: none;
        }

            .pixviewer .img_buttons a.focus {
                background: #FF8000;
            }

            .pixviewer .img_buttons a:hover {
                background: red;
            }

.icons {
    text-align: right;
}



    .icons a {
        text-align: left;
        width: 180px;
        display: inline-block;
        clear: both;
        height: 32px;
        margin-bottom: 10px;
        line-height: 32px;
        color: #41464c;
        font-weight: bold;
        word-spacing: 20px;
        background: linear-gradient(0deg,#eaeaea,#fcfcfc) 0px 0px repeat-x;
        border: 1px solid #B4B4B4;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        opacity: 1;
    }

        .icons a:hover {
            border: solid 1px #000;
            opacity: 1;
        }

        .icons a.disabled {
            opacity: 0.3;
            border: 1px solid #B4B4B4;
            cursor: not-allowed;
        }

    .icons b {
        background-size: 32px 32px;
        background-repeat: no-repeat;
        background-position: -1px -1px;
        vertical-align: top;
        font-size: 16px;
        padding-left: 50px;
        letter-spacing: 4px;
        display: inline-block;
        height: 32px;
    }

.html5 {
    padding-left: 48px;
    background: url(http://cdn.mingshi58.com/style/skin/html5.png) no-repeat;
    display: inline-block;
    color: gray;
    text-align: left;
    height: 32px;
    line-height: 32px;
}
