.row{
    margin: 0px;
}

/* 联系区域 */
.contact {
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2;
	font-size: 14px;
}

.color-icon{
	color: #0C95FF;
	margin-left: 5px;
}

.text-right{
	text-align: right;
}

.contact .span-margin{
	margin-left: 20px;
}

.contact .right-container{
    height: 40px;
    font-size: 14px;
    vertical-align: middle;
    text-align: right;
    margin-right: 5px;
}

.contact a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.contact a:hover {
    color: #0C95FF;
}

/* 内容区域 */
.homepage-body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.logo a{
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.carousel-control {
    opacity: 0.2;
}

.nav {
    height: 110px;
    box-shadow: 0px 10px 10px #f8f8f8;
}

.nav .logo {
    height: 70px;
    padding:0px;
}
.nav .column{
    padding:0px;
}
.navbar {
    margin-bottom: 0px;
    border: none;
    float: right;
}

.navbar a {
    float: left;
    height: 70px;
    padding: 0px 25px;
    font-size: 16px;
    line-height: 70px;
    color: #333;
    cursor: pointer;
}

.navbar a:hover {
    color: #31A4E8;
}
.nav .operator{
    padding: 0px;
}
.nav .operator a {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.nav .operator .register-btn {
    margin-top: 18px;
}

.content-width {
    width: 1340px;
    margin: 0 auto;
}

.container-title {
    height: 70px;
    font-size: 30px;
    padding-top: 30px;
}
#carousel-picture{
}
#carousel-picture .carousel-inner .item {
}

.icon-font-size{
	font-size: 50px !important;
}
.content-min-width {
    min-width: 1340px;
}

.register-btn-container{
    height: 70px;
    text-align: right;
}
.sign-container{
    height: 70px;
    width: 140px;
    float: left;
    text-align: center
}
#user-name{
    padding: 0px;
    width: 135px;
    display: block;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
    text-align: right;
}

.hidden-more{
	display: block;
	float:left;
	width:50%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
}

#organizer-a:hover{
	color: #0C95FF;
	cursor: pointer;
	text-decoration: none;
}

#user-name:hover{
    background: white;
}
#user-name:focus{
    background: white;
}
.sign-container .dropdown-menu a{
    line-height: 40px;
    height: 40px;
}

.user-center{
    margin: 0px;
    box-shadow:0px 0px 0px white;
}
.news {
    height: 680px;
    background-color: #f8f8f8;
}

#carousel-news .carousel-inner .item {
    height: 530px;
}

#carousel-news ol li {
    background-color: #bbb;
}

#carousel-news .carousel-indicators .active {
    background-color: #4e94ff;
}
.news-container{
    min-height: 530px;
}

.new-container {
    margin-top: 40px;
    height: 430px;
}
.new-card-div{
    box-shadow: 0 0 20px #ccc;
    margin-left:23px;
    width:400px;
    height: 430px;
    cursor: pointer;
    background-color: white;
}
.new-card-div:hover{
    color:#E37A65!important;
    transform: translate3d(0px, -10px, 0px); 
    transition: transform 0.2s linear 0s; 
}
.new-title {
    margin-top:15px;
    margin-left:20px;
    width:360px;
    height: 50px;
    line-height: 25px;
    font-size: 16px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
    cursor: pointer;
}
.new-time {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #999;
    padding-left:10px;
}
.new-time-icon{
    margin-left: 20px;
    margin-right:10px;
}
.new-detail-btn{
    color: #31A4E8;
    border-color:#31A4E8!important;
    margin-right:20px;
    padding:2px 10px;
    margin-top:13px;
}
.new-detail-btn:hover{
	background-color: white;
	color: #31A4E8;
}
.new-picture {
    height: 250px;
    padding: 0px;
    cursor: pointer;
}

.new-desc {
    margin-top:15px;
    height: 50px;
    line-height: 20px;
    height:40px;
    margin-left:20px;
    width:360px;
    padding:0px;
    font-size: 14px;
    color: #999;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;
    cursor: pointer;
}

.news-more {
    height: 80px;
}

/* 默认的主题图片样式 */
.news-common-backgrond{
    background:url('../common/img/importantNotices.png') no-repeat;
    background-size:100% 100%;
}

