﻿/*   
 * Version: 1.0
 * Author: zc
*/

/* esport.css */


/* ======= Base ======= */
hr {
    margin-bottom: 0px;

}

li {
    list-style-image: url(../images/Sequence_icon_black.svg);
    list-style-position: outside;
}

.headers{
    margin-top: 70px;   
    background-image: url(../images/esport/Tourism.jpg);
    width: 100%;
    height: 280px;

    background-size:cover;
    background-position: center;	
}
.navbar-default{
    background-color: #FFF;
    border-bottom: 1px solid #d8d8d8;
}
.title{	
    width: 890px;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 40px 20px 20px
}

.title .font{
	font-size: 72px;
    line-height: 72px;
    margin-bottom: 20px;
}
.overview_cont {
    margin-bottom: 20px
}
.newsdetail_content {
    width: 890px;
    margin: auto;
    text-align: left;
    position: relative;
    background: #fff;
    padding:0px 20px;
    margin-top: 60px;
    color: #333333;
    padding-bottom: 20px;


}

.newsdetail_content h3 {
    color: #333333;
    width: 100%;
    text-align: left;
    margin-top: 40px;
}

.newsdetail_content div:nth-child(3)  h3 {
    border-top: 1px solid #d8d8d8;
    padding-top: 40px;
}
.text-date {
    margin: 20px 0px  40px;

}
.title_img {
    width: 100%;
    margin-top: 30px;
}

.text_part {
    padding-top: 45px;
    border-top: 1px solid #d8d8d8;
    text-align: left;
    width: 100%;
    margin-bottom: 80px;
}
.esport_image{
    text-align: center;
    background: linear-gradient(to left, #007dff, #00bdff);
}
.image_link{
    background: linear-gradient(to left, #007dff, #00bdff);
}


.line_2 {
    width: 890px;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 0px 20px 20px;
}
.news_text {
    padding: 0px 20px;
}
.news_pic {
    width: 100%;
    text-align: center;
    margin:20px 0px;
}

.news_pic img {
    max-width:100%;
}
.row_3 img {
    margin-bottom: 40px;
    padding: 0px 5%;
}
@media (max-width: 890px){
	.title,.line_2 {
    	width: 100%;
    	text-align: center;
	}

    .newsdetail_content {
        width: 100%;
    }
    .title .font{
        font-size: 60px;
        line-height:60px;
    }

}

