﻿* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-family: 'Microsoft YaHei';
}

a {
    text-decoration: none;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.red {
    color: red;
}

.border {
    border: 1px solid red;
}

.fcenter {
    margin-left: auto;
    margin-right: auto;
}

.cwidth {
    width: 1200px;
}
#head {
    min-width: 1200px;
}
#head .top {
    height: 36px;
    background-color: #f4f4f4;
    color: #8a8a8a;
    font-size: 16px;
    padding-top: 14px;
}

    #head .top .content {
        width: 1080px;
        padding: 0px 60px 0px 60px;
    }

    #head .top a {
        text-decoration: none;
        color: #8a8a8a;
    }

#head .center {
    padding-top: 15px;
    display: block;
}

    #head .center a {
        text-decoration: none;
    }

    #head .center .left {
        width: 244px;
    }

    #head .center .middle {
        width: 505px;
        text-align: center;
    }

        #head .center .middle .name {
            text-shadow: 1px 1px #ddd,2px 2px #ddd,3px 3px #ddd;
            font-size: 48px;
            font-weight: bold;
            color: #4364a2;
        }

        #head .center .middle .url {
            text-shadow: 1px 1px #ddd,2px 2px #ddd,3px 3px #ddd;
            font-size: 24px;
            color: #999;
            font-weight: bold;
            letter-spacing: 3px;
        }

    #head .center .right {
        width: 390px;
        margin-top: 22px;
        text-align: center;
        height: 46px;
        box-shadow: -2px 5px 5px #ddd;
    }

        #head .center .right .ico-search {
            width: 18px;
            height: 18px;
            border-radius: 100%;
            border: 2px solid #ababab;
            position: relative;
            margin: 12px 0px 0px 15px;
        }

            #head .center .right .ico-search:after {
                content: "";
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                transform: rotate(45deg);
                width: 8px;
                height: 2px;
                position: absolute;
                top: 18px;
                left: 17px;
                background-color: #ababab;
            }

        #head .center .right .search-box {
            width: 340px;
            height: 46px;
        }

            #head .center .right .search-box .search-input {
                outline: none;
                height: 46px;
                width: 260px;
                font-size: 17px;
                color: #999;
            }

                #head .center .right .search-box .search-input:active {
                    outline: none;
                }

            #head .center .right .search-box .search-btn {
                outline: none;
                height: 46px;
                width: 80px;
                font-size: 17px;
                color: white;
                background-color: #1864b8;
            }

                #head .center .right .search-box .search-btn:hover {
                    cursor: pointer;
                }

                #head .center .right .search-box .search-btn:active {
                    color: #efc53f;
                }

#head .bottom {
    clear: both;
    height: 48px;
    display: block;
    background-color: #034ea1;
}

    #head .bottom .navigator {
        height: 48px;
    }

        #head .bottom .navigator .title {
            text-shadow: 1px 1px #034ef1;
            text-decoration: none;
            width: 130px;
            height: 33px;
            font-size: 18px;
            color: white;
            padding-top: 13px;
            display: block;
            float: left;
            text-align: center;
        }

            #head .bottom .navigator .title:hover {
                cursor: pointer;
                color: #efc53f;
                border-bottom: 3px solid #ffd044;
            }

        #head .bottom .navigator .checked {
            color: #efc53f;
            border-bottom: 3px solid #ffd044;
        }

