.main{
	background: url(/static/kouzi2019/skin/images/bg.jpg) #ffffff no-repeat bottom center;
	background-attachment: fixed;
	/* background-repeat:no-repeat;    */
    /* /* 固定背景图片位置 */ 
    /* background-attachment:fixed;    */
    /* /* 设定背景图片在右下角 */  
    /* background-position:rightright bottombottom;  */
}
.sideMenu {
	height: auto;
	overflow: hidden;
	background-color: #fff;
	/* margin-bottom: 20px; */
	border:1px solid #ececed
}
.sideTit a {
	height: auto;
	overflow: hidden;
	padding: 16px 0 22px 36px;
	color: #fff;
	display: block;
	background-color: #05568f;
}
.sideTit h3{
	font-size: 1.8em;
    font-weight: bold;
    color: #c94447;
    text-align: center;
    margin-top: 20px;
	/* padding: 0 10px 0 56px; */
}
.sideTit a h3 {
	font-weight: bold;
	font-size: 1.8em;
	margin-bottom: 3px;
}
.sideTit a p {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #a5b8cd;
	font-family: Arial;
}
.sideMenuNav {
	/* height: auto;
	overflow: hidden;
	padding-bottom: 109px; */
	overflow: hidden;
    background-color: #ffffff;
    /* border: 1px solid;
    border-color: #e7eaf1; */
    /* box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05); */
    float: left;
    width: 250px;
    position: relative;
	
}
.sideMenuNav li {
	height: auto;
	overflow: hidden;
	position: relative;
	/* border-bottom: 1px solid #ececec; */
}
.sideMenuNav li > a {
	line-height: 22px;
	/* padding: 0 31px 0 56px; */
	text-align: center;
	color: rgb(100,100,100);
	font-size: 18px;
	display: block;
	height:40px;
}
.sideMenuNav li i {
	display: block;
	position: absolute;
	right: 31px;
	top: 0;
	height: 64px;
	width: 10px;
	z-index: 5;
}


.sideMenuNav li.on > a, .sideMenuNav li:hover > a {
	color: #c94447;
}
.sideDiv {
	height: auto;
	overflow: hidden;
	background-color: #f8f8f8;
}
.sideDiv a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 10px 0 56px;
	color: #c94447;
	font-size: 1.2em;
	background: url(/static/kouzi2019/skin/img/circle4.png) no-repeat 37px center;
}
.sideDiv a:hover, .sideDiv a.cur {
	color: #c94447;
	
}

/*right*/
.right {
    width: 70%;
    float: right;
}
.path {
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 0 40px;
	/* border-bottom: 1px solid #ececec; */
}
.path h3 {
	position: absolute;
	left: 30px;
	top: 10px;
	z-index: 5;
	height: 52px;
	color: #c94447;
	font-size: 1.7em;
	text-align: center;
	/* border-bottom: 2px solid #004987; */
}
.pathdiv {
	float: right;
	color: #898989;
	font-size: 1.2em;
	margin-top: 4px;
	height: 77px;
	line-height: 77px;
}
.pathdiv a {
	color: #898989;
}
.pathdiv a.on, .pathdiv a:hover {
	color: #c94447;
}
.pathdiv span {
	display: inline-block;
	padding: 0 6px;
}
/*rightBox*/
.rightBox {
	height: auto;
	overflow: hidden;
	padding: 0 40px;
}
.eventsTitle {
	height: auto;
	overflow: hidden;
	padding: 46px 0 38px;
	line-height: 36px;
}
.eventsTitle h3 {
	color: #c94447;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 6px;
}
.year {
	color: #000;
	font-size: 1.7em;
}
.eventsList {
	height: auto;
	overflow: hidden;
	margin: 13px 0 78px;
	border-top: 1px solid #efefef;
}
.eventsList li {
	height: auto;
	overflow: hidden;
	padding: 21px 5px 21px 0;
	border-bottom: 1px solid #efefef;
}
.eventsdate {
	float: left;
	width: 82px;
	text-align: center;
}
.eventsdate h3 {
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	font-family: Arial;
	background-color: #05558e;
}
.eventsdate p {
	color: #c94447;
	font-size: 1.3em;
	height: 33px;
	line-height: 33px;
	background-color: #efefef;
}
.eventsInfo {
	margin-left: 111px;
	font-size: 18px;
	line-height: 34px;
	color: #c94447;
	padding-top: 5px;
}
.downLoad {
	height: auto;
	overflow: hidden;
	padding: 20px 0 0;
}
.downLoad li {
	height: auto;
	overflow: hidden;
}
.downLoad li a {
	display: block;
	position: relative;
	margin: 0 40px;
	color: #282828;
}
.downLoad li a:hover{
	color: #c94447; 
}
.downLoad li a span {
	display: block;
	float: right;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	text-align: right;
	
}
.downLoad li a span:hover{
	color: #c94447;
}
.downLoad li a div {
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
}
.downLoad li a div:hover{
	color: #c94447;
}
.downLoad li:hover {
	background-color: #f8f8f8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.downLoad li:hover a {
	color: #c94447;
}

