﻿#middle {
	width: 100%;
}

.middle {
	margin: 30px auto;
	background: #FFFFFF;
	padding: 20px 20px 80px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}

.mid-path {
	color: #999999;
	font-size: 14px;
}

/* 文章 */
.mid-wz {
	width: 960px;
	margin: 40px auto 0px auto;
	position: relative;
        min-height: 330px;
}

/*报名按钮*/
.signUp {
    padding: 10px 20px;
    background: #556CCF;
    color: #FFFFFF!important;
    display: inline-block;
    border-radius: 5px;
    position: absolute;
    right: 0px;
    top: 0px;
}

/* 相关公告 */
.notice-bg {
        width: 52px;
	padding: 10px 15px;
	border-radius: 5px;
	background: #556CCF;
	overflow: hidden;
	position: fixed;
	display: inline-block;
	right: 220px;
	top: 280px;
	z-index: 100;
	border: 1px solid #556CCF;
	-moz-box-shadow: 2px 2px 8px rgba(83, 108, 206, 0.5);
	-webkit-box-shadow: 2px 2px 8px rgba(83, 108, 206, 0.5);
	box-shadow: 2px 2px 8px rgba(83, 108, 206, 0.5);
}

.notice {
	color: #FFFFFF;
	display: inline-block;
        cursor: pointer;
}

.notice-list {
	display: none;
}

.notice-icon {
	width: 5px;
	height: 10px;
	vertical-align: middle;
	margin-top: -22px;
	margin-right: 8px;
}

.notice-sq {
	display: none;
}

.notice-tip {
	display: inline-block;
}

.notice-show {
	width: 320px;
	padding: 1px;
}

.notice-show .notice {
	padding: 10px 10px;
	box-sizing: border-box;
	width: 100%;
}


.notice-show .notice-sq {
	display: inline-block;
}

.notice-show .notice-tip {
	float: right;
}

.notice-show .notice-tip span {
	display: none;
}

.notice-show .notice-icon {
	width: 5px;
	height: 10px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.notice-show .notice-list {
	width: 100%;
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px 5px 0px 0px;
	color: #666666;
	font-size: 15px;
	display: block;
        height: 400px;
        overflow-y: scroll;
}

.notice-show .notice-list::-webkit-scrollbar {display: none;}

.notice-list ul li {
	margin-bottom: 15px;
}

.notice-ul {
	width: 100%;
	margin-top: 15px;
}

.notice-ul li {
	margin-bottom: 15px;
}

.notice-ul li a {
	width: 100%;
	color: #546ccf;
}

.wz-title {
	width: 70%;
	text-align: center;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin: 0 auto;
	margin-bottom: 20px;
}

.wz-time {
	width: 100%;
	font-size: 14px;
	color: #333333;
	text-align: center;
	margin-bottom: 35px;
}

.wz-time span{
	margin: 0px 5px;
}

.wz-table {
	width: 100%;
}

#table {
	border-radius: 5px;
}

#table td,
#table th {
	font-size: 14px;
	border: 1px solid #DEDEDE;
	padding: 0px 10px;
	box-sizing: border-box;
	height: 50px;
	color: #333333;
}

#table tr td:nth-child(1) {
	width: 120px;
	background: #F5F6F7;
	font-weight: bold;
	text-align: right;
}

#table tr td:nth-child(2) {
	width: 120px;
}

#table tr td:nth-child(3) {
	width: 170px;
	background: #F5F6F7;
	font-weight: bold;
	text-align: right;
}

#table tr td:nth-child(4) {
	width: 190px;
}

#table tr td:nth-child(5) {
	width: 170px;
	background: #F5F6F7;
	font-weight: bold;
	text-align: right;
}

#table tr td:nth-child(6) {
	width: 190px;
}

/* 文章详情 */
.wz-content{
        line-height: 30px;
}
.wz-content-title {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.wz-content-details {
	color: #333333;
	font-size: 16px;
	line-height: 28px;
}

/* 文章附件-图片 */
.wz-album {
	width: 100%;
margin-top: 40px;
}

.wz-tip-top {
	margin-top: 60px;
	margin-bottom: 55px;
}

.tip-left {
	width: calc((100% - 160px) / 2);
	height: 1px;
	float: left;
	background: #E5E5E5;
}

.tip-content {
	float: left;
	width: 160px;
	height: 40px;
	text-align: center;
	margin-top: -20px;
	font-size: 18px;
	color: #333333;
}

.tip-content span {
	color: rgba(0, 0, 0, 0.2);
	font-size: 14px;
}

.tip-right {
	width: calc((100% - 160px) / 2);
	height: 1px;
	float: left;
	background: #E5E5E5;
}

.album {
	width: 100%;
}

.album ul {
	width: calc(100% + 10px);
	margin-left: -10px;
}

.album ul li {
	width: calc(50% - 10px);
	height: 350px;
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
	background: #F5F6F7;
	text-align: center;
        position: relative;
}

.album ul li img {
	position: absolute;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	vertical-align: middle;
}

/* 附件下载 */
.wz-download{
	width: 100%;
margin-top: 40px
}


.download {
	width: 100%;
}

.download ul li {
	padding: 10px 15px;
	border: 1px solid #546ccf;
	color: #546ccf;
	display: inline-block;
	border-radius: 5px;
	margin-right: 20px;
}

.download ul li a {
	color: #546ccf;
}

.wz-print{
	border-top: 1px solid #E5E5E5;
	margin-top: 80px;
	padding-top: 50px;
}


.print-button{
	width: 120px;
	height: 45px;
	background: #556CCF;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto;
}

.mid-wz-ggzt{
    position: absolute;
    width: 120px;
    height: auto;
    top: 20px;
    left: 50%;
    opacity: 0.7;
    transform: translate(-60%,-40%);
}

.mid-wz-ggzt img{
    width: 100%;
    height: 100%;
}


