
/*.warp{*/
    /*display: block;*/
    /*overflow: hidden;}*/
.banner,.banner img,.col1,.col2,.col3,.col4,.col5{;width: 1200px;margin:0 auto;overflow: hidden;}


/*重大活动*/
.col1{
    margin-top: 37px;
}
.activities{
    width: 770px;
    height: auto;

}
.activities .title i,.msg-show .title i,.new-box .title i{
    width: 45px;
    height: 6px;
    background-color: #ffd93f;
    display: block;
    overflow: hidden;
    margin-top: 21px;
}
.activities .title,.msg-show .title,.new-box .title{
    border-bottom: 1px solid #f3f3f3;
    box-sizing: border-box;
    background: #ffffff;
}
.activities .title h2,.msg-show .title h2,.new-box .title h2{
    letter-spacing: 3px;
}
.activities .content-box{
    border-right: 1px solid #f3f3f3;
    box-sizing: border-box;
    padding-top: 29px;
}
.activities .content-box .list{
    width: 750px;
    height: auto;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 0 20px;
    margin-bottom: 20px;
}
.activities .content-box .list .time{
    width: 84px;
    height: auto;
    border-right: 1px solid #d7d7d7;
    box-sizing: border-box;
    padding: 5px 0;
}
.activities .content-box .list .time h2{
    font-size: 26px;
    line-height: 27px;
    color: #888888;
    text-align: center;
    padding-top: 7px;
}
.activities .content-box .list .time p{
    font-size: 16px;
    line-height: 36px;
    color: #aeaeae;
    text-align: center;
}
.activities .content-box .list .txt{
    width: 646px;
    height: auto;
    margin-left: 20px;
}
.activities .content-box .txt h2{
    font-size: 18px;
    line-height: 27px;
    color: #333333;
}
.activities .content-box .txt h2 a{
    color: #333333;
}
.activities .content-box .txt p{
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    text-align: justify;
}
.activities .content-box .txt h2 a:hover{
    color: #1c72c9;
}


/*页码*/
.activities .digg{
    width: 100%;
    height: auto;
    text-align: center;
    display:  block;
    overflow:  hidden;
}
.activities .digg a{
    width: 29px;
    height: 30px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #444444;
    border-radius: 5px;
}
.activities .digg a:hover{
    border: 1px solid #1c72c9;
    color: #1c72c9;
    text-decoration: none;
}
.activities .digg #next{
    width: 58px;
}

/*信息公告*/
.msg-show{
    width: 100%;
    height: auto;
}
.msg-show .title,.new-box .title{
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}
.msg-show .title .more,.new-box .title .more{
    position: absolute;
    right: 20px;
    bottom: 7px;
    font-size: 14px;
    line-height: 15px;
    color: #cacaca;
}
.msg-show .title .more a,.new-box .title .more a{
    color: #cacaca;
}
.msg-show .content-list{
    display: block;
    overflow: hidden;
    margin-top: 15px;
    width: 87%;
    margin-left: 20px;
}
.msg-show .content-list ul li{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 29px;
}
.msg-show .content-list ul li span{
    font-size: 16px;
    line-height: 27px;
    color: #1c72c9;
}
.msg-show .content-list ul li p{
    font-size: 16px;
    line-height: 27px;
    color: #5f5f5f;
    text-align: justify;
}
.msg-show .content-list ul li p .right-time{
    color: #c4c4c4;
}


/*新闻动态*/
.new-box{
    width: 100%;
    height: auto;
    /*margin-top: 10px;*/
}
.new-box .content-list{
    display: block;
    overflow: hidden;
    margin-top: 15px;
    width: 87%;
    margin-left: 20px;
}
.new-box .content-list ul li{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
    margin-bottom: 26px;
}
.new-box .content-list ul li span{
    font-size: 16px;
    line-height: 27px;
    color: #1c72c9;
}
.new-box .content-list ul li p{
    font-size: 16px;
    line-height: 27px;
    color: #5f5f5f;
    text-align: justify;
}
.new-box .content-list ul li p .right-time{
    color: #c4c4c4;
}


/*2.25-14:21new*/
.right_C_box {
    width: 429px;
    height: auto;
    float: right;
}




@media screen and (max-width: 768px){
    /*col1*/
    .col1{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .activities.activities {
        width: 100%;
        height: auto;
        float: none;
    }
    .activities .title, .msg-show .title, .new-box .title{
        width: 100%;
        height: auto;
    }
    .activities .content-box .list{
        width: 100%;
        height: auto;
    }
    .activities .content-box .list .time{
        width: 30%;
        float: none;
    }
    .activities .content-box{
        padding-top: 0;
        margin-top: 10px;
    }
    .activities .content-box .list .txt{
        float: none;
        width: 92%;
        margin-left: 0;
        margin: 15px auto 0;
    }

    .msg-show,.new-box{
        width: 100%;
        height: auto;
        float: none;
        margin-top: 20px;
    }
    .msg-show .title, .new-box .title{
        padding-left: 0;
    }
    /*2.25-14:21new*/
	.right_C_box{
	    width: 100%;
	    float: none;
	}
}

@media screen and (max-width: 360px){
    .activities .content-box .list .txt {
        margin: 10px auto 0;
    }
    .activities .content-box .list{
        padding: 0 0 15px;
    }
}



