@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;border: 0;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
.bx-1200{
	width: 1200px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 60px;
	background: url(http://jyt.jiangxi.gov.cn/picture/0/2008061034420887676.png) no-repeat center center;
}
.mybody{
	width: 100%;
	background: #b50303 url(/zhuanti/jiaoshijiezhuanti-2/2207141553093491593.jpg) no-repeat center top;
	overflow: hidden;
}
.section1{
	margin-top: 370px;
	height: 350px;
	background-color: #fff;
	padding: 20px 10px;
}
.picBtnTop {
    width: 614px;
    height: 330px;
    border: 1px solid #b1dda7;
    padding: 10px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.picBtnTop .hd ul li {
	width: 100px;
	height: 64px ;
	text-align: center;
	padding-top: 7px;
	padding-left: 7px;
	
}
.picBtnTop .hd ul li img{
	width: 83px;
	height: 50px;
}
.picBtnTop .hd ul li.on {
    background: url(http://jyt.jiangxi.gov.cn/picture/0/2008061204514571903.png) no-repeat  center center;
}
.picBtnTop .bd {
    width: 486px;
    height: 306px;
    position: relative;
}
.picBtnTop .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}
.picBtnTop .bd li .bg {
    width: 486px;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.picBtnTop .bd li .pic {
    position: relative;
    z-index: 0;
}
.picBtnTop .bd li .pic img{
	width: 100%;
	height: 306px;
}
.picBtnTop .bd li .title {
    width: 486px;
    height: 30px;
    line-height: 30px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.picBtnTop .bd li .title  a{
	color: #fff;
	font-size: 15px;
	padding-left: 20px;
}
.section1-right{
	width: 550px;
	color: #ca0304;
	padding-right: 20px;
}
.section1-bt{
	font-size: 23px;
	text-align: center;
}
.section1-right li{
	padding-left: 20px;
	font-size: 20px;
	line-height: 48px;
	background: url(http://jyt.jiangxi.gov.cn/picture/0/2008061034419645660.png) no-repeat left center;
}
.section1-right li a{
	color: inherit;
}
.section2{
	background-color: #fff;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 30px;
}

.section2>a {
	display: block;
	margin-bottom: 10px;
}
.section2>a img {
	width: 100%;
}
.section2 .section2-list1{
	margin-top: 28px;
	overflow: hidden;
}
.section2-list1 li{
	width: 232px;
	padding: 0 45px;
	padding-bottom: 20px;
	height: 297px;
	float: left;
}
.section2-list1 li a{
	color: #BE0505;
	line-height: 25px;
}
.section2-list1 li img{
	width: 100%;
	height: 198px;
}
.section2-list1 li p{
	font-size: 18px;
	font-weight: bold;
}
.section2-list1 li  span{
	font-size: 14px;
}
.section2-list {
	padding: 0 10px;
	margin-top: 24px;
	margin-bottom: 30px;
}
.section2-list li {
	width: 294px;
	padding: 0px 17px 16px 17px;
	float: left;
}
.section2-list .img_box{
	width: 263px;
	height: 200px;
	background-color: #fff4e5;
	border: 2px solid #D6D6D6;
	padding: 7px;
	margin-bottom: 8px;
}
.section2-list .img_box img {
	width: 100%;
	height: 100%;
}
.section2-list p {
	font-size: 12px;
	line-height: 17px;
	color: #be0505;
}
.footer{
	width: 100%;
	height: 127px;
	line-height: 91px;
	color: #fff;
	text-align: center;
	background-color: #be0505;
	font-size: 20px;
	border-bottom: 36px solid #fff;
}