@charset "utf-8";
body, html {
    height: 100%;
    width: 100%;
    font-size: 12px;
    color: #333;
    font-family: "Microsoft Sans Serif";
}
body * { max-height: 999999px; }
* {
    box-sizing: border-box;
}

.page_father {
    width: 100%;
    min-height: 100%;
    background-color: #ffffff;

}
.header {
    height: 50px;
    background: #d53333;
}
.header .content {
    width: 1200px;
    margin: 0 auto;
}
.header .content .left {
    display: inline-block;
    vertical-align: middle;
}
.header .content .left > span {
    margin-left: 30px;
}
.header .content .left > span:nth-of-type(1) {
    margin-left: 4px;
}
.header .content .left .logo img {
    width: 24px;
}
.header .content .left span {
    line-height: 50px;
    font-size: 14px;
}
.header .content .left span.wh {
    font-size: 16px;
}
.header .content .left span a {
    color: #fff;
}
.header .content .right .mbBtn {
    display: none;
}
.header .content .right li {
    line-height: 50px;
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}
.header .content .right li a {
    color: #fff;
}

.bg {
    height: 200px;
    background: url(../images/yjs_bg.png) center no-repeat;
    background-size: cover;
	width: 1200px;
    text-align: center;
    margin: 0 auto;
}
.wrapper{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 1px;
}
.wrapper .selectWrapper {
    margin: 15px 0;
    position: relative;
    user-select: none;
}
.wrapper .selectWrapper .btn {
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #d53333;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
	padding:0;
}
.wrapper .selectWrapper .btn::after {
    content: '';
    display: block;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -2px;
    width: 0;
    height: 0;
    border: 4px solid;
    border-color: #fff transparent transparent transparent;
}
.wrapper .selectWrapper .yearList {
    width: 96px;
    position: absolute;
    top: 42px;
    left: 0;
    background-color: #fff;
    z-index: 10;
    display: none;
    border: 1px solid #f8d1cd;
	border-radius: 5px;
}
.wrapper .selectWrapper .yearList li {
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.wrapper .selectWrapper .yearList li a {
    width: 100%;
    height: 100%;
    display: block;
    color:#333;
}
.wrapper .selectWrapper .yearList li a:hover{
    color: #fff;
    background-color: #d53333;
}
.wrapper .tableWrapper {
    border: 1px solid #f8d1cd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}
.wrapper .tableWrapper .tableHead {
    background: #fbf2f1;
}
.wrapper .tableWrapper .tableHead .title {
    color: #333;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    padding-left: 15px;
}
.wrapper .tableWrapper .tableHead .title::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/36-list-icon-home.png);
    background-size: 100% 100%;
    margin-right: 10px;
    transform: translateY(2px);
}
.wrapper .tableWrapper .list .style1 li {
    font-size: 16px;
    color: #333;
    padding-left: 45px;
    line-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wrapper .tableWrapper .list .style1 li a {
    color: #2D66A5;
}

.wrapper .tableWrapper .list .style2 li {
    width: 49%;
    display: inline-block;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 44px;
}
.wrapper .tableWrapper .list .style2 li > a {
    font-size: 16px;
    color: #212121;
    padding-left: 45px;
	width:calc(100%-180px);
	display:inline-block;
}
.wrapper .tableWrapper .list .style2 li .fr {
    padding-right: 20px;
    width: 180px;
}
.wrapper .tableWrapper .list .style2 li .fr a {
    width: 70px;
    display: inline-block;
    font-size: 14px;
    color: #f6747a;
    margin-right: 20px;
}
@media screen and (max-width: 768px) {
    .page_father {
        position: relative;
        width: 100%;
        min-height: 20rem;
    }
    .header .content {
        width: 100%;
        padding-left: 20px;
        box-sizing: border-box;
    }
    .header .content .left .hbs,
    .header .content .left .zy {
        display: none;
    }
    .header .content .right .mbBtn {
        display: block;
    }
    .header .content .right .mbBtn img {
        width: 20px;
        margin-top: 15px;
        margin-right: 20px;
    }
    .header .content .right .navWrapper {
        height: 0;
        overflow: hidden;
        transition: all 0.5s ease;
        position: absolute;
        width: 120px;
        right: 0;
        top: 44px;
        background-color: #d53333;
    }
    .header .content .right .navWrapper.active {
        height: 212px;
    }
    .header .content .right .navWrapper li {
        display: block;
        height: 32px;
        text-align: center;
        margin-right: 0;
    }
    .header .content .right .navWrapper.active {
        height: 212px;
    }

    .bg {
        background-image: url(../images/banner-wap.png);
        height: 142px;
		width: 90%;
    }
    .wrapper{
        width: 100%;
        padding: 0 20px;
        padding-bottom: 1px;
    }
    .wrapper .tableWrapper .list .style2 li {
        height: auto;
        width:100%;
        display: block;
    }
    .wrapper .tableWrapper .list .style2 li > a {
        font-size: 14px;
        color: #212121;
        padding-left: 19px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .wrapper .tableWrapper .list .style2 li .fr {
        float: none;
        padding-left: 19px;
        margin-top: -15px;
        padding-right: 0px;
    }
}

.header{
	background: url(../images/head.jpg) 50% 40px no-repeat!important;
	height: 280px;
	background-color: #fff;
}
