/* 未能缩小。正在返回未缩小的内容。
(257,14): run-time error CSS1038: Expected hex color, found '#871326；'
 */
@charset "utf-8";
a:active{star:expression(this.onFocus=this.blur());}
a:focus,button:focus{outline:none; -moz-outline:none;}
:focus{outline:none;}
/*Reset Css*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img,area,param{margin:0; padding:0;}
html,body{margin:0; padding:0; height: 100%;}
select{*behavior: url("select.htc");}/*IE6,IE7select*/
ol,ul{padding-left:0; list-style-type:none; list-style:none;}
img{border:none; display:inline-block; vertical-align:middle; *display:inline; *zoom:1;}
th{font-style:normal;font-weight:normal;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
input{display:inline-block; vertical-align:middle; *display:inline; *zoom:1;}
fieldset{border:none;}
legend{display:none;}
/*Clear Css*/
.clear{clear:both; font-size:0px; height:0px; line-height:0;}
.clearfix:after{content:'\20';display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:block;zoom:1;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}
/*Common Css*/
body{ line-height:1.6666;}
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}
/* 页面选中颜色 */
/*::-moz-selection {background: #222;color: #fff;}
::-webket-selection {background: #222;color: #fff;}
::-o-selection {background: #222;color: #fff;}
::selection {background: #222;color: #fff;}
*:focus {outline: none;}*/
/* CSS3滚动条 */
::selection {background: #222; color: white ; text-shadow: none ;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#eee;border-radius:50px}
::-webkit-scrollbar{width:8px;height:6px ; }
::-webkit-scrollbar-thumb{height:50px;background:#999;  border-radius:50px ; cursor:pointer;}
::-webkit-scrollbar-thumb:hover{background:#999; cursor:pointer}


body, button, input, select, textarea {font-family:Arial,\5FAE\8F6F\96C5\9ED1,"Museo300", "Open Sans", "Hiragino Sans GB", STXihei, "Microsoft YaHei", sans-serif!important;font-size: 14px;line-height:1.6666666666666667;}


input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }
select,input[type="datetime-local"]{ background:url(../images/select_jt.png) no-repeat right center #fff !important;}
select::-ms-expand { display: none; } 

body{ -webkit-text-size-adjust: 100% !important;text-size-adjust: 100% !important;-moz-text-size-adjust: 100% !important;}

::-webkit-input-placeholder{color:#a0a0a0;}
:-moz-placeholder {color:#a0a0a0;}
::-moz-placeholder {color:#a0a0a0;}
:-ms-input-placeholder {color:#a0a0a0;}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
body{ margin: 0;padding: 0;font-family: Arial;}
*{text-decoration: none;list-style: none;}
ul,li,dl,dd,dt,p,ol,h1,h2,h3,h4,h5{font-size: 14px;padding: 0;margin: 0;}

.warpper{
	width: 100%;
	margin: 0 auto;
}
.header{
	width: 100%;
	margin: 0 auto;
}
.logo_search{
	width: 1120px;
	margin: 0 auto;
	display: flex;
	margin-top: 34px;
	margin-bottom: 34px;
}
        form {
            position: relative;
            width: 260px;
			left: 544px;
        }

        input, button {
            border: none;
            outline: none;
        }

        input {
            width: 260px;
            height: 30px;
        }

        button {
            height: 34px;
            width:34px;
            cursor: pointer;
            position: absolute;
        }
    
.nav{
	margin: 0 auto;
	background-color:#720808;
}
.nav3{
	width: 1120px;
}
.nav ul {
  list-style: none;
 
}
.nav ul:before,.nav ul:after {
  content: "";
  display: table;
}
.nav ul:after {
  clear: both;
}
.nav ul > li {
  float: left;
  position: relative;
}
.nav a {
  display: block;
  padding: 14px 29px;
  font-size: 16px;
  font-family:Franklin Gothic regular;
  color: #fff;
}
.nav a:hover {
  text-decoration: none;
  background: #871326;
}
.nav li ul {
  background: #871326;
}
.nav li ul li {
    min-width:150px;
  width: auto;
}
.nav li ul a {
  border: none;
}
.nav li ul a:hover {
  background:#871326；
}


.nav3 ul > li:hover ul li {
  height: 49px;
}
.nav3 li ul {
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 1;
}
.nav3 li ul li {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 200ms ease-in;
  -moz-transition: height 200ms ease-in;
  -o-transition: height 200ms ease-in;
  transition: height 200ms ease-in;
}
.cont{
	width: 1120px;
	min-height: 800px;
	margin: 0 auto;
}
.cont_1{display: flex;margin-top: 20px;}
.jianjie{
	width: 766px;
	min-height: 400px;
	margin-right: 26px;

}
.j-title{width: 766px;
    height: 34px;
	border-bottom: 1px solid #c40202;
	display: flex;
	line-height: 34px;
	text-align: center;
}
.news-title{
	width: 328px;
	height: 34px;
	border-bottom: 3px solid #c40202;
	display: flex;
	line-height: 34px;
	text-align: center;
}
.new-list li{
	    background: url(../images/jiantou_03.jpg) 0px 7px no-repeat;
	    margin-top: 20px;
}
.new-list li a{
    padding-left: 18px;
    font-size: 14px;
	color: #333333;
}
.new-list span{
	float: right;
	clear: both;
}
.date{
}
.date-list{
	padding-left: 10px;
}
.date-list li{
		border-bottom: 1px solid #dcdcdc;
	line-height: 26px;
}
.date-list li a{
	font-size: 12px;
	color: #333333;
}
.cont_2 {
    width: 1120px;
    min-height: 160px;
    margin-top: 28px;
}
.event-title{
	display: flex;
	margin-bottom: 14px;
}
.mainer{width: 1120px;min-height: 740px;margin-top: 40px;}
.lef{
	width: 216px;
    position: relative;
    float: left;
	clear: left;
    margin-right: -234px;
}
.clum-head{
	width: 216px;
	height: 64px;
	background: #720808;
    line-height: 41px;
    border-bottom: 3px solid #e09f51;
}
.xxx{
	    padding: 10px;
	    display: block;
}
.title{
	    display: inline-block;
    float: left;
	clear: both;
    font-size: 19px;
	font-family:Franklin Gothic regular; 
    font-weight: normal;
    color: #fff;
}
.clum-body{
	height: 258px;
	background: #fff;
}
.list-warp li{
    vertical-align: bottom;
}
.list-warp .colum-1 a{
	    display: block;
	padding: 10px;
    padding-left: 20px;
    line-height: 22px;
    border: 1px solid #e6e6e6;
    border-top: none;
    font-size: 15px;
    color: #720808;
    font-family: Arial;
}
.list-warp .colum-1 a:hover{
	background-color: #eeefeb;
}
.list-warp .colum-2 a{
	display: block;
	padding: 10px;
    padding-left: 20px;
    line-height: 22px;
    border:1px solid #e6e6e6;
    border-top: none;
    font-size: 15px;
    color: #720808;
    font-family: Arial;
    background: #eeefeb;
}
.cont-top{
	width: 864px;
	height: 34px;
	margin-top: 20px;
    border-bottom: 2px solid #720808;
}
.list-meta{
	display: block;
}
.colum-title{
	float: left;
	clear: both;
    display: inline-block;
    white-space: nowrap;
    line-height: 24px;
    font-size: 19px;
    color: #000;
    font-weight: normal;
}
.colum-path{
	float: right;
    line-height: 24px;
    color: #838383;
}
.colum-path a{
	font-size: 12px;
	 color: #838383;
    text-decoration: none;
}
.possplit{
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    display: inline-block;
    border: 0px solid red;
	background-image: url(images/posSplit.png);
    width: 20px;
}
.rig{
	 float: right;
	clear: right;
    width: 100%;
	
}
.r-cont{
	width: 864px;
	margin-left: 216px;
    padding-left: 40px;
    margin-right: 0px;
    margin-top: 0px;
}
.cont-body{
	padding-top: 10px;
	padding-bottom: 10px;
}
.body-list{
	width: 864px;
}
.warp-entry{
	text-indent: 30px;
    line-height: 1.75;
    font-size: 15px;
    text-align: justify;
}
.warp-entry span{
	font-size: 15px;
    font-family: "Microsoft yahei","Simsun" ;
    line-height: 1.75;
    color: #4b4b4b;
}
.column-news-item{
	display: block;
    position: relative;
    line-height: 1.4em;
    padding: 5px 0;
    padding-left: 10px;
    background: url(images/dot.png) no-repeat 2px 13px;
    font-size: 14px;
}
.column-news-date{
	    display: block;
    text-align: right;
    width: 80px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 5px;
    color: #999;
}
.column-news-con {
	width: 864px;
	padding-top: 10px;
}
.column-news-title{
	display: block;
    margin-right: 76px;
	font-size: 14px;
	font-family: Arial;
	color: #333333;
}
.list-more {
    margin: 10px 0;
	
    text-align: right;
}
.morecon a{
	font-size: 12px;
	color: #333333;
}
.paging_content h1{
	color: #720808;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
}
.paging_content .date{
	font-size: 12px;
	color: #333333;
	text-align: center;
	margin-bottom: 10px;
}
.foot{
	width: 100%;
	margin-top: 36px;
	background-color: #585858;
	min-height: 58px;
}

.footer {
    background: #292d33;
}

.bottom{
	width: 1120px;
	margin: 0 auto;
}

.bottom p{
	color: #ffffff;
	line-height: 58px;
	text-align: center;
}

.ipt_t1 {
    width: 100%;
    height: 36px;
    line-height: 26px;
    padding: 5px 44px 5px 10px;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #bfbfbf;
    color: #9E9C9C;
    border-radius: 2px;
}


.ipt_b1 {
    background: url(../images/search_03.png) no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 0px;
    top: 1px;
    border: none;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    background-position: 50%;
}


.picteacher {
    width: 160px;
    float: left;
    margin: 20px;
    text-align: center;
}

    .picteacher img {
        width: 160px;
        height: 160px;
    }