#content {
    clear: both;
    min-width:1200px;
}

    #content .marging-left-10 {
        margin-left: 10px;
    }

    #content .infobox {
        border-top: 1px solid #034ea1;
        margin-top: 15px;
        box-shadow: 0px 0px 5px #ddd;
        float: left;
    }
        #content .infobox .title span:last-child {
            display: block;
            float: right;
            padding-top: 10px;
            padding-right: 5px;
        }

            #content .infobox .title span:last-child a {
                color: #666;
                font-size: 14px;
            }

        #content .infobox .title span:first-child {
            text-shadow: 1px 1px #034ef1;
            display: block;
            float: left;
            width: 120px;
            height: 30px;
            padding-top: 10px;
            font-size: 16px;
            font-weight: bold;
            color: white;
            text-align: center;
            background-color: #4364a2;
        }

        #content .infobox ul {
            clear: both;
            margin-top: 65px;
        }

            #content .infobox ul li {
                line-height: 38px;
                overflow: hidden;
                padding-left: 15px;
            }

                #content .infobox ul li:hover {
                    background-color: #eee;
                }

            #content .infobox ul.style-red li {
                padding-left: 0px;
                overflow: visible;
                list-style: disc;
                color: red;
                margin-left: 25px;
            }

            #content .infobox ul.style-gray li {
                border-top: 1px dashed #ddd;
            }

                #content .infobox ul.style-gray li span {
                    display: block;
                    width: 1px;
                    height: 6px;
                    background-color: #ddd;
                    transform: rotate(45deg);
                    overflow: hidden;
                    float: left;
                    margin-top: 15px;
                    margin-left: 20px;
                    margin-right: 25px;
                }

            #content .infobox ul li a {
                display: block;
                font-size: 14px;
                color: #444;
                max-width: 90%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                float: left;
            }

            #content .infobox ul li span {
                display: block;
                float: right;
                font-size: 14px;
                padding-right: 5px;
            }
        #content .infobox ul.links{
            margin-top:0px;
            height:250px;
            overflow:scroll;
        }
            #content .infobox ul.links li {
                display: inline-block;
                float: left;
            }
                #content .infobox1 {
        margin-top: 15px;
        box-shadow: 0px 0px 5px #ddd;
        float: left;
    }
        #content .infobox1 .title {
            width:100%;
        }
        #content .infobox1 hr {
            height: 1px;
            border: none;
            border-top: 1px solid #ccc;
        }
        #content .infobox1 .title span {
            display: block;
            height: 35px;
            padding-top: 5px;
            font-size: 20px;
            font-weight: bold;
            color: #4364a2;
            text-align: left;
            padding-left:20px;
            text-shadow: 2px 2px #ddd;
        }
            #content .infobox1 .title span a {
                color: #4364a2;
            }
            #content .infobox1 .title span span {
                display: inline-block;
                padding-left: 0px;
                font-size: 16px;
            }
            #content .infobox1 ul {
                clear: both;
                margin-top: 15px;
            }

        #content .infobox1 ul li {
            line-height: 38px;
            overflow: hidden;
            padding-left: 15px;
            width:97%;
            display:inline-block;
        }
            #content .infobox1 ul li description {
                padding-left: 15px;
                font-size:12px;
            }

            #content .infobox1 ul li:hover {
                background-color: #eee;
            }
                #content .infobox1 ul.style-red li red {
                    color:red;
                    font-weight:bold;
                    padding:0px 3px 0px 3px;
                }
        #content .infobox1 ul.style-red li {
            border-top: 1px dashed #ddd;
            padding-left: 0px;
            overflow: visible;
            list-style:disc;
            color:red;
            margin-left: 20px;
        }
        #content .infobox1 ul.style-red li:first-child {
            border-top: 0px dashed #ddd;
        }
        
    #content .infobox1 ul li a {
        display: block;
        font-size: 14px;
        color: #444;
        max-width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
    }

    #content .infobox1 ul li span {
        display: block;
        float: right;
        font-size: 14px;
        padding-right: 5px;
    }





    #content .infobox .imgcontent {
        padding-left: 5px;
        padding-right: 5px;
        width: 415px;
        height: 36px;
        padding-top: 10px;
        position: relative;
        bottom: 50px;
        text-align: center;
        background-color: black;
        opacity: 0.6;
        color: white;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #content .infobox .FLinks ul li {
        display: inline-block;
        float: left;
        height:auto;
    }
        #content .infobox .FLinks ul li:hover {
            background-color:white;
        }
    #content .infobox .FLinks ul li a{
        max-width:100%;
    }
        #content .infobox .image-scroll {
            clear: both;
            height: 230px;
            width: 1200px;
            overflow: hidden;
            padding-top: 20px;
        }

            #content .infobox .image-scroll ul {
                padding: 0px;
                margin: 0px;
            }

                #content .infobox .image-scroll ul li {
                    padding: 0px;
                    margin: 0px;
                    display: inline-block;
                    text-align: center;
                    font-size: 16px;
                    color: #333;
                    max-width:200px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    padding-left: 50px;
                }

                    #content .infobox .image-scroll ul li:hover {
                        cursor: pointer;
                        background-color: #fff;
                    }
                    #content .infobox .image-scroll ul li div:last-child {
                        display:block;
                        text-overflow: ellipsis;
                    }

#foot {
    position: relative;
    top: 50px;
    clear: both;
    width: 100%;
    min-width:1200px;
    background-color: #4364a2;
    color: white;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    padding-bottom: 20px;
}
