body {
    font-family: '微软雅黑', 'Microsoft YaHei', '黑体';
    font-size: 15px;
    background-color: #273d6f;
}
.main_box {
    width: 100%;
    height: auto;
}

.common_banner {
    background: url(colum_banner.png) no-repeat center;
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    margin-top: 21px;
    margin-bottom: 22px;
    padding: 53px 0 0 53px;
}

.colum_tit {
    font-size: 40px;
    color: #ffffff;
    text-shadow: 2px 1px 5px #333333;
}

.main {
    min-height: 749px;
    background-color: #ffffff;
    padding: 18px 20px 0 20px;
    margin-bottom: 31px;
}


/* 当前位置 */
.dqwz {
    padding-left: 30px;
    background: url(currentPosition.png) no-repeat;
    margin-bottom: 11px;
}

/* 栏目、检索、日期 */
.dqlm {
    height: 50px;
    border-bottom: 1px solid #cbd1d6;
    margin-bottom: 22px;
}

#dqlm {
    display: inline-block;
    font-size: 22px;
    line-height: 50px;
    color: #61799d;
    font-weight: bold;
    height: 100%;
    border-bottom: 3px solid #61799d;
}
.dqlm form,.dqlm .ycsj{
    display: inline-block;
    float: right;
}
.dqlm form{
    width: 223px;
    height: 36px;
    background-color: #f0f0f0;
    padding-left: 24px;
    border-radius: 5px;
}
.dqlm form .ipt{
    width: 80%;
    height: 100%;
    background-color: #f0f0f0;
    border: 0; outline: 0;
}
.dqlm form .btn{
    vertical-align: middle;
    width: 16%;
    height: 100%;
    background: url(search.png) no-repeat center;
    border: 0; outline: 0;

}


/* 列表主题 */
.tu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tu-list li {
    width: 33%;
    overflow: hidden;
    margin-bottom: 26px;
    color: #61799d;
}

.tu-list li div {
    float: left;
}
.tu-list li .img{
    width: 45%;
    border: 1px solid #f0f0f0;
    padding: 4px;
    text-align: center;
}
.tu-list li .txt {
    width: 55%;
    padding: 10px 0px 0px 23px;
}

.tu-list li .txt h3 {
    line-height: 26px;
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 16px;
}

.tu-list li .txt p {
    padding-left: 25px;
    margin: 12px 0;
    font-size: 16px;
}

.tu-list li .txt .time {
    background: url(time.png) no-repeat;
}

.tu-list li .txt .site {
    background: url(site.png) no-repeat;
}

.tu-list li .txt .team {
    background: url(team.png) no-repeat;
    margin-bottom: 15px;
}

.tu-list li .txt>a {
    display: block;
    width: 87px;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #61799d;
    text-align: center;
    line-height: 34px;
}

.tu-list li .txt>a:hover {
    background-color: #61799d;
    color: #fff;
}

.ycjsContentMore{color: #cf2d2d;}

@media screen and (max-width:768px) {
    .main{padding: 10px !important;}
    .dqlm form, .dqlm .ycsj {display: none;}
    .tu-list li {width: 100%;margin-bottom: 0.2rem  ;}
    .tu-list li .img img{width: 100%;}
    .tu-list li .txt{padding: 0.1rem 0 0 0.2rem;}
    .tu-list li .txt h3 {line-height: 0.55rem;margin-bottom: 0.2rem; font-weight: bold;font-size: 0.3rem;}
    .tu-list li .txt p {padding-left: 0.5rem;margin: 0.15rem 0;font-size: 0.28rem;}
    .tu-list li .txt .team{margin-bottom: 0.15rem;}
    .tu-list li .txt>a { width: 1.2rem; height: 0.55rem; line-height: 0.55rem; font-size: 0.3rem; }
}
