﻿/*列表页*/
#list {
    padding: 5px 20px 20px 20px;
    width: 1160px;
    height: auto;
    background: #fff;
    margin: 0px auto 0px auto;
}

.catpos {

    /*font-size: 12px;*/
    color: #112e6d;
    text-indent: 20px;
    line-height: 42px;
    font-family: 微软雅黑;
}

.list_main {
    overflow: hidden;
}

.list_main_l {
    width: 250px;
    float: left;
    height: auto;
    display: block;
    background: #f7f7f7;
}

.list_main_l li {
}

.list_main_l li a {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 30px;
    display: block;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    font-family: 微软雅黑;
}

.list_main_l li a:hover, .list_main_l li .a_h {
    color: #13599e;
}

.list_main_l_first {
    background: #1167b7;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: block;
    height: 53px;
    line-height: 53px;
    cursor: pointer;
    font-family: 微软雅黑;
}

.list_main_r {
    float: right;
    width: 864px;    /*overflow: hidden;*/
    min-height: 500px;
    position: relative;
}

.list_main_r_first {
    height: 53px;
    width: inherit;
}

.list_main_r_first span {
	margin-left: 45px;
    border-bottom: 3px solid #1167b7;
    padding: 10px 0;
    color: #1167b7;
    font-size: 21px;
    font-family: 微软雅黑;
}
.search_type{
    line-height: 30px;
    border-bottom: 1px solid #bfbfbf;
}
.search_type b{
    color:#1167b7; 
}
.search_type a,.search_type a:visited{
    color:#000; 
    margin:0 10px;
}
.search_type a:hover{
    color:#1167b7; 
}
.list_main_r li {
    color: #404040;
    font-size: 18px;
    line-height: 60px;
    text-indent: 10px;
}

.list_main_r li .date {
    float: right;
    color: #666666;
}

.page {
    height: 50px;
    width: 868px;
    text-align: center;
    left: 0;
    margin-top: 35px;
}

.current {
    padding: 6px 15px;
    background: #fff;
    color: red;
    border: 1px solid red;
    font-weight: 600;
    margin: 0 5px;
}
.rows{
    margin-right: 5px;
    font-family: 微软雅黑;
}
.page a {
    padding: 6px 15px;
    background: #0662bd;
    color: #fff;
    border: 1px solid #fff;
    font-family: 微软雅黑;
    margin: 0 2px;
}

.list_main_r_title {

    /*  width: 862px;*/
    text-align: center;
    line-height: 50px;
    color: #1c77dd;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.list_main_r_title2 {

    /* width: 862px;*/
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #363636;
    background: #f3f3f3;
}
/*面包屑位置调整*/
.list-location{
    width: 1160px;
    height: 42px;
}
.list-location p{
    float: right;
    font-family: "微软雅黑";
}