.news-more-btn {
    padding: 14px 40px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
}
/*-----------------赛程-------------------*/
.schedule{
}
.schedule-container {
	min-height: 326px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.schedule-detail-btn{
	padding: 14px 40px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.winning-containner{
    position: relative;
    margin: 50px auto;
}
.winning-containner .poster-list .poster-item{
    position: absolute;
    left: 0;
    top: 0;
    cursor: poi
}
.winning-containner .poster-btn{
    position: absolute;
    top: 0;
    cursor: pointer;
}
.winning-containner .poster-prev-btn{
    left: 0;
    background: url("img/btn_l.png") no-repeat center center;
}
.winning-containner .poster-next-btn{
    right: 0;
    background: url("img/btn_r.png") no-repeat center center;
}

.winning-containner li{
	list-style-type: none;
}

.winning-content {
	background-color: white;
	height:230px;
	top:50%;
	margin-top:-103px;
	opacity: 0.8;
	font-size:16px;
	padding: 20px 40px;
}
.winning-content p{
	font-size: 16px;
	line-height:25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
}
.winning-content .team-desc{
    -webkit-line-clamp: 2; /** 显示的行数 **/
}
.winning-more {
    height: 80px;
}
.previous-reviews{
	background-color: #f8f8f8;
}
.previous-review-container{
	margin-top:20px;
	margin-bottom:20px;
}
.previous-review{
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
}
.previous-review-card {
	width: 280px;
	height: 220px;
	margin-left: 28px;
	box-shadow: 0 0 20px #ccc;
}
.previous-review-card:hover{
	transform: scale(1.1);
    transition: transform 0.2s linear 0s; 
}
.previous-review-picture{
	height:180px;
	padding:0px;
	cursor: pointer;
}
.previous-review-title{
	cursor: pointer;
	background-color: white;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding:0px 5px!important;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 1; /** 显示的行数 **/
	overflow: hidden;}
.partner {
    height: 100px;
    margin-top:10px;
    margin-bottom: 10px;
}
.copyright-container {
     background-color: #f8f8f8;
    height: 50px;
    line-height: 50px;
}
/*------------------------------二级列表界面------------------------------*/
.news-backgrond-container {
    height: 150px;
    background: url(./news.jpg) no-repeat center;
    margin-top: 5px;
}

.list-width{
    width: 1000px;
    margin: 0 auto;
}
.list-min-width{
    min-width: 1000px;
    margin: 0 auto;
}
.content-container{
    border-bottom:1px solid #f2f2f2;
}

.list-title{
	/*height: 150px; */
    /* padding-top: 35px; */
    line-height: 150px;
    font-size: 24px;
    color: white;
    text-align: center;
    /* border-bottom: 2px solid #4d95ff; */
}
.list-container{
    min-height:840px;
}
.content-time{
    margin:30px 0px;
    width:80px;
    height:60px;
    background-color: #edf3ff;
}
.content-time-day{
    margin-top:5px;
    font-size:24px;
    color:#4d95ff;
    font-weight:700;
    height:30px;
    line-height: 30px;
}
.content-time-yearmonth{
    font-size:14px;
    color:#4d95ff;
    height:20px;
}
.content-title{
    margin-top:30px;
    font-size:16px;
    font-weight:bold;
    padding:0px 15px;
    cursor: pointer;
}
.content-title:hover{
    color:#E37A65!important;
}
.content-desc {
    margin-top: 12px;
    font-size: 14px;
    height:40px;
    color: #999;
    padding: 0px 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden; /** 隐藏超出的内容 **/
    cursor: pointer;
}

.page-container{
    height:80px;
    padding-top:20px;
}
.page-container li a{
    margin:0px 2px;
    font-size:14px;
    color:#999;
    padding:10px 16px;
}
.page-container li a:hover{
    color:white;
    background-color:#4d95ff;
    border-color:#4d95ff;
}
.disable-li a:hover{
    background-color: white;
}
/*---------------------------详情界面--------------------------*/
.content-detail-title{
    font-size: 24px;
    margin-top:30px;
    min-height::30px;
    line-height: 30px;
}
.content-detail-author{
    margin-top:14px;
    font-size: 14px;
    color:#999;
    height:40px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 40px;
    white-space:nowrap;
	text-align: center;
}

.content-detail-author span{
	margin-left:20px;
	margin-right: 20px;
}

.content-detail-desc{
    margin-top:30px;
    font-size: 16px;
    min-height: 710px;
    line-height: 30px;
}
.introl-container {
    height: 150px;
    background: url('./introl.jpg') no-repeat center;
}
.introl-title {
    line-height: 150px;
    font-size: 24px;
    color: white;
}
.introl-detail-desc{
    margin-top:30px;
    font-size: 16px;
    min-height: 730px;
    line-height: 30px;
}

.floatConcactDiv {
    z-index: 10000;
    cursor: pointer;
}

.floatConcactDiv img {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1001;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    display: none;
}



