@charset "utf-8";
/* CSS Document */

body {
    background-color: #EEEEEE;
}

/* 首页中间样式 */
.wrap {
    width: 1080px;
    margin: 0 auto 0 auto;
    /*与导航栏的固定距离*/
}

.main {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    color: #333;

    overflow: auto;
    background-color: #FFFFFF;
    border: 1px solid #e4e4e4;
    box-shadow: 0 0 20px #dddddd;
}

/*head*/
.head {
    margin: 10px 40px 10px 40px;
}

.head h1 {
    text-align: left;
    font-size: 30px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    margin-bottom: 0;
    /*color:#60C;*/
}

.head table {
    width: 100%;
    height: 140px;
    text-align: center;
    margin-top: 0;
}

.head table p {
    font-size: 20px;
    padding: 0 60px 0 60px;
}

/*内容*/
.contents {
    width: 100%;
    height: auto;
}

.contents h1 {
    margin: 20px 40px 10px 40px;
    text-align: left;
    height: 35px;
    font-size: 22px;
    font-weight: bolder;
    color: #21759b;
    border-bottom: 1px solid #e3e3e3;

}

.contents table {
    margin: 10px 40px 10px 40px;
    text-align: justify;
    font-size: 18px;
    line-height: 25px;
}

.contents table tr td a {
    text-decoration: none;
    color: inherit;
}

a {
    text-decoration: none;
    color: #214C9A;
}

.contents a {
    text-decoration: none;
    color: #214C9A;
}

a:hover {
    color: #D9671E;
    cursor: pointer;
}

.contents table tr td a:hover {
    color: #D9671E;
    cursor: pointer;
}

.contents p {
    margin: 0px 40px 0px 40px;
    text-align: justify;
    font-size: 18px;
    line-height: 25px;
}

div.gallery {
    margin: 5px;
    border: 3px solid #FFFFFF;
    float: left;
    width: 300px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.19);

}

div.gallery:hover {
    border: 3px solid #ddd;

    background-color: #ddd
}

div.gallery img {
    width: 100%;
    height: 250px;
}

div.desc {
    padding: 15px;
    font-family: å¾®è½¯é›…é»‘;
    font-weight: bold;
    text-align: center;
    background-color: #F5F5F5
}

div.desc:hover {

    background-color: #ddd
}

#show a {
    text-decoration: none;
    color: #000000;
}

.text_newtitle {
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-shadow: none;
    font-family: å¾®è½¯é›…é»‘;
    font-weight: bold;
    text-align: center;
}