﻿#main-frame-table {
}

    #main-frame-table #t1 {
        width: 60px;
    }

    #main-frame-table #t2 {
        width: 680px;
        padding: 3px;
    }

    #main-frame-table #t3 {
        width: 220px;
        padding: 3px;
    }

        #main-frame-table #t3 a {
            font-size: 13px;
        }

#main-frame-table1 {
    margin-left: 50px;
}

    #main-frame-table1 .w {
        width: 680px;
    }


.m-c100 {
    height: 65px;
    margin-top: 5px;
}

.m-c101 {
    float: left;
}

.m-c102 {
    float: right;
    padding-top: 13px;
}

.m-c103 {
    border: solid 1px gray;
    height: 32px;
    width: 670px;
    padding: 3px;
    padding-top: 10px;
}

.m-c104 {
    float: left;
    padding-left: 10px;
}

.m-c105 {
    float: left;
    padding-left: 25px;
    cursor: pointer;
}

.m-c106 {
    width: 646px;
    padding: 15px;
    margin-top: 5px;
    border: solid 1px gray;
    height: auto;
}

.m-c107 {
    border-bottom: dashed 1px gray;
    height: 155px;
    padding-bottom: 5px;
}

.m-c111 {
    border-bottom: dashed 1px gray;
    height: 145px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.m-c113 {
    height: 145px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.m-c108 {
    float: left;
    padding-left: 10px;
    width: 270px;
    height: 135px;
}

.m-c110 {
    margin-top: 5px;
}

.m-c114 {
    margin-top: 10px;
    border: solid 1px gray;
    height: 73px;
    padding: 5px;
}

.m-c115 {
    float: left;
    padding-left: 10px;
}

.m-c116 {
    color: #e9631a;
}

.m-c117 {
    border-top: dashed 1px #e9631a;
}

.m-c118 {
    width: auto;
    min-height: 600px;
    padding: 3px;
    border: solid 1px #d0d0d0;
    min-height: 0px;
    padding-left: 5px;
}

.m-c119 {
    width: auto;
    min-height: 600px;
    padding: 3px;
    border: solid 1px #d0d0d0;
    min-height: 0px;
    padding-left: 5px;
    margin-top: 10px;
}

.m-version {
    margin: 0px;
    padding-top: 3px;
    padding-left: 30px;
    display: block;
    font-size: 13px;
    width: 100%;
    height: 25px;
}

#main-frame-table1 {
}

    #main-frame-table1 .main-conainer-1 {
        background-color: #011236;
        padding: 15px;
        border-radius: 6px;
    }

    #main-frame-table1 .main-container-2 {
        background-color: #212125;
        padding: 15px;
        margin-top: 10px;
        border-radius: 6px;
    }

    #main-frame-table1 .title {
        display: block;
        color: #e6e6e6;
        width: 480px;
        height: 28px;
        font-weight: bold;
        font-size: 14pt;
        margin-top: 3px;
    }

    #main-frame-table1 .content {
        padding: 10px;
        color: #e6e6e6;
    }

    #main-frame-table1 .right {
        width: 200px;
        text-align: center;
        vertical-align: middle;
        vertical-align: central;
        padding-left: 20px;
    }

.comment-products {
    width: 670px;
    border-bottom: 1px dashed #dadada;
    height: 40px;
}

    .comment-products .more {
        width: 280px;
        font-size: 11pt;
        color: #3a68d0;
        margin-top: 13px;
    }

        .comment-products .more a {
            font-size: 11pt;
            color: #3a68d0;
        }

.main-area-title {
    width: 100px;
    font-weight: bold;
    font-size: 14pt;
    margin-top: 13px;
}

.main-pub-doc {
    width: auto;
    margin-top: 13px;
    text-align: left;
}

    .main-pub-doc .custom {
        font-weight: bold;
        font-size: 13pt;
    }


#main-newly-doc {
    height: 40px;
    border-bottom: 1px dashed #dadada;
}

    #main-newly-doc .title {
        display: inline;
        width: 100px;
        font-weight: bold;
        font-size: 14pt;
        margin-top: 13px;
    }

    #main-newly-doc .content {
        margin-top: 15px;
    }

        #main-newly-doc .content div {
            height: 20px;
        }


#main-recomment {
}

    #main-recomment .t1 {
        width: 330px;
        height: 20px;
    }

    #main-recomment .t2 {
        width: 330px;
        height: 20px;
    }

    #main-recomment td div {
        height: 20px;
        display: block;
        width: 100%;
    }

.counter {
    display: inline;
    padding-left: 5px;
    color: #5783d2;
    font-size: 9pt;
}

/********************************************************/

.search_container {
    width: 100%;
    height: 25px;
    padding: 0px;
    text-align: left;
    position: relative;
    margin-bottom: 8px;
    margin-top: 3px;
}

    .search_container > input:first-of-type {
        /*输入框高度设置为40px, border占据2px，总高度为42px*/
        width: 163px;
        height: 25px;
        border: 1px solid #ccc;
        font-size: 14px;
        outline: none;
    }

        .search_container > input:first-of-type:focus {
            border: 1px solid #317ef3;
            padding-left: 0px;
        }

    .search_container > input:last-of-type {
        /*button按钮border并不占据外围大小，设置高度42px*/
        width: 50px;
        height: 27px;
        position: absolute;
        background: #317ef3;
        border: 1px solid #317ef3;
        color: #fff;
        font-size: 14px;
        outline: none;
        cursor: pointer;
    }

.main-page-keywords {
    width: 860px;
    margin: 10px;
    padding: 5px;
    margin-top: 10px;
    margin-left: 67px;
    height: 150px;
}

    .main-page-keywords p {
        height: 22px;
        border: 1px dotted gray;
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 5px;
        margin-right: 5px;
        float: left;
    }

    .main-page-keywords .color1 {
        background-color: #c7a779;
        color: white;
    }

    .main-page-keywords .color2 {
        background-color: #2555b9;
        color: white;
    }

    .main-page-keywords .color3 {
        background-color: #a6aebd;
        color: white;
    }

    .main-page-keywords .color4 {
        background-color: #3d83ef;
        color: white;
    }

    .main-page-keywords .color5 {
        background-color: #6883ab;
        color: white;
    }

    .main-page-keywords .color6 {
        background-color: #746780;
        color: white;
    }

    .main-page-keywords .color7 {
        background-color: #3061b9;
        color: white;
    }

    .main-page-keywords .color8 {
        background-color: #407a8c;
        color: white;
    }

    .main-page-keywords .color9 {
        background-color: #8d86c5;
        color: white;
    }

    .main-page-keywords .color10 {
        background-color: #ffffff;
        color: #171717;
    }

    .main-page-keywords a {
        color: white;
    }

.new-title-2020 {
    text-align: center;
    margin-top: 50px;
    border-bottom: 1px dotted #e4e9f0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

    .new-title-2020 h2 {
        font-size: 22px;
        color: #494949;
    }

.main-page-foot-img {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin-top: 30px;
}

    .main-page-foot-img img {
        margin-top:30px;
    }

.case-main {
    width: 838px;
    height: 135px;
    box-shadow: 0 0 3px #ddd;
    padding: 8px 8px 8px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 70px;
}

    .case-main p {
        font-size: 10pt;
        margin-bottom: 5px;
    }

    .case-main td {
        width: 200px;
        text-align: center;
    }
