@charset "utf-8";

body {
    background: #fff;
}

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

.conference_classification{
    width: 100%;
}

.conference_classification>p{
    font-size: 16px;
    color: #306fb4;
    background-image: url(../images/icon_classification.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 21px;
    margin-top: 23px;
}

.classification_item{
    width: 1130px;
/*    height: 56px;*/
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
}

.conference_classification>div a{
    display: inline-block;
    padding: 7px 19px;
    line-height: 1;
    font-size: 14px;
	border-radius: 15px;
}

.conference_classification>div a:hover{
	background-color: #306fb4;
    color: #fff;
}

.open_close{
    display: inline-block;
    vertical-align: bottom;
    font-size: 14px;
    color: #306fb4;
    background-image: url(../images/icon_arrow_down2.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 16px;
}

.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-top: 1px #d7dae0 solid;
    margin-top: 26px;
}

.col_01_search>div{
    text-align: center;
}

#grade{
    width: 140px;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 32px;
    color: #555;
    background-color: #fff;
    border: 1px solid #ebedf0;
    border-radius: 5px;
}

#date_input{
    width: 160px;
    display: inline-block;
/*    vertical-align: top;*/
    height: 32px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #ebedf0;
    padding: 0 12px;
    box-sizing: border-box;
    line-height: 30px;
}

/*---联动插件start----*/
.form-inline{
    display: inline-block;
    vertical-align: top;
}
.form-group{
    float: left;
}
.form-control {
/*    display: block;*/
    width: 140px;
    height: 32px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 32px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ebedf0;
    border-radius: 5px;
/*
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
*/
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type=search] {
    -webkit-appearance: none
}
/*-----联动插件end----*/
.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;
}

.result{
    width: 100%;
    height: 36px;
	background-color: #f4f6f7;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 36px;
}

.result a{
    color: #3cadfd;
}

.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 span{
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: #666;
    padding-left: 22px;
    background-position: left center;
    background-repeat: no-repeat;
}
.mt_place{
    background-image: url(../images/icon_place_rm.png);
    margin-top: 20px;
}
.mt_time{
    background-image: url(../images/icon_time_rm.png);
    margin-top: 10px;
}

.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;
}
