﻿.container-fluid {
    padding: 0;
    margin: 0;
}

.bg {
    min-height: 150px;
}

header {
    height: 60px;
}


/*=======*/
.tapUl {
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.tapLi {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #666;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    cursor: pointer;
}

.tapLiChoose {
    background: #f3f4f6;
    color: #dbc091;
    border-left: 2px solid #dbc091;
}
/*大赛简介*/
.int_1 {
    background: #f6f9fd;
    padding: 20px 20px;
    min-height: 124px;
    margin-bottom: 20px;
}
/*行业*/
.re_time {
    font-size: 14px;
    color: #999;
    cursor: pointer;
}

.re_lt {
    color: #1b2b46;
}

.hang_left {
    width: 20%;
    height: 85px;
    padding-left: 0;
    padding-right: 0;
}

    .hang_left img {
        vertical-align: -46px;
    }
/*联系我们*/
.address_spt {
    display: block;
    width: 30%;
    float: left;
    font-size: 16px;
    color: #1b2b46;
    line-height: 20px;
}

.address_spm {
    display: block;
    width: 70%;
    font-size: 16px;
    color: #666;
    float: left;
    line-height: 20px;
}

.address_sp {
    width: 100%;
    min-height: 20px;
    margin-bottom: 10px;
}

.mainR {
    width: 79%;
}
/*底部*/
/*footer {
            height: 231px;
            background: url(/Content/Index/img/index/footer.png) no-repeat;
            background-size: cover;
        }*/
.banner {
    width: 100%;
    height: auto;
    position: relative;
}
/*.sou{
		width:558px;
		height:34px;
		position:absolute;
		top:50%;
		left:50%;
		margin-top:-17px;
		margin-left:-276px;
		border:1px solid #fff;
		}*/
.sou input {
    background-color: rgba(0,0,0,0.2);
    width: 500px;
    height: 100%;
    border: none;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

.titP {
    font-size: 18px;
    color: #333;
    padding-bottom: 18px;
}

.s_title {
    font-size: 20px;
    color: #333;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.textP {
    line-height: 24px;
    color: #333;
}

.hot_one {
    border: 1px solid #cfcfcf;
    width: 100%;
    height: 166px;
    box-sizing: border-box;
    padding: 20px;
}

    .hot_one .textP {
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.hot_two {
    padding: 20px;
    border: 1px solid #cfcfcf;
    width: 100%;
    height: auto;
}

.cf3f6f9 {
    background: #f3f6f9;
}

.jin_one {
    width: 100%;
    height: 104px;
    overflow: hidden;
}

.jin_left {
    float: left;
    width: 40%;
}

.jin_right {
    width: 60%;
    float: left;
}

.jin_text {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 69px;
}

.jin_bottom {
    margin-top: 12px;
    /*display:none;*/
}

.jin {
    margin-bottom: 27px;
}

.jb_l {
    color: #2a6ad4;
    font-size: 14px;
    float: left;
    display: none;
}

.jb_r {
    color: #666;
    font-size: 14px;
    float: right;
}

.he_one {
    height: 84px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 19px;
}

.he_l {
    width: 40%;
    height: 100%;
    float: left;
}

.he_r {
    width: 60%;
    height: 100%;
    float: right;
}

.he_title {
    font-size: 18px;
    color: #333;
    margin-bottom: 12px;
}

.he_text {
    font-size: 14px;
    color: #666;
    height: 48px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*更改后的css*/
body {
    background: #f9fafb;
}

.container-fluid {
    padding: 0;
    margin: 0;
}

.bg {
    min-height: 150px;
}

header {
    height: 40px;
}
/*=======*/
.tsou {
    width: 100%;
    height: 76px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.sou {
    width: 100%;
    height: 36px;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

    .sou input {
        background-color: #fff;
        width: 100%;
        height: 100%;
        border: none;
        display: block;
        float: left;
        box-sizing: border-box;
        padding-left: 10px;
        font-size: 14px;
        color: #333;
    }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #333;
    opacity: 1;
    font-size: 14px;
}

input:-ms-input-placeholder {
    color: #333;
    opacity: 1;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
    font-size: 14px;
}

.de_one {
    border: 1px solid #cfcfcf;
    padding-bottom: 20px;
}

.de_bott {
    padding: 20px;
}

.de_title {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}

.de_text {
    font-size: 12px;
    color: #666;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
}

.de_state {
    margin-top: 37px;
}

.state {
    padding: 2px 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    white-space: nowrap;
}

.state1 {
    background: #a1d0fc;
}

.state2 {
    background: #fcb160;
}

.state3 {
    background: #ed9594;
}

.state4 {
    background: #acd79d;
}
