﻿/*首页按钮*/
.indexButton{
    width: 70px;
    height: 70px;
    position: absolute;
    cursor: pointer;
    background-color:transparent; 
}

/*项目文字*/
.proText {
    color: #5cbdc4;
    letter-spacing: 10px;
    font-size: 130%;
    text-align: center;
    padding: 5px 15px 5px 25px;
}

/*按钮*/
.buttom {
    color: white;
    background-color: #339169;
    letter-spacing: 10px;
    font-size: 100%;
    text-align: center;
    padding: 5px 15px 5px 25px;
    border-radius: 5px;
    border:none;
}

/*信息文字*/
.msgText {
    color:crimson;
    font-size: 100%;
}

/*信息文字*/
.newsText {
    color: crimson;
    font-size: 90%;
}

/*文字*/
.text {
    text-indent: 2em;
    text-align: left;
    color:dimgray;
}

/*标示文字*/
.markText {
    color: #339169;
    font-weight:bold; 
}
