﻿@charset "utf-8";
/* CSS Document */


/* Default.aspx */
.default_pic {
    background-image: url(../Images/anli/1.jpg);
}

.default_h5 {
    color: #FFF;
}
/* End Default.aspx*/

/*notice.aspx*/
#mainList {
    margin: 0px auto;
    text-align: center;
}

#noticeCaption {
    font-size: 40px;
    font-family: 'Microsoft YaHei';
    padding: 30px;
}

#lists {
    text-align: center;
    margin: 0 auto;
}

    #lists ul {
        display: block;
        padding: 0 0;
    }

.listcate {
    display: inline;
    font-size: 20px;
    font-style: unset;
    padding: 20px 30px;
    margin: 0;
    border: 1px solid #efefe6;
}

    .listcate a {
        color: #000;
    }

    .listcate:hover {
        background-color: burlywood;
    }

#listsrepeater {
    margin: 20px auto;
    text-align: center;
    width: 1400px;
    min-height: 200px;
    text-align: center;
    color: #000;
    font-size: 20px;
    border: 1px solid #ffcc00;
    background: #fffff7;
    border-style: groove;
    border-radius: 20px;
}
.listA {
    color:#000;
}
    .listA:hover {
        color: #fff;
        
    }

.listdetails {
    margin: 10px 20px;
    border: 1px dashed gray;
    color: black;
    padding: 5px 20px;
    font-family: 'Times New Roman';
    font-size: 16px;
}

    .listdetails:hover {
        background-color: cornflowerblue;
    }



#mainListCaption {
    padding: 0px 5px;
    /*background-image: url('../Images/bg/listbg.png');*/
    border-bottom: 2px solid #8CC0D4;
}

#SubCate {
    padding: 0px 20px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    /*background-color: #C8EBFA;*/
    text-align: left;
}







/* client/register.aspx */
.registertext {
    width: 600px;
}

.registerstar {
    color: red;
    margin: 0 5px;
}
/* client/client.master */
.clientmastermenu {
    display: inline;
}
/* Detail.aspx */
#publish {
    width: 1000px;
    margin: 20px auto;
    border: 0px solid red;
    text-align: center;
}

#publishcaption {
    line-height: 32px;
    text-align: center;
    font-size: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif,黑体;
    font-weight: bold;
}
