﻿*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
a{
    text-decoration: none;
}
/*盒子*/
.container{
    min-width: 1200px;
    height: auto;
    justify-content: center;
    margin: 0 auto;
}
.container1{
    width: 1000px;
    margin: 0 auto;
}
/*侧边栏*/
.menu-left {
    width: 212px;
    min-height: 327px;
    /*background: url(/img/nav-leftbg.png);*/
    background-color: #2A468E;
    background-size: 100% auto;
    float: left;
}
.menu-left ul {
    margin-top: 11px;
    margin-left: -10px;
    margin-right: 10px;
    padding: 0;
}
.menu-left li {
    list-style: none;
    /*height: 30px;*/
    line-height: 30px;
    padding-left: 42px;
    color: white;
    font-size: 16px;
}
.menu-left a {
    color: white;
}

.menu-left li:hover {
    background: #375CBC;
}
/*右侧模块*/
.container-right{
    width: 750px;
    float: left;
    /*background: url(/img/gray-bg.png);*/
    margin-bottom:20px;
    /*background: rgba(240,240,240,1);*/
}
/*幻灯片*/
.pic{
    height:466px;
    width: 697px;
    position:relative;
    overflow: hidden;
    margin-left: 51px;
}
.tit{
    height:10px;
    width: 60px;
    margin: -35px auto 0;
}
.tit a{
    /*padding:0 30px;*/
    width:10px;
    border-radius: 10px;
    text-decoration: none;
    height:100%;
    float:left;
    background-color: #ffffff;
    position: relative;
    /*left: 45%;*/
    z-index: 1;
    margin-left: 5px;
}
.tit a:hover{
    background-color: #515151;
}
.box-1{
    width:100%;
    height:466px;
    position: relative;
}
.box-1 div{
    width:100%;
    height: 100%;
    left: 100%;
    position: absolute;
    top:0;
}
.rightB{
    width:50px;
    height:70px;
    font-size: 30px;
    color:#fff;
    position: absolute;
    right:0;
    top:40%;
    line-height:70px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.leftB{
    width:50px;
    height:70px;
    font-size: 30px;
    color:#fff;
    position: absolute;
    left:0;
    top:40%;
    line-height:70px;
    text-align: center;
    cursor: pointer;
    display: none;
}
.color1{
    background: url(/img/7.png) 100%;
    background-repeat: no-repeat;
}
.color2{
    background: url(/img/10.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.color3{
    background: url(/img/12.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.text_ {
    width: 90%;
    margin: 20px auto;
    text-indent: 2em;
    font-size: 14px;
    line-height: 30px;
    color: #737373;
    min-height: 900px;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    padding-bottom: 20px;
}
.text_ p{
    white-space: pre-wrap;
    padding-bottom: 10px;
}
.text_ p.tac{
    text-indent: 0em;
    text-align:center;
}
.text_ p.tar{
    text-align:right;
}
.text_ p.tfb{
    font-weight: bold;
}
.text_ p.tfi{
    font-style: italic;
}
/*底部*/
.foot{
    width: 100%;
    overflow: hidden;
    height: /*200*/180px;
    background-color: rgba(51,51,51,0.8);
}
.foot1{
    width: /*1034*/930.6px;
    margin: 0 auto;
}
.foot-l{
    float: left;
    margin-left: /*60*/54px;
}
.foot-l img{
    margin-top: /*50*/45px;
    width: 60%;
}
.foot-m{
    float: left;
    color: #fff;
    font-size: 14px;
    margin-top: /*70*/63px;
    margin-left: /*-30*/-27px;
    line-height: 20px;
}
.foot-m a{
    color: #fff;
    text-decoration: none;
}
.foot-r{
    float: left;
    margin-top: /*120*/108px;
    margin-left: /*50*/45px;
}
.foot-r ul li{
    list-style: none;
    float: left;
    margin-right: /*10*/9px;
    position: relative;
}
.foot-r ul li ul li:first-child{
    display: none;
    position: absolute;
    bottom: 30px;
    left: -35px;
}
.foot-r ul li:first-child ul li:first-child{
    position: absolute;
    bottom: 50px;
    left: -15px;
}
.foot-r ul li ul li:last-child{
    display: none;
    position: absolute;
    top: 6px;
    left: 8px;
    z-index: -1;
}
.foot-r ul li:hover ul li{
    display: block;
}
/*.list-top{
    width: 90%;
    height: 5px;
    margin: 15px auto;
    background-color: #2d458a;
}*/
.b-nav{
    height: 16px;
    width: 90%;
    margin:0 auto;
    line-height: 16px;
    color: #464646;
}
.b-nav a{
    color: #464646;
}
.h-1{
    width: 90%;
    margin: 15px auto;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #2d458a;
}
.h-2{
    width: 90%;
    /*123display: none;*/
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
    color: #464646;
}
/*
 * 2018.10.26完成
 * 李佳玲
 * 525791356@qq.com
*/
.text_ img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_ .highslide img{
	max-width: 100%;
	margin-bottom: 20px;
}
.text_ #showMoreImgButton {
    background: #3B5495;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    margin: 20px 0 5px;
    padding: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    width: 150px;
}
.text_ .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text_ #files {
    /*position: absolute;
    bottom:0px;*/
    margin-top: 100px;
    /*width: 700px;*/
}
.text_ .downloadfile{
    height:auto;
    display: grid;
    display: flow-root;
    line-height:30px;
    border-bottom: solid 1px #000;
}
#fileImageDiv2 {
    text-align: center;
    text-indent: 0em;
}
.text_ .imgtxt{
    text-align: center;
    text-indent: 0em;
    margin: -15px 0px 0px;
}
.text_ .deptNewsVideo{
    width: 70%;
    height: auto;
    min-height: 300px;
    clear: both;
    display: block;
    margin:auto;
}
.text_ .deptNewsPdf{
    text-indent: 0px;
    width: 100%;
    min-height: 300px;
    display: block;
}

@media (max-width:1100px) {
	.pageTop{
		height: 90px;
		margin-bottom: 0px;
	}
	.container {
		width: 100%;
		min-width: auto;
	}
	.container1 {
		width: 100%;
	}
	.menu-left {
		width: 100%;
		min-height: auto;
		background: none;
		background-color: #2A468E;
		padding-bottom: 10px;
	}
	.menu-left li{
		float:left;
		padding: 0px 20px;
		line-height: 40px;
	}
	.container-right{
		margin-left: 0px;
		width: 100%;
	}
	.list-list .newsImg{
		width: 30vw;
	}
	.list-list .newsTxt{
		width: 60vw;
	}

	.foot {
		height: 120px;
	}

	.foot .foot1{
		width: 90vw;
		text-align: center;
	
	}
	.foot .foot-l{
		display: none;
	}
	.foot .foot-m{
		margin: 20px auto;
		width: 100%;
	}

.text_ .deptNewsVideo{
    width: 90%;
    height: 60vw;
    clear: both;
    display: block;
    margin:auto;
}

.b-nav{
	height: auto;
}
.list-list .news{
	width: unset;
}

}
