/*
 * MIT License
 *
 * Copyright (c) 2022 L.H.S.L
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
/*
 * MIT License
 *
 * Copyright (c) 2022 L.H.S.L
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in all
 * copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */
.wrapper .ContentWrapper .Left {
    margin-top: 45px;
    width: 258px;
    height: 316px;
    /*background-color: gold;*/
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cccccc;
}

.wrapper .ContentWrapper .Right {
    margin-top: 45px;
    width: 870px;
    height: 1400px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}

.wrapper .ContentWrapper .Left .Header {
    height: 75px;
    background-color: #37694c;
    width: auto;
}

.wrapper .ContentWrapper .Left .Header .Text {
    font-family: "微软雅黑", serif;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 75px;
    font-weight: normal;
}

.wrapper .ContentWrapper .Left .InfoWrapper .Info {
    width: auto;
    height: 60px;
    background-color: #F6F6F6;
}

.wrapper .ContentWrapper .Left .InfoWrapper .Info .Text {
    color: #333333;
    font-size: 18px;
    text-align: left;
    line-height: 60px;
    font-weight: normal;
    padding-left: 30px;
    font-family: "微软雅黑", serif;
}

.wrapper .ContentWrapper .Left .InfoWrapper .Info:hover {
    background-color: #FFF;
    border-left: 5px #37694c solid;
}

.wrapper .ContentWrapper .Right .Header {
    width: 870px;
    height: 40px;
    border-bottom: #37694c 4px solid;
    border-left: #37694c 4px solid;
}

.wrapper .ContentWrapper .Right .Header .Text {
    line-height: 40px;
    color: #37694c;
    font-size: 20px;
    text-indent: 30px;
}

.wrapper .ContentWrapper .Right .Info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 75px;
    width: auto;
}

.wrapper .ContentWrapper .Right .Info:first-child {
    margin-top: 30px;
}

.wrapper .ContentWrapper .Right .Info .Text {
    color: #333333;
}

.wrapper .ContentWrapper .Right .Info .Text:hover {
    color: #1974A1;
}

.wrapper .ContentWrapper .Right .Info .Date {
    color: #cccccc;
}
