select {
    -webkit-appearance: menulist;
}

.center-model {
    width: 68%;
}

.new-list {
    border: 1px solid #e6e6e6;
    padding: 10px 0 0 29px;
    line-height: 3;
    background: #fff;
    overflow: hidden;
}

.new-list.active {
    display: block
}

.new-list a {
    color:#000;
    display: block;
    border-bottom: 1px dashed #dcdcdc;
    margin-right: 29px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.new-list a:last-child {
    border-bottom: none;
}

.new-list a:hover {
    color: #4d96f1;
    text-decoration: underline;
}

.search-list {
    background: url("http://new.fdi.gov.cn/statics/images/search-bg.jpg") no-repeat;
    background-size: 100% 100%;
    border: 1px solid #e6e6e6;
    padding: 30px 16px;
    margin-bottom: 30px
}

.search-list select, .search-list input[type='text'] {
    width: 137px;
    vertical-align: middle;
    margin-right: 2px;
    border: 1px solid #e5e5e5;
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
}

.search-list input[type='button'] {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3e98fb, endColorstr=#275fde); /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#3e98fb, endColorstr=#275fde)"; /*IE8+*/;
    background: linear-gradient(#3e98fb, #275fde);
    color: #fff;
    display: inline-block;
    height: 38px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
    border:none;
}

.left_a {
    float: left;
    width: 70%;
    margin-right: 0 !important;
}

.right_a {
    float: right;
    width: 20%;
    margin-right: 0 !important;
    text-align: right;
    padding-right: 5%;
}
.pg-left{
    width: 872px;
}
#list-group h3{
    cursor: default; 
}