﻿.nav-title{
    padding-left: 15px;
    margin: 35px 0 25px 0;
}
.nav-title span{
    font-size: 12px;
    font-weight: bold;
}
.bricks-wrapper{
    width: 74%;
    float: left;
}
/*.content-list-wrap:first-child{
    border-top: 4px solid rgb(251, 51, 75);
}*/
.content-list-wrap{
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-top: 4px solid #fff;
    padding: 25px 13px 0 0px;
}
.content-list-wrap:hover{
    transition: all .4s;
    border-top: 4px solid rgb(251, 51, 75);
}
.calendar-r{
    float: right;
    width: 25.2%;
    padding-right: 10px;
}
.cal{
    margin-top: 20px;
    position: relative;
    width: 100%;
    background: #fff;
}
.calendar-input{
    height: 50px;
    padding-left: 15px;
    width: auto;

}
.calendar-b{
    position: absolute;
    top: 0;
    right: 0px;
    cursor: pointer;
    line-height: 46px;
    width: 43px;
    text-align: center;
}
.calendar-search{
    width: 260px;
}
.calendar-event{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.calendar-event h2{
    padding: 15px 0 10px 0;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
}
.calendar-event ul{
    padding-bottom: 10px;
}
.calendar-event ul li{
    padding: 0;
    letter-spacing: 0.1em;
    /*padding-top: 12px;
    padding-bottom: 8px;*/
    border-bottom: 1px solid #eee;

}
.calendar-event ul li a{
    color: #555;
    font-family: "宋体",Microsoft Yahei;
    /* font-weight: bold; */
    font-size: 12px;
    display: block;
    letter-spacing: 0.1em;
    padding-top: 12px;
    padding-bottom: 8px;
}
.calendar-event ul li:hover{
    border-bottom: 1px solid #ccc;
}
.calendar-event ul li a:hover{
    color: rgb(251, 51, 75);
}
.calendar-event ul li a .con{
    color: rgb(251, 51, 75);
}
.month-wrap{
    position: relative;
    float: left;
    width: auto;
    letter-spacing: 0.1em;
    padding: 0 0px 0 13px;
    text-align: center;

}
.month{
    font-size: 12px;
    padding-bottom: 10px;
    color: #7d8a93;
	font-family: Arial,Helvetica,sans-serif;
}
.day{
    font-size: 20px;
    font-weight: bold;
    color: rgb(251, 51, 75);
	font-family: Arial,Helvetica,sans-serif;
}
.content-wrap{
    position: relative;
    float: right;
    width: 80%;
}
.data{
    padding-top: 20px;
    font-size: 12px;
    letter-spacing: 0em;
    color: #999;
	font-family: Arial,Helvetica,sans-serif;
}
.js-box{


    padding-top: 15px;
}
.js-box ul li{
    padding-left: 0;
    font-size: 12px;
    letter-spacing: 0em;
    line-height: 190%;
    color: #999;
}
@media only screen and (max-width:1200px) {
    .content-wrap {
        width: 76%;
    }
}
@media only screen and (max-width:1024px) {
    .content-wrap {
        width: 80%;
    }
    .bricks-wrapper {
        width: 68%;
    }
}
@media only screen and (max-width:880px) {

    .bricks-wrapper {
        width: 100%;
        float: none;
    }
    .content-wrap {
        width: 86%;

    }
    .wrapper .brick {
        width: 50%;
    }
}
@media only screen and (max-width:768px){
    .content-wrap {
        width: 83%;
    }
}
@media only screen and (max-width:680px){
    .content-wrap {
        width: 80%;
    }
}
@media only screen and (max-width:600px){
    .content-wrap {
        width: 87%;
    }
}
@media only screen and (max-width:480px){
    .content-wrap {
        width: 87%;
    }
}
@media only screen and (max-width:420px){
    .content-wrap {
        width: 84%;
    }
}