.gov_navu_two{
   display:none;
}
.c-content {
    width: 1160px;
    margin: 20px auto 50px;
    overflow: hidden;
}
.c-content .c-l_nav {
    position: relative;
    width: 310px;
    padding-bottom: 10px;
    float: left;
    border: solid 1px #efece9;
    background: #f9f7f5;
}
.c-content .c-main {
    position: relative;
    width: 700px;
    padding-bottom: 80px;
    margin-right: 75px;
    float: right;
}
.notice{
    margin-bottom:80px;
}
.c-content .c-l_nav .c-line {
    position: absolute;
    width: 230px;
    height: 1px;
    top: 28px;
    left: 50%;
    margin-left: -115px;
    background: #d5d4d3;
}
.c-content .c-l_nav .c-nav_title {
    position: absolute;
    width: 130px;
    height: 24px;
    top: 15px;
    left: 70px;
    font-size: 20px;
    color: #101010;
    text-align: center;
    padding-left: 40px;
    background: #f9f7f5 url(/uiFramework/commonResource/image/2021102111324232773.png) 10px center no-repeat;
}
.c-content .c-main h2 {
    font-size: 18px;
    color: #13569f;
    margin-top: 20px;
    margin-bottom: 10px;
}
.c-content .c-main ul {
    border-top: 1px solid #dedede;
    padding: 20px 0;
}
.c-content .c-main li {
    line-height: 35px;
}
.c-content .c-main li:nth-child(5){
  padding-bottom:20px;
  border-bottom: 1px solid #dedede;
   
}
.c-content .c-main li:nth-child(10){
   padding-bottom:20px;
   border-bottom: 1px solid #dedede;
}
.c-content .c-main li:nth-child(15){
   padding-bottom:20px;
}
.c-content .c-main li .c-dot {
    display: block;
    width: 10px;
    float: left;
}
.c-time {
    float: right;
    font-size: 12px;
    color: #666;
}
.c-content .c-main li a {
    display: block;
    font-size: 16px;
    color: #333;
    margin-left: 5px;
}
.c-position {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
    line-height: 20px;
}
.c-position p, .c-position a {
    font-size: 14px;
    color: #a3a3a3;
}

.c-content .c-page {
    text-align: center;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #f7f7f7;
    color: #818181;
}
.c-content .c-page span, .c-content .c-page a, .c-content .c-page font{
    font-size: 14px;
    line-height: 20px;
    margin: 0 4px;
}
.NormalRed {
    background-color: #4884da;
    color: #fff !important;
    padding: 0 10px;
    height: 20px;
    display: inline-block;
}
.easysite-jump-btn{
    width: 50px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #13559f;
    margin-left: 10px;
    border: 0;
    color: #fff;
    cursor: pointer;
}


@media screen and (max-width: 750px){
.c-content{width: 96%;border: 1px solid #dbdcde;}
.c-l_nav{display:none;}
.c-position{margin-top:5px;padding-left:5px}
.c-content .c-main h2{margin-left:5px;}
.c-main{width:100%!important;margin:0!important;}
.right ul li a{
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.c-content .c-main ul{padding:20px 5px;}
}