@charset "utf-8";

body {
    background: #fff;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.column {
    overflow: hidden;
}

.col_r_title{
    font-size: 18px;
    color: #333333;
    margin-top: 20px;
    border-bottom: 1px #e7e7e7 solid;
    padding-bottom: 10px;
}

.col_01 {
    margin-top: 22px;
}

.col_01_l {
    width: 780px;
    float: left;
}

.col_01_search{
    width: 100%;
    background-color: #f4f6f7;
    padding: 15px 0;
    border-bottom: 1px #d7dae0 solid;
}
.col_01_search p{
    color: #306fb4;
    font-size: 20px;
    display: inline-block;
}
.col_01_search p:before{
    content: "";
    display: inline-block;
    vertical-align: text-top;
    width: 19px;
	height: 28px;
	background-color: #4d90e3;
	border-radius: 0px 10px 10px 0px;
    margin-right: 14px;
}
.col_01_search input{
    display: inline-block;
    vertical-align: top;
    width: 370px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #ebedf0;
    padding: 0 12px;
    box-sizing: border-box;
    margin-left: 200px;
    line-height: 30px;
}
.col_01_search a{
    display: inline-block;
    vertical-align: top;
    width: 70px;
	height: 32px;
	background-color: #4d90e3;
	border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
}

.meet_list>ul>li{
    border-bottom: solid 1px #d7dae0;
    padding: 30px 0;
    overflow: hidden;
}
.meet_list>ul>li img{
    width: 260px;
	height: 170px;
    float: left;
}
.meet_list>ul>li>div{
    width: 476px;
    height: 170px;
    float: left;
    margin-left: 32px;
}
.meet_list>ul>li>div a{
    font-size: 20px;
    line-height: 26px;
    color: #333;
}
.meet_list>ul>li>div a:hover {
    color: #4d90e3;
}
.meet_list>ul>li>div p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
}
.meet_list>ul>li>div span{
    display: inline-block;
    font-size: 12px;
    line-height: 17px;
    color: #999;
    margin-top: 10px;
    /*width: 26%;*/
    float: right;
}

.loadmore{
    display: block;
    width: 780px;
	height: 59px;
	border: solid 1px #e7e7e7;
    font-size: 16px;
	line-height: 59px;
	color: #999999;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.col_01_r {
    width: 380px;
    float: right;
}
.ad{
    width: 100%;
    height: 243px;
    overflow: hidden;
}
.ad img{
    height: 100%;
}
.r_top10{
    margin: 20px 0;
}

.r_top10 li {
    margin-top: 10px;
    overflow: hidden;
}
.r_top10 li:first-child i,
.r_top10 li:first-child li i,
.r_top10 li:first-child li li i{
    background-color: #4d90e3;
    color: #fff;
}
.r_top10 li i {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: solid 1px #4d90e3;
    background: #fff;
    color: #4d90e3;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;

}

.r_top10 li a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 330px;
}

.r_top10 li a:hover {
    color: #4d90e3;
}
.concern a{
    display: inline-block;
    margin: 15px 20px 0 0;
    white-space: nowrap;
}
