/* reset */
* {box-sizing: border-box;}

body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure { margin: 0; padding: 0; }
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, p, blockquote, figure, header, footer, nav, article, section, aside, address, figcaption { *zoom: 1 }
li { list-style-type: none }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight:normal; }
iframe, frame, fieldset, img { border: 0 none }
img { vertical-align: top }
input[type=button], input[type=submit], input[type=reset] { cursor: pointer }
input[type="reset"]::-moz-focus-inner,input[type="button"]::-moz-focus-inner,input[type="submit"]::-moz-focus-inner,input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;margin:0; }
button { cursor: pointer }
input, textarea, button { -webkit-border-radius: 0; -webkit-appearance: none }
input[type=radio] { -webkit-border-radius: 100%; -webkit-appearance: radio }
input[type=checkbox] { -webkit-appearance: checkbox }
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box }
textarea { overflow: auto; resize: none }
blockquote, q { quotes: none }
blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none }
table { border-collapse: collapse; border-spacing: 0 }
caption, th { text-align: left }
th { font-weight: normal }
em, cite, address,i { font-style: normal }
sup { vertical-align: text-top }
sub { vertical-align: text-bottom }
body, input, select, button, textarea { color:#333; font-size: 16px; font-family:"Open Sans","arial" ,sans-serif;  }
body { line-height: 1.5 ; overflow-x: hidden;}
a:link,
a:visited,
a:active,
a { text-decoration: none;  }
a { blr:expression(this.onFocus=this.blur()); color:#333; }/* 链接 a 在获得焦点的同时失去焦点*/
a * { *cursor: pointer }
:focus { outline: none } 
a:hover { color:#7B1A1D; }
.tab-b { display:none;  }

.txt_color_000 { color:#000; }
.txt_color_333 { color:#333; }

/* clear 都不用再加清除样式 */
.clearfix:before, .cf:before,  { content: ''; display: table }
.clearfix:after, .cf:after { content: ''; display: table; clear: both }
.clearfix, .cf, { *zoom: 1 }
.fl { float:left; }
.fr { float:right;}
.none{
	display: none;
}
body{    max-width: 1920px; margin:0 auto}
.center { text-align:center;}
.t-left { text-align:left;}
.t-right { text-align:right;}

.ellipsis {  overflow:hidden;   display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.ellipsis-2 {  overflow:hidden;  max-height:3em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ellipsis-3 {  overflow:hidden;  max-height:4.5em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ellipsis-4 {  overflow:hidden; max-height:6em; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.pt20{
	padding-top: 20px;
}

/*font-size*/
.fnt-12 { font-size:12px;}
.fnt-14 { font-size:14px;}
.fnt-16 { font-size:16px;}
.fnt-18 { font-size:18px;}
.fnt-20 { font-size:20px;}
.fnt-22 { font-size:22px;}
.fnt-24 { font-size:24px;}
.fnt-26 { font-size:26px;}
.fnt-28 { font-size:28px;}
.fnt-32 { font-size:32px;}
.fnt-34 { font-size:34px;}
.fnt-36 { font-size:36px;}
.fnt-48 { font-size:48px;}
.fnt-52 { font-size:52px;}
.fnt-55 { font-size:55px;}
.fnt-58 { font-size:58px;}
.fnt-70 { font-size:70px;}
.fnt-76 { font-size:76px;}
.fnt-88 { font-size:88px;}
/*  */


@media only screen and (max-width:1200px) {
  
	/*font-size*/
	.fnt-22{font-size: 20px;}
	.fnt-28 { font-size:26px;}
	.fnt-32 { font-size:30px;}
	.fnt-36 { font-size:36px;}
	.fnt-48 { font-size:40px;}
    .fnt-88 { font-size:64px;}

}

@media only screen and (max-width:768px) {
  
	/*font-size*/
	.fnt-18 {
	    font-size: 16px;
	}
	.fnt-22{font-size: 18px;}
	.fnt-28 { font-size:22px;}
	.fnt-32 { font-size:26px;}
	.fnt-36 { font-size:30px;}
	.fnt-48 { font-size:30px;}
    .fnt-88 { font-size:46px;}

}

@media only screen and (max-width:480px) {
  
	/*font-size*/
	.fnt-18 {
	    font-size: 16px;
	}
	.fnt-22{font-size: 17px;}
	.fnt-28 { font-size:20px;}
	.fnt-36 { font-size:24px;}
	.fnt-32 { font-size:22px;}
	.fnt-48 { font-size:32px;}
    .fnt-88 { font-size:34px;}

}

@media only screen and (max-width:400px) {
  
	/*font-size*/
	.fnt-18 {
	    font-size: 15px;
	}
	.fnt-22{font-size: 16px;}
	.fnt-28 { font-size:18px;}
	.fnt-32 { font-size:18px;}
	.fnt-36 { font-size:22px;}
	.fnt-34 { font-size:19px;}
	.fnt-48 { font-size:28px;}
    .fnt-88 { font-size:32px;}

}

@media only screen and (max-width:340px) {
  
  
/*font-size*/
.fnt-22{font-size: 15px;}
.fnt-28 { font-size:16px;}
.fnt-32 { font-size:17px;}
.fnt-34 { font-size:17px;}
.fnt-36 { font-size:18px;}
.fnt-48 { font-size:19px;}
.fnt-52 { font-size:20px;}
.fnt-55 { font-size:22px;}
.fnt-58 { font-size:20px;}
.fnt-70 { font-size:24px;}
.fnt-76,.fnt-88{ font-size:26px;}
}


.container{
	width: 1378px;
	margin: 0 auto;
}
.subboxbg .container{
	/* width: 1300px; */
}

.newsbg,.subjectBoxbg,.listboxbg{
	min-height: 400px;
}
.header{
	position: absolute;
	top:0;
	left:50%;
	margin-left: -689px;
	height: 142px;
	z-index: 22;
	
}
.header:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	height: 48px;
	background-color: #000;
	z-index: -1;
}
.header .logo{
	width: 214px;
	padding-top: 40px;
	height: 142px;
	text-align: center;
	background-color: #7B1A1D;
}

.headerR{
	width: 1050px;
	padding-top: 40px;
}

.headerTop{
	height: 32px;
	line-height: 32px;
	margin-bottom: 22px;
}
.subheader .headerTop{
	margin-top: 30px;
	margin-bottom: 0;
}
.header .home,.subheader .home{
	padding: 0px 25px;
	font-size: 14px;
	color: #fff;
	border-radius: 30px;
	border: 1px solid #605F5F;
	margin-right: 15px;
}
.subheader .home{
	border-color: #F6F6F6;
}
.search{
	width: 244px;
	padding: 0 16px;
	height: 32px;
	border-radius: 30px;
	background-color: #fff;
	display: flex;
	align-items: center;
	
}
.search input[type="text"]{
	width: 188px;
	border: 0 none;
}
.searchbtn{
	width: 30px;
	height: 32px;
	background:url(/r/cms/ylxy/default/images/ico_search.png) no-repeat center;
	border: 0 none;
}

/* 导航栏样式 */
.nav-list{
	display: flex;
	justify-content: center;
	line-height: 48px;
	width: 100%;
	background-color: #000;
}
.nav-list .nav-item {
  float: left;
  height: 48px;
   flex: 1;flex-grow:1;flex:1 1 auto;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.nav-list .nav-item:hover {
  background-color: #7B1A1D;
}

.nav-list .nav-item:hover a {
  color: #fff;
  text-decoration: none;
}
.nav-list .nav-item a {
  display: block;
  color: #fff;
  font-size: 18px;
}
.submenu {
  position: absolute;
  display: none;
  width: 100%;
  background:#7B1A1D;
/*  opacity: .9;
  -moz-opacity: .9; */
  z-index: 999;
  width: auto;
  min-width: 100%;
}
.submenu li a {
  padding: 0px 10px !important;
  line-height: 40px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 15px!important;
}
.submenu li a:hover {
  background-color: #951f23;
}
.subnav .nav-list .nav-item:hover,.subnav .submenu {
  background-color: #000;
}
/* 移动端 */
.mheader{
	display: none;
	background-color: #7a1a1c;
	padding:10px 15px;
}
.mheader .logo img{
	height: 60px;
}
.mheader .home{
    float: right;
    padding: 28px 50px 0 0;
    color: #fff;
    font-size: 15px;
}
/* 内页header */
.subheaderbg{
	background: #7a1a1c;
}
.subheader{
	border-bottom: 1px solid #5e1415;
	padding: 25px 0;
}
.subnav{
	border-top: 1px solid #951f23;
}
.subnav .nav-list{
	width: 1378px;
	background-color: transparent;
}


.footerbg{
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-top: 68px;
	padding-bottom: 40px;
	overflow: hidden;
    color: #fff;
    text-align: center;
    background:#000;
	
}
.footerbg:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 0px;
    height: 0;
    border-top: 30px solid #8b1a1e;
    border-right: 100vw solid transparent;
}
.subfooterbg:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 0px;
    height: 0;
    border-top: 30px solid #000;
    border-right: 100vw solid transparent;
}


.footerbg .container{
	display: flex;
	justify-content: space-between;
	color:#8E8E8E;
}
.footerbg a{color:#8E8E8E;}
.footerTxt{
	text-align: right;
	line-height: 2;
	font-size: 14px;
	padding-right: 50px;
}

.more{
	display: block;
	width: 38px;
	height: 38px;
	background: #000 url(../images/ico_arrow.png) no-repeat center;
}

/*返回顶部*/

.to-top {
	z-index: 9999;
	width: 40px;
	height: 40px;
	display: flex;
	
	position: fixed;
	bottom: -100px;
	right: 15px;
	margin-left: -15px;
	z-index: 200;
	cursor: pointer;
	overflow: hidden;
	background: #fff url(../images/ico_arrow2.png) no-repeat center;
	border: solid 1px #7a1a1c;
	color: #ffffff;
}
.to-top img{
	width: 30px;
}

.to-top span {
	line-height: 36px;
}

/*返回顶部end*/


/*pages*/
.pages {
    clear:both;
    width:100%;
    height:40px;
    margin:30px 0 20px;
}
.pagebox {
    width:100%;
    height:40px;
    line-height: 40px;
    margin: 20px 0;
    text-align:center;
    clear:both;
    font-size:16px;
}
.pagebox span a, .pagebox_pre_nolink{
    height:30px;
    line-height:30px;
    border:1px solid #ddd;
    padding:5px 10px;
    font-size: 16px;
    color:#666;
    cursor:default;
    text-align:center;
}
.pagebox span.pagebox_num_nonce {
    background-color:#7a1a1c ;
    border:1px solid #7a1a1c ;
    color:#fff;
    height:30px;
    line-height:30px;
    margin:0 5px;
    padding:5px 10px;
    box-sizing: border-box;
}
.pagebox span.pagebox_num:hover a{
    background-color:#7a1a1c ;
    border:1px solid #7a1a1c ;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#7a1a1c ;
    border:1px solid #7a1a1c ;
    color:#fff;
    cursor:pointer;
}
.pagebox_jump {
    display:none;
}
.pagebox span.pagebox_num_nonce a{
	color:#fff;
	margin:0;
	padding:0;
	background: none;
	border: 0;
}

.pagebox strong{
	font-weight: normal;
}
.minh300,.list_info{
	min-height: 300px;
}
.ptbox {
	position: relative;
}

.ptbox .inner {
	overflow: hidden;
	padding-bottom: 67%;
	position: relative;
}

.ptbox .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.ptbox .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-out 0s;
}

.ptbox .pic:hover .img {
	transform: scale(1.1);
}

.ptbox .img a {
	display: block;
	height: 100%;
}