/* css 重置 */
* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}



body {
    background: #fff;
    /* font: normal 12px/22px 宋体; */
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #1974A1;
}

.js {
    width: 90%;
    margin: 10px auto 0 auto;
}

.js p {
    padding: 5px 0;
    font-weight: bold;
    overflow: hidden;
}

.js p span {
    float: right;
}

.js p span a {
    color: #f00;
    text-decoration: underline;
}


.clearfix::after {
    content: '';
    display: block;
    clear: both;
    /* 补充代码，隐藏这个盒子,在网页中看不到这个伪元素 */
    height: 0;
    visibility: hidden;
}

/* 重置结束 */



/* 头部 */
header {
    width: 100%;
    height: 500px;
    background: url(banner.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner {
    width: 1400px;
    margin: 0 auto;
}

header .top {
    padding-top: 16px;
    width: 100%;
}

header .top {
    box-sizing: border-box;
    height: 130px;
}

header .top .left {
    float: left;

}

header .top .left img {
    width: 440px;
    margin-left: 35px;

}

header .top .right {
    float: right;
    width: 414px;

}

header .top .right .nav {
    display: flex;
    justify-content: space-around;
}


header .top .right .nav #dneglup{
  position: relative;
  left:0;
  top:0;
}



header .top .right .nav #dneglup a{
	color:white;
}
header .top .right .nav #dneglup .zhucechild a{
	color: #2d66a5;
  display:inline-block;
  width:80%;
  height:100%;
}

.triangle {
  position:absolute;
  left:40px;
  display:none;
  top:-12px;
    width: 0;
    height: 0;
    border-bottom: 15px solid white;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.vertical-line{

  color:white;
   margin:0px 2px;
}

header .top .right .nav .zhucechild

{
 
  position: absolute;
  left:0px;
  top:28px;
  width:115px;
  height:60px;
  padding:5px 0px;
  text-align: center;
  background-color:white;
  display:none;
  
  
  
}
#login_success{
	 position: relative;
 	 left:0;
  	top:0;

}
#yonghukongjian{
  position: absolute;
  left:-10px;
  border-radius:4px;
  top:25px;
  width:115px;
  height:60px;
  padding:5px 0px;
  text-align: center;
  background-color:white;
 

}
.select {

    width: 16px;
    height: 11px;
}
.username{
	color:white;
}

#yonghukongjian li a img {
    width: 16px;
    height: 16px;
   vertical-align: middle;
    margin-left: 0;

}

#yonghukongjian li{
	height:30px;
  line-height:30px;
}

#yonghukongjian a{
	color:#bd1a2d;
  
}
#yonghukongjian{
padding:4px 10px;
  display:none;
}

#yonghukongjian #user a{
	border-bottom: 1px solid #E8E8E8;
  display:inline-block;
  width:80%;
  height:100%;
}


header .top .right .nav .zhucechild li{
	height:30px;
  line-height:30px;
}


header .top .right .nav .line{
 border-bottom:1px solid #2d66a5;
}


header .top .right .nav .Read {
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background-color: #b1cae5;
    width: 196px;
    height: 26px;
    color: #2d66a5;
    font-size: 14px;
    border-radius: 7px;
    margin: 0 0;
}

header .top .right .nav .noRead {
    display: inline-block;
 
    color: white;
}

header i {
    font-style: normal;
    color: white;
}

#zhuce:hover .zhucechild{
	display:block;
}
#zhuce:hover .triangle{
	display:block;
}
.pic{
    position:relative;
  right:-65px;
  top:-25px;
	width:18px;
  height:20px;
}
#login_success:hover #yonghukongjian{
	display:block;
}





header .top .right .height-search {
    height: 33px;
    width: 370px;
    margin-top: 40px;
    display: flex;
    line-height: 33px;

}

header .top .right .height-search .search {
    width: 250px;
    height: 33px;
    display: flex;
    margin-left: 53px;
    position: relative;
    left: 0;
    top: 0;
}

header .top .right .height-search .search .input-box {
    outline: none;
    line-height: 33px;
    width: 200px;
    box-sizing: border-box;
    padding-left: 44px;
    background: white url(search.png) no-repeat;
    background-position: 9px 5px;
    overflow: hidden;
    border-radius: 15px 0px 0px 15px;
}

header .top .right .height-search .search .search-btn {
    position: absolute;
    right: 10px;
  cursor: pointer;
    top: 0px;
    width: 55px;
    height: 35px;
    font-size: 13px;
    border: none;
    background-color: #e10102;
    color: white;
    /* z-index: 15px; */
    border-radius: 17px;
}

header .top .right .height-search span {
    display: inline-block;
    font-weight: 500;
    float: right;
    height: 33px;
    color: white;
}

header .bottom {
    height: 370px;
    position: relative;
    left: 0;
    top: 0;
}

header .bottom img {
    height: 71px;
    width: 890px;
    position: absolute;
    left: 256px;
    top: 110px;
}

#dneglup{
	display: flex;
}




.content {
    /* height: 513px; */
    margin-bottom: 69px;
}

.content .title {
    margin: 22px 0px;
    display: flex;
    justify-content: space-around;
    height: 53px;
}

.title a {
    height: 53px;
    width: 690px;
}

.content .title h2,
.title a {

    display: inline-block;
    height: 53px;
    width: 690px;
    font-size: 20px;
    background-color: #e6ebf1;
    line-height: 53px;
    text-align: center;
    color: #2d66a5;

}



/* 切换 */
/* 本例子css */
.outBox {

    text-align: left;
}

.outBox .hd {
    height: 50px;
    line-height: 50px;
    width: 1400px;
    margin-bottom: 28px;

    position: relative;
}

.outBox .hd ul {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    height: 50px;
    margin: 0 auto;
}

.outBox .hd ul li {
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    float: left;
    background: #5b93d0;
    text-align: center;
    /* padding: 0 36px; */
    width: 155px;
    height: 50px;
    cursor: pointer;
}

.outBox .hd ul li.on {

    background: #2d66a5;

    border-bottom: 2px solid #fff;
}

.outBox .bd {
    width: 1400px;
    /* background-color: red; */
    /* height: 400px; */
}


.inBox {
    width: 1400px;


}

.inBox .inHd {
    margin-right: 75px;
    width: 280px;
    float: left;
    line-height: 24px;
}

.inBox .inHd ul {
    overflow: hidden;
    zoom: 1;
}

.inBox .inHd ul h2 {
    display: inline-block;
    height: 66px;
    width: 100%;
    text-align: center;
    line-height: 66px;
    font-size: 20px;
    color: white;
    background: #2d66a5 url(drop.png) no-repeat;
    background-position: center center;
}



.inBox .inHd ul li {
    position: relative;
    left: 0;
    top: 0;
    height: 45px;
    font-weight: 500;
    box-sizing: border-box;
    padding-left: 66px;
    line-height: 45px;
    background: #f1f2f3;
    cursor: pointer;
    margin-top: 1px;
}

.inBox .inHd ul li img {
    position: absolute;
    left: 40px;
    top: 18px;
    width: 11px;

}

.inBox .inHd ul li.on {
    height: 45px;
    background: #e6ebf1;

}

.inBox .inBd {
    width: 860px;
    float: left;
}

.inBox .inBd ul {
    zoom: 1;
    overflow: hidden;
}

.inBox .inBd li {

    height: 55px;

    line-height: 55px;
    overflow: hidden;
    zoom: 1;
}



.inBox .inBd li .date {
    float: right;
    color: black;
    margin-right: 28px;

}

.inBox .inBd li span {
    padding: 0 35px 0 20px;
}