#main{
    width: 1200px;
    height: 100%;
    margin: auto auto;
}
.top_head{
    background: #f1f1f1;
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #dddddc;
    line-height: 45px;
    color: #989797;
}
.w60{width: 60px;display: inline-block;}
.gray{background: #f1f1f1}
.triangle, .earth, .trumpet, .moreIcon, .source_ul li span:first-child{
    position: relative;
    top: 3px;
}
.body{
    width: 100%;
    margin: 0 auto;
    height: 1760px;
}
.banner,.banner img{
    width: 100%;
    height: 448px;
}
.body_head{
    width: 100%;
    height: 90px;
}
.logo{
    position: relative;
    width: 50%;
}
.logo img{
    position: absolute;
    left: 0;
    top: 0;
}
.body_head_right{
    width: 70%;
    height: 100%;
    line-height: 80px;
    text-align: right;
}
.body_head_right div{display: inline-block;}
.body_head_right input{
    border: 0;
    outline: none;
    padding-right: 100px;
}
.iptBox{
    width: 325px;
    border-radius: 5px;
    padding: 10px 0 10px 10px;
    border: 2px solid #1277c5;
    background: #fff;
}
.search{
    padding: 12px 20px;
    background: #1277c5;
    color: #fff;
    letter-spacing:2px;
}
.microphone{
    position: relative;
    top: 7px;
}
.footer{
    height: 157px;
    background: #f1f1f1;
}
.body_nav{
    width: 100%;
    height: 45px;
    border-top: 1px solid #dddddc;
    background-image: linear-gradient(#fffeff, #f2f2f3);
    position: relative;
}
.nav_title{
    width: 20%;
    font-size: 18px;
    font-weight: 700;
    height:100%;
    line-height: 57px;
    display: inline-block;
    text-align: left;
}
.nav_ul{
    width: 80%;
    height: 44px;
}
.nav_ul_ul{
	position:absolute;
    height: auto;
    text-align:left;
    width: inherit;
}
.nav_ul li{
    height: 100%;
    line-height: 44px;
    float: left;
    display: inline-block;
    width: calc(100% / 7);
    font-size: 16px;
}
.nav_ul_ul li{
	background-color: whitesmoke;
    height: 100%;
    line-height: 44px;
    float: left;
    display: block;
    width: 100%;
    font-size: 16px;
}
.nav_ul li img{
    vertical-align:middle;
    padding-left: 40px;
}
.systemNotice{
    width: 100%;
    height: 45px;
    background-image: linear-gradient(#fffffe, #f2f2f2);
    background-repeat: repeat-y;
    position: relative;
    top: -3px;
}
.noticeIcon{
    background: #006ab4;
    color: #fff;
    font-size: 20px;
    height: 100%;
    line-height: 45px;
    padding-right: 40px;
    clip-path: polygon(0 100%, 0% 0%, 100% 1%, 80% 100%);
}
.trumpet{ padding: 0 14px;}
.systemNotice_ul_box{
    width: 78%;
    display: inline-block;
    line-height: 45px;
    overflow: hidden;
}
.systemNotice_ul{
    width: 100%;
    white-space:nowrap;
    color: #006ab4;
    height: 45px;
    display: flex;
}
.systemNotice_ul li{
    width: 45%;
    font-size: 16px;
    list-style: disc;
    text-align: left;
    float: left;
    margin-left: 50px;
    margin-right:156px;
}
.systemNotice_ul li a:link {color: #006ab4}
.systemNotice_ul li a:visited {color: #006ab4}
.systemNotice_ul li a:active {color: #006ab4}
.more{
    line-height: 45px;
    font-size: 16px;
    padding-left: 10px;
}

.footer div{
    position: relative;
    top: 35%;
}
.footer p{line-height: 28px;}
.disc{list-style: disc;}

/*公告&联系*/
.content{
    width: 100%;
    margin-top: 20px;
}
.content_left{
    width: 17%;
    border: 1px solid #ccc;
    height: 380px;
    text-indent: 3em;
    text-align: left;
    letter-spacing:2px;
}
.content_right{
    width: 80%;
    border: 1px solid #ccc;
    height: auto;
}
.content_left_title{
    background: #1277c5;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #fff;
}
.ul_column{margin-top: 18px;}
.ul_column li{line-height: 54px;}
.ul_column_active{
    background: #a0c9e8;
    color: #1277c5;
    position: relative;
}
.ul_column_active span:before{
    content: url(../image/right_03.png);
    position: absolute;
    left: -8%;
}
.content_right_title{
    background: #dfddde;
    height: 54px;
    line-height: 54px;
    text-align: left;
    font-size: 20px;
    color: #7a7a7a;
    text-indent: 1em;
}
.headline{
    font-size: 20px;
    color: #1277c5;
    line-height: 60px;
    text-align: left;
    text-indent: 1em;
}