.downLoadTit {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #efefef;
}
.downLoadTit h1 {
	font-size: 1.7em;
	color: #585858;
	font-weight: bold;
}
.source {
	font-size: 1.3em;
	color: #757575;
	margin: 17px 0 15px;
	text-align:center
}
.source span {
	display: inline-block;
	padding: 0 12px;
	
}
.down {
	display: block;
	height: 33px;
	line-height: 33px;
	width: 93px;
	text-align: right;
	font-size: 1.3em;
	color: #9f9f9f;
	background: url(/static/kouzi2019/skin/img/down1.png) no-repeat left center;
}
.content {
	font-size: 16px;
	color: #585858;
	line-height: 40px;
	list-style: disc;
	padding: 2px 0 84px;
}
.borderline{
	width: 75%;
    height: 3px;
    background: #e7eaf1;
    margin: 10px auto;
}
.content {
	font-size: 14px;
	color: #585858;
	line-height: 34px;
	list-style: disc;
	/* padding: 22px 0 84px; */
}

.content p {
	/* text-indent: 2em; */
	font-size: 18px;
	color: rgb(100,100,100);
	display: block;
	line-height: 32px;
}
.content span {
	text-indent: 2em;
	font-size: 18px;
	color: rgb(100,100,100);
	display: block;
	line-height: 32px;
}
.new_content span{
	font-size: 16px;
	color: #585858;
	display: block;
	line-height: 40px;
}
.content img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.content .num1 p {
	color: #c94447;
}
.path h2.tit, .content h2 {
    font-size: 1.8em;
    color: #c94447;
    margin-top: 0px;
	text-align:center
}
.footer .widget.widget-contact .contact-wrap2 {
	/* margin-top: 180px; */
	/* margin-left:40px */
}
.in-about, .in-about2, .in-about3, .in-about4 {
    width: 100%;
    overflow: hidden;
}
.in-about-right h1{
	font-size:18px
}
.in-about-left-content ul li {
    font-size: 16px;
    line-height: 40px;
}
.in-about-left-content h3{
	font-size:18px
}
.footer .widget.widget-contact .contact-wrap2 .content {
	color: #3e3a39;
	position: relative;
	display: block;
	margin-bottom: 18px;
	display: block;
	padding-left: 22px;
}

.footer .widget.widget-contact .contact-wrap2 .content:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	font-family: "conrex-icons";
}

.contact-wrap2 .two {
	margin-bottom: 18px;
	display: block;
	padding-left: 22px;
	color: #3E3A39;
	font-size: 18px;
	width:240px
}
.footer .widget.widget-contact .contact-wrap2 .content1 {
    color: #3e3a39;
    position: relative;
    display: block;
    margin-bottom: 18px;
    display: block;
    padding-left: 22px;
	width:220px
}
.footer .widget.widget-contact .contact-wrap2 .content1:hover {
	color: #c94447;
}
@media (max-width:768px) {
	.downLoad {
	    height: auto;
	    overflow: hidden;
	    padding: 20px 0 0;
	    margin-top: 20px;
	}
}<!--9.9897384643555E-5-->