body{
    overflow-x: hidden;
}
.pull-right{
    float: right;
}
.top_wrapper{
    height: 40px;
    background-color: #313131;
    padding: 0 30px;
}
.pagination {
    margin-bottom: 0px;
}
.pull-left{
    float: left;
}
.top_date, .top-right-url{
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.top-right-url a{
    margin: 0 10px 0 10px;
}
.footer .footer_logo{
    width: 30%;
    text-align: right;
    float: left;
}
.info p{
    margin: 10px 0 10px;
    text-align: center;
}
.info img{
    vertical-align: middle;
    padding-right: 8px;
}

.campus{
    margin: auto;
	height: 110px;
	background: rgb(235, 235, 235);
	color: #b40814;
    text-align: center;
    padding: 30px 0;
}
.logo{
    float: left;
    padding-left: 30px;   
}
.logo a{
    font-size: 36px;
}
.banner .item img{
    width: 100%;
}
.campus .nav_search{
    overflow: hidden;
    width: 20%;
    float: right;
    background: #fff;
    height: 35px;
    margin-top: 15px;
    position: relative;
    border: 1px solid #cacaca;
    border-radius: 2em;
}
.campus .nav_search input{
    outline: 0;
    border: 0;
    height: 35px;
    width: 80%;
    color: #333;
}
.nav_search{
   margin-right: 30px;
}
.campus .nav_search img{
    position: absolute;
    right: 10px;
    top: 9px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.title a {
    color: #b40814;
}

.footer_link {
    width: 70%;
}

@media only screen and (max-width: 767px) {
    .campus{
        width: 100%;
        padding-bottom: 70px;
        height: 150px;
    }
    .logo {
        margin-bottom: 0px;
    }
    .campus .nav_search {
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .logo a{
        font-size: 30px;
    }
    .footer .footer_logo{
        float: none;
        width: 100%;
    }
    .top_date, .top-right-url{
        font-size: 12px;
    }
    .top_wrapper{
        padding: 0 20px;
    }
    .campus .nav_search{
        float: none;
        width: 90%;
        margin-left: 18px;
    }
    .logo{
        padding-bottom: 20px;
        padding-left: 40px;
    }
    .campus .nav_search input{
        width: 90%;
    }
}

@media only screen and (max-width: 375px) {
    .logo{
        padding-left: 24px;
    }
    .top-right-url a{
        margin: 0 5px 0 5px;
    }
}

@media only screen and (max-width: 360px) {
    .logo{
        padding-left: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .logo a{
        font-size: 26px;
    }
    .top_date, .top-right-url{
        font-size: 10px;
    }
}