﻿@charset "UTF-8";

#nav-frame .all-resource-list {
    display: none;
}

    #nav-frame .all-resource-list.on {
        display: block;
    }

#main-frame .main-content {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 40px;
}

#address-frame li {
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    margin: 0 2px;
}

#second-frame {
    margin-top: 10px;
}

#left-frame {
    float: left;
    width: 860px;
    padding: 0 19px;
    border: 1px #eee solid;
}

#right-frame {
    float: right;
    width: 280px;
}

#article-frame .article-head {
    padding: 55px 0 40px;
}

#article-frame .title-div {
    font-size: 30px;
    color: #333;
    line-height: 40px;
    text-align: center;
}

#article-frame .article-about {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-align: center;
    margin-top: 15px;
}

    #article-frame .article-about span {
        margin-right: 4px;
    }

#article-frame .article-content {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-bottom: 50px;
}
    #article-frame .article-content img{
        max-width:100%
    }

    #other-article {
        font-size: 14px;
        color: #666;
        line-height: 30px;
        padding-bottom: 35px;
        border-bottom: 1px #eee solid;
    }

    #other-article a {
        color: #666;
    }

        #other-article a:hover {
            color: #0c73c2;
        }

#new-information {
    padding: 25px 0 40px;
}

    #new-information .head-div {
        position: relative;
        padding-left: 12px;
        font-size: 18px;
        font-weight: bold;
        color: #0c73c2;
        line-height: 28px;
        margin-bottom: 15px;
    }

        #new-information .head-div:before {
            position: absolute;
            display: block;
            content: "";
            width: 3px;
            height: 18px;
            background: #0c73c2;
            left: 0;
            top: 5px;
            z-index: 5;
        }

    #new-information .info-list li {
        float: left;
        width: 410px;
        padding-left: 10px;
        background: url(../../../image/website/home-ico/home-li-bg.png) left center no-repeat;
        font-size: 14px;
        color: #666;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
    }

        #new-information .info-list li:nth-child(2n+1) {
            margin-right: 20px;
        }

        #new-information .info-list li .li-left {
            float: left;
            width: 300px;
        }

            #new-information .info-list li .li-left a {
                color: #666;
            }

                #new-information .info-list li .li-left a:hover {
                    color: #0c73c2;
                }

        #new-information .info-list li .li-right {
            float: right;
            color: #999;
        }

#right-frame .entrust-frame {
    background: #f8f8f8;
}

#right-frame .entrust-head {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
    text-align: center;
    background: #0c73c2;
    padding: 0 20px;
}

#right-frame .entrust-content {
    padding: 20px;
    border: 1px #eee solid;
}

    #right-frame .entrust-content textarea {
        width: 180px;
        height: 120px;
        font-size: 14px;
        color: #666;
        line-height: 18px;
        border: 1px #d8d8d8 solid;
        padding: 9px;
        resize: none;
    }

        #right-frame .entrust-content textarea::-webkit-input-placeholder {
            color: #bcbcbc;
        }

        #right-frame .entrust-content textarea:-moz-placeholder {
            color: #bcbcbc;
        }

        #right-frame .entrust-content textarea::-moz-placeholder {
            color: #bcbcbc;
        }

        #right-frame .entrust-content textarea:-ms-input-placeholder {
            color: #bcbcbc;
        }

    #right-frame .entrust-content .btn-div {
        margin-top: 8px;
    }

        #right-frame .entrust-content .btn-div a {
            display: block;
            font-size: 16px;
            color: #fff;
            line-height: 44px;
            text-align: center;
            background: #0c73c2;
        }

#right-frame .news-frame {
    margin-bottom: 20px;
    border: 1px #eee solid;
}

    #right-frame .news-frame .head-div {
        font-size: 14px;
        font-weight: bold;
        color: #0c73c2;
        line-height: 38px;
        padding: 0 19px;
        background: #f8f8f8;
        border-bottom: 1px #eee solid;
    }

    #right-frame .news-frame .content-div {
        padding: 12px 19px;
        font-size: 12px;
        color: #333;
        line-height: 28px;
    }

        #right-frame .news-frame .content-div a {
            color: #666;
        }

            #right-frame .news-frame .content-div a:hover {
                color: #0c73c2;
            }
