/* 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;  }
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; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ellipsis-3 {  overflow:hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.ellipsis-4 {  overflow:hidden;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:16px;}
.fnt-20 { font-size:20px;}
.fnt-22 { font-size:22px;}
.fnt-24 { font-size:22px;}
.fnt-26 { font-size:26px;}
.fnt-28 { font-size:28px;}
.fnt-30 { font-size:30px;}
.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-24{font-size: 22px;}
	.fnt-30 { font-size:28px;}
	.fnt-18{font-size: 17px;}

}

@media only screen and (max-width:768px) {
  
  .fnt-24{font-size: 20px;}
  .fnt-30 { font-size:26px;}
  .fnt-18{font-size: 16px;}

}

@media only screen and (max-width:480px) {
  
	/*font-size*/
  .fnt-18{font-size: 16px;}
  .fnt-24{font-size: 20px;}
  .fnt-30 { font-size:26px;}
 

}




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

.newsbg,.subjectBoxbg,.listboxbg{
	min-height: 400px;
}
.header{
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
	z-index: 22;
	
}
.header::before{
	position: absolute;
	top:0;
	display: block;
	content: '';
	width: 40%;
	height: 10px;
	right: 0;
	background-color: #005CA7;
}
.header::after{
	position: absolute;
	top:110px;
	right: 0;
	display: block;
	content: '';
	width: 30%;
	height:66px;
	background-color: #fff;
	z-index: -1;
}

.header .logo{
	width: 60%;
	height: 110px;
	padding-top: 15px;
}

.headerR{
	width: 30%;
	padding: 30px 0;
	
}
.headerR::before{
	position: absolute;
	top:0;
	right: 40%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 5px solid #005CA7;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.header .home,.subheader .home{
	padding: 0px 10px 0 28px;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	border: 1px solid #605F5F;
	background:url(../images/ico_home.png) no-repeat 10px center;
}
.search{
	width: 234px;
	padding: 0 10px;
	height: 37px;
	border: 1px solid #605F5F;
	display: flex;
	align-items: center;
	margin-left: -1px;
	
}
.search input[type="text"]{
	width: 188px;
	height: 22px;
	background:transparent;
	border: 0 none;
	font-size: 14px;
	color: #fff;
}
.search input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
}
.search input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}
.searchbtn{
	width: 22px;
	height: 22px;
	background:url(../images/ico_search.png) no-repeat center;
	border: 0 none;
	display: block;
}

/* 导航栏样式 */
.nav-list{
	display: flex;
	justify-content: center;
	line-height: 48px;
	width: 100%;
	background-color: #fff;
	position: relative;
}
.nav-list::before{
	position: absolute;
	top:0;
	left: -36px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border: 33px solid #fff;
	border-left: 18px solid #fff;
	border-right: 18px solid #fff;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.nav-list .nav-item {
  float: left;
  height: 66px;
  flex: 1;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.nav-list .nav-item::before{
    content: '';
    position: absolute;
    top: 25%;
    right: 0;
    height: 50%;
    border-right: 1px solid #A3A3A3;
	
}
.nav-list .nav-item:last-child::before{
	border: 0 none;
}
.nav-list .nav-item:hover {
  background-color: #005CA7;
}

.nav-list .nav-item:hover a {
  color: #fff;
  text-decoration: none;
}
.nav-list .nav-item>a {
  display: block;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  height: 66px;
  padding-top: 15px;
}
.nav-list .nav-item>a span{
	display: block;
	
}
.nav-list .nav-item>a em{
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 1;text-transform: uppercase;white-space:nowrap; transform: scale(0.8);
}
.nav-list .nav-item:hover a em{
	color: #fff;
	
}
.submenu {
  position: absolute;
  display: none;
  width: 100%;
  background:#005CA7;
/*  opacity: .9;
  -moz-opacity: .9; */
  z-index: 999;
  width: auto;
  min-width: 100%;
  padding-bottom: 10px;
}
.submenu li{
	
}
.submenu li a {
  padding: 0px 10px !important;
  line-height: 40px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  font-size: 15px!important;
  display: block;
}
.submenu li a:hover {
  background-color: #002746;
}
.subnav .nav-list .nav-item:hover,.subnav .submenu {
  background-color: #002746;
}
/* 移动端 */
.mheader{
	display: none;
	background-color: #145990;
	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: #145990;
}
.subheader{
	border-bottom: 1px solid #0F4671;
	padding: 15px 0 0;
}
.subnav{
	border-top: 1px solid #4A7FAA;
}
.subnav .nav-list{
	width: 1378px;
	background-color: transparent;
}
.subheaderbg .nav-list .nav-item>a{
	color: #fff;
}
.subheaderbg .nav-list .nav-item>a em{
	color: #BECAD9;
}
.subheaderbg .nav-list::before{
	display: none;
}
.subheaderbg .nav-list .nav-item::before{
	border-color: #4A7FAA;
}
.subheaderbg .home,.subheaderbg .search{
	border-color: #4A7FAA;
}





.footerbg{
    box-sizing: border-box;
    width: 100%;
    padding:25px 0;
	overflow: hidden;
    color: #fff;
    text-align: center;
    background:#002746;
	
}


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

.more{
	display: block;
	color: #999!important;
	font-weight: normal;
	line-height: 24px;
	font-size: 14px;
	padding-top: 8px;

}

/*返回顶部*/

.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 #145990;
	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:#035293 ;
    border:1px solid #035293 ;
    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:#035293 ;
    border:1px solid #035293 ;
    color:#fff;
    cursor:pointer;
}
.pagebox span.pagebox_next:hover a,.pagebox span.pagebox_pre:hover a{
    background-color:#035293 ;
    border:1px solid #035293 ;
    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{
	min-height: 300px;
}