﻿.warn {
    height: 25px;
    background-color: #8e1f37;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 32px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    width: 295px;
    float: left;
    display: none;
    margin-left: 140px;
}

.warn1 {
    width: 115px;
    display: inline-block;
    float:left;
    margin-top:3px;
}

.warn2 {
    width: 170px;
    display: inline-block;
    float:left;
}

.windowMb {
    width: 344px;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 5px 10px #646464;
    position: absolute;
    top: 200px;
    left: 330px;
    display: none;
    z-index: 30;
}

.TopBG {
    background-image: url('/images/TS777/head4.png');
    padding: 20px; 
    width: 304px;
    /*height: 118px;*/
    /*text-align: center;*/
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    /*line-height: 190px;*/
    text-shadow: 3px 3px 3px rgba(0,0,0,.6);
    border-radius: 5px 5px 0 0;
    word-wrap: break-word;
    text-align: center;
}

.BTNFinish {
    width: 344px;
    height: 56px;
    cursor: pointer;
    border: none;
    background: none;
    background-image: url(/images/HyzxOK.png);
    color: #b7b7b7;
    font-size: 14px;
    line-height: 54px;
    font-weight: bold;
    border-radius: 0 0 10px 10px;
}

.newsContent {
    background-color: #fff;
    margin: 0 auto;
    font-size: 15px;
    color: #313a4b;
    padding: 20px;
    word-wrap: break-word;
    min-height: 140px;
}

.BTNFinish:hover {
    background-position: bottom;
    font-size: 14px;
    line-height: 54px;
    font-weight: bold;
    color: #FFF;
}