@font-face {
font-family: "Roboto";
src: url('./Roboto/Roboto-Light-10.ttf') format('truetype');
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    letter-spacing: .1px;
    color: #212121;
}

a {
    text-decoration: none !important;
    ;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a: hover,
a: visited,
a: active,
a: link {
    text-decoration: none !important;
    ;
}

ul,
ol {
    list-style-type: none;
}

textarea {
    resize: none;
}

input,
button,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 225, 225, 0);
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}
.content{
	width: 100%;
	min-width: 1200px;
}
.box{
	width: 1200px;
	margin: 0 auto;
}

/*header*/
.header_contain{
	height: 64px;
	background: rgba(0,0,0,.9);
	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    position:fixed;
    display: flex;
	top: 0;
}

.header_contain .box{
	display: flex;
	align-items:center;
    justify-content:space-between;
}
.header_logo{
    width: 55px;
    height: 55px;
    border-radius:50%;
    overflow: hidden;
    display: flex;
    justify-content:center;
    align-items:center;
    background:#fff;

}
.header_logo img{
    display: block;
    width: 150%;
}
.header_list{
    display: flex;
    height: 100%;
}
.header_list li{
    color:#fff;
    font-size: 16px;
    margin-right: 35px;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items:center;
    border-bottom:2px solid transparent;
    box-sizing:border-box;
    transition:.5s;
}
.header_list_checked{
    border-color:#febb11 !important;
    color:#febb11 !important;
}
.header_account{
    display: flex;
    align-items:center;
}
.header_account button{
    width: 60px;
    height: 32px;
    font-size: 14px;
    margin-right: 15px;
    cursor: pointer;
    border-radius:5px;
}
.header_login{
     background: #febb11;
     color:#333;
}
.header_register{
    border:1px solid #febb11;
    color:#febb11;
}
.header_account span{
    font-size: 15px;
    color:#ccc;
    margin-right: 15px;
}
/*end*/

/*context*/
.context_contain{
    margin-top: 64px;
}
/*end*/

/*banner*/
.banner_contain{
    height: 350px;
    width: 100%;
    background-image:url("./images/banner.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.banner_contain .box{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    height: 100%;
}

.banner_text{
    font-size: 40px;
    color:#fff;
}
.banner_btn{
    padding: 10px;
    background: #febb11;
    margin-top: 30px;
    cursor: pointer;
}
/*end*/
/*test*/
.test_containt{
    padding: 50px 0;
    display: flex;
    justify-content:center;
    align-items:center;
}
.test_title{
    font-size: 30px;
    margin-bottom: 30px;
    text-align:center;
}
.table_conlist{

}
.table_conlist li{
    display: flex;
    margin-bottom: 20px;
}
.tablecon_title_con{
    width: 350px;
    display: flex;
    justify-content:center;
    flex-direction:column;
    padding: 20px;
    box-sizing:border-box;
    background: #eaedf3;
   
}
.tablecon_title_con_line{
    width: 25px;
    height: 3px;
    background: #fec911;
   
}
.tablecon_title_con_into{
    font-size: 13px;
    margin-top: 20px;
}
.tablecon_title_con_title{
    font-size: 18px;
    margin-top: 10px;
}
.tablecon_contain_con{
    width: 830px;
    margin-left: 20px;
    padding: 20px;
    box-sizing:border-box;
    line-height: 22px;
    font-size: 14px;
    background: #eaedf3;
}
.table_conlist_color .tablecon_title_con{
     background: #fec911;
}
.table_conlist_color  .tablecon_contain_con{
     background: #fec911;
}
.table_conlist_color .tablecon_title_con_line{
    background: #333;
}
/*end*/
/*competitions*/
.competitions_contain{
    background-image:url(/static/nlpcc2018/img/bg2.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
}
.competitions_contain .box{
    padding: 50px 0;
}
.datasets_title{
    font-size: 30px;
    margin-bottom: 30px;
    text-align:center;
    color: #fff;
}

.datasets_list{
    display: flex;
    justify-content:center;
    align-items:center;
}
.datasets_list li{
    width: 300px;
    height: 400px;
    display: flex;
    justify-content:center;
    align-items:center;
    padding: 20px;
    box-sizing:border-box;
    flex-direction:column;
    background: #fff;
    border-radius:5px;
    margin: 0 10px;
}
.dataset_img{
    height: 84px;
}
.dataset_img img{
    display: block;
    height: 100%;
}
.dataset_title{
    margin-top: 10px;
    font-size: 20px;
}
.dataset_line{
    width: 30px;
    height: 3px;
    background: #febb11;
    margin-top: 20px;
}
.dataset_context{
    font-size: 15px;
    line-height: 22px;
    margin-top: 20px;
    height: 200px;
}
.dataset_btn{
    width: 138px;
    height: 42px;
    background: #febb11;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}
/*end*/
/*datasets*/
.datasets_ccontain{
    padding: 50px 0;
    background: #f5f5f5;
}
.competitons_list{
    display: flex;
    justify-content:center;
    align-items:center;
}
.competitons_list li{
    margin:0 10px;
    padding: 20px;
    background: #fff;
}
.compt_logo{
    width: 200px;
    height: 180px;
    display: flex;
    justify-content:center;
    align-items:center;
    background: #f5f5f5;
}
.compt_name{
    font-size: 15px;
    margin-top: 20px;
    text-align:center;
}
/*end*/
/*org*/
.org_contain{
    padding: 50px 0;
}
/*end*/
/*orger*/
.orger_contain{
    padding: 50px 0;
    background: #f5f5f5;
}
.orger_list{
    display: flex;
    flex-wrap:wrap;
}
.orger_list li{
    width: 200px;
    height: 260px;
    display: flex;
    align-items:center;
    background: #fff;
    flex-direction:column;
    border-radius:5px;
    box-shadow:0 0 10px #f0f0f0;
    margin: 10px;
}
.orger_img{
    width: 200px;
    height: 180px;
    overflow: hidden;
    display: flex;
    justify-content:center;
    align-items:center;
}
.orger_img img{
    height: 100%;
    display: block;
}
.orger_name{
    font-size: 15px;
    margin-top: 20px;
}
.orger_line{
    width: 30px;
    height: 3px;
    background: #fec911;
    margin-top: 20px;
}
.orger_intro{
    margin-top: 20px;
    font-size: 14px;
}
/*ender*/

/**/
.institution_contain{
    
}
.institution_list{
    display: flex;
    justify-content:center;
    align-items:center;
}
.institution_list li{
    width: 256px;
    height: 180px;
    display: flex;
    justify-content:center;
    align-items:center;
    padding: 10px;
    margin: 0 10px;
}
.institution_list li img{
    display: block;
    height:100%;
}
/*end*/
/*footer*/
.footer_contain{
    height: 60px;
    background: #333;
    color:#fff;
}
.footer_contain .box{
    display: flex;
    justify-content:center;
    align-items:center;
    height: 100%;
}
.footer_list{
    display: flex;
    justify-content:center;
    align-items:center;
}
.footer_list li{
    font-size: 13px;
    border-right:1px solid #fff;
    color: #fff;
    padding: 0 20px;
}
.footer_list li:nth-child(4){
    border-right:none;
}
/*end*/