.banner {
    width: 100%;
    display: block;
    position: relative;
    height: 415px;
    overflow: hidden;
}

.banner .img {
    width: 100%;
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â® */
.link-bread {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    z-index: 50;
    font-size: 16px;
    color: #fff;
    width: 100%;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
}

.link-bread img {
    margin-right: 10px;
    margin-top: 3px;
}

.link-bread table {
    font-size: 16px;
    color: #fff;
    max-width: 860px;
}

.link-bread table tbody tr td a {
    color: #fff;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â® */
.main {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» */
.class {
    width: 250px;
    margin-top: -165px;
    position: relative;
    z-index: 50;
    background: #fff;
    margin-right: 15px;
}

.class_title {
    width: 100%;
    background: #0d449b;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 22px 15px;
}

.class ul {
    padding: 15px 15px 30px;
    background: url(../images/ul_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.class ul li {
    width: 100%;
    background: url(../images/li_bottom.png) no-repeat;
    background-size: 100% auto;
    background-position: bottom;
}

.class ul li a {
    font-size: 20px;
    color: #000;
    position: relative;
    display: block;
    padding: 20px 0;
    padding-right: 20px;
}

.class ul li a.click {
    color: #0e449c;
}

.class ul li a.click:after {
    content: ">";
    color: #0e449c;
    font-size: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» */
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 1ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
.content {
    width: 935px;
}

.content_title {
    width: 100%;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #c4c8ca;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content_title.content_class {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 29px;
}

.content_title.content_class a {
    float: right;
    font-size: 14px;
}

.content ul.content1 li {
    width: 280px;
    float: left;
    margin-bottom: 52px;
}

.content ul.content1 li:not(:nth-child(3n + 0)) {
    margin-right: 54px;
}

.content ul.content1 li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #000000;
    text-align: center;
    background: #f7f7f7;
    line-height: 60px;
}

.content ul.content1 li:hover a {
    box-shadow: 0 0 10px rgba(39, 16, 9, 0.3);
    background: url(../images/li_hover.png) no-repeat 100%;
    background-color: #f7f7f7;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 1ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 2ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
.content2 {
    margin-bottom: 0;
}
.content2.content2_class{
    margin-bottom: 15px;
}
.content2 li:hover {
    position: relative;
    z-index: 1;
}

.content2 li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 20px;
    background-image: url(../images/content2_li_bg.png);
    background-color: #fff;
    background-repeat: repeat-x;
    background-position: bottom;
}

.content2 li:hover a {
    background-image: url(../images/content2_li_h_bg.png);
    background-size: 100%;
    box-shadow: 0 0 10px rgba(39, 16, 9, 0.3);
}

.content2.content2_class li a {
    background: none;
    box-shadow: 0 0 0;
    padding: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 15px;
}
.content2.content2_class li a:before{
    content:"";
    display:block;
    width:5px;
    height:5px;
    background: #666;
}
.content2.content2_class li:hover a .list {
    color: #0a3375;
}

.content2 li .time {
    width: 106px;
    text-align: center;
}

.content2 li .time span {
    font-size: 42px;
    font-weight: bold;
    color: #0c1375;
    line-height: 34px;
    display: block;
    margin-bottom: 6px;
}

.content2 li .time p {
    background: #0c1375;
    font-size: 18px;
    color: #fff;
}

.content2 li .list {
    width: 100%;
    padding: 0 25px;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 27px;
}
.content2 li .list .date{
    font-size:16px;
}
.content2.content2_class li .list {
    padding: 0 10px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â 2ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ */
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
.detail-title {
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    color: #0e378f;
    text-align: center;
    margin-bottom: 10px;
}

.detail-mess {
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}

.detail-mess a,.detail-mess span {
    font-size: 14px;
    color: #1a1311;
}

.detail-content p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
}
.details-pic{
    width:100%;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}
.details-pic object:before{
    content:"";
    display:block;
    width:100%;
    height: 50px;
    position:absolute;
    top:0;
    left:0;
    background: #323639;
    z-index:999;
}
object{
    margin-top: -59px;
    height: 100vh;
}
.detail-content .details-pic img{
    width: 100%;
    max-width:30%;
    float:left;
    margin-right: 3%;
}
.detail-content img {
    max-width: 100%;
}
.appendix{
    width:100%;
    font-size: 14px;
}
.appendix_tit{
    font-size:16px;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â  */
