* {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul, li {
    list-style: none;
    padding-left: 0em;
}

fieldset, img {
    border: none;
}

#hotnews {
    width: 260px;
    margin: 1px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
}

#hotnews_caption {
    width: 260px;
    overflow: hidden;
    border-bottom: 1px solid #FAFAFA;
}

#hotnews_caption ul {

}

#hotnews_caption ul li {
    float: left;
    border-left: 1px solid #FFF;
    width: 130px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;

}

#hotnews_caption .normal {
    background: #E4E4E4;
    border-radius:5px 5px 0 0;
}

#hotnews_caption .current {
    background: #e51620;
    color: #FFF;
    border-radius:5px 5px 0 0;
}

#hotnews_content {
}

#hotnews_content .normal {
    display: none;
}

#hotnews_content .current {
    display: block;
}

#hotnews_content ul {
    padding: 8px 0 0 5px;
}

#hotnews_content ul li a {
    font-size: 16px;
    letter-spacing: 1pt;
    line-height: 18pt;
}
.my-layer-skin{

    color:black;
}
.my-layer-skin .layui-layer-btn
{
    color: white;
}
.my-layer-skin .layui-layer-btn1{
    border-color: #8b888b;
    background-color: #c4c1c4;
    color: black;
}
.my-layer-skin .layui-layer-btn0{
    border-color: #e61610;
    background-color: #f81f00;
    color: white;
}
