*{margin:0px;padding:0px;}
body{font-family: "Microsoft YaHei","微软雅黑","simsun","sans-serif","Hiragino Sans GB","STHeiti",Arial;background-color:#fff;font-size:85%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;position: relative;}
h1,h2,h3,h4,h5,h6,em{font-weight:normal;font-style:normal;}
table,td,tr{border:none;border-collapse:collapse;}
ul,li,ol{list-style:none;}
img,fieldset{border:medium none;display:block;}
img{vertical-align:left;}
a{outline:none;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;cursor: pointer;}
a:link,a:visited{color:#333;text-decoration:none;}
a:hover,a:active{color:#b30000;text-decoration:underline;}
a.ani{-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;}
.clear{clear:both;width:1px;overflow:hidden;height:0;}
.clearfix{*zoom: 1;}
.clearfix:after{clear: both;display: block;overflow: hidden;height: 0;visibility: hidden;content: ".";}
.hidden{display:none;}
.pull-left,.fl{float: left;}
.pull-right,.fr{float: right;}
.fdn{font-size: 0;text-indent: -999em;line-height: 0;}
.text-overflow{overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
h1{display: block;font-size: 0;line-height: 0px;text-indent: -999em;}
/*
    省略号css：
    panA:
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

    panB:
    height:px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
*************************************************    
    半透黑色背景（且兼容ie）
    background: rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
*/
/*margin*/
.mt10{margin-top: 10px;} .mt20{margin-top: 20px;}

body{
    /* overflow-x: hidden; */
}
.wrap{
    background: url(images/bg.jpg) no-repeat center top;
    /* padding-bottom: 10px; */
    /* min-width: 1920px; */
    margin: 0 auto;
}
.banner,.banner img,.col{width: 1300px;margin:0 auto;overflow: hidden;}
.flex_SpaceBetween{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
}

.col .img{
    display: block;
    overflow: hidden;
}
.col img{
    width: 100%;
    height: 100%;
}

.wrap h2,.wrap p{
    font-family: Georgia;
}


/* bg */
.bg{
    background-position: center;
    background-repeat: no-repeat;
}
.bg-content{
    background-image: 
    url(./images/bg3.jpg),
    url(./images/bg4.jpg),
    url(./images/bg5.jpg),
    url(./images/bg6.jpg);
    background-position: center top,center 2699px,center 5694px,center 8567px;
    background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
}
.bg0{
    height: 1054px;
    background-image: url(./images/bg2.jpg);
}
/* 摘要 */
.summary .container{
    width: 1043px;
    height: auto;
    margin: 38px 0 38px 87px;
}
.summary h2{
    font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #8d5b03;
    margin-top: 33px;
    text-align: justify;
}
.summary h2:first-child{
    margin-top: 0;
}

.col .month{
    width: 250px;
    height: 57px;
    background-color: #8d5b03;
    border-radius: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0px 0 53px 107px;
    box-sizing: border-box;
    padding: 11px 0 5px;
}
.col .month img{
    width: auto;
    margin-top: 0;
    height: auto;
}
.col .date{
    width: 200px;
    text-align: right;
    font-size: 22px;
    font-weight: bold;
    color: #8d5b03;
}
.col .icon{
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    background-color: #e7c669;
    border: solid 3px #8d5b03;
    border-radius: 100px;
    box-sizing: border-box;
    margin: 0px 14px 0 17px;
}
.col .title h2{
    font-size: 22px;
	line-height: 30px;
	color: #000000;
    font-weight: bold;
    cursor: pointer;
    max-width: 1032px;
}
.col .list .item:first-child{
    margin-top: 0;
}
.col .list .item{
    margin-top: 35px;
}
.bg-content .col .container{
    display: flex;
    overflow: hidden;
    flex-direction: column;
    /* background-color: aqua; */
}
.left .item{
    display: flex;
    align-items: center;
}
.left .container{
    margin-left: 0;
}
.left .title h2{
    text-align: left;
}
.right .title h2{
    text-align: right;
}
.right .month{
    margin-right: 99px;
}
.right .item{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.right .icon{
    margin: 0px 17px 0 18px;
}
.right .date{
    text-align: left;
    width: 187px;
}
.bg-content .right .container{
    margin-right: 9px;
    align-items: flex-end;
}

/* 1月 */
.col1{
    background: url(./images/line1.png) no-repeat;
    height: 419px;
}
/* 2月 */
.col2{
    background: url(./images/line2.png) no-repeat;
    height: 560px;
}
/* 3月 */
.col3{
    background: url(./images/line3.png) no-repeat;
    background-position-x: 223px;
    height: 1628px;
}
/* 4月 */
.col4{
    background: url(./images/line4.png) no-repeat;
    height: 892px;
}
/* 5月 */
.col5{
    background: url(./images/line5.png) no-repeat;
    background-position-x: 164px;
    height: 1316px;
}
/* 6月 */
.col6{
    background: url(./images/line6.png) no-repeat;
    height: 787px;
}
/* 7月 */
.col7{
    background: url(./images/line7.png) no-repeat;
    height: 563px;
    background-position-x: 169px;
}
/* 8月 */
.col8{
    background: url(./images/line8.png) no-repeat;
    height: 990px;
}
/* 9月 */
.col9{
    background: url(./images/line9.png) no-repeat;
    height: 1080px;
    background-position-x: 165px;
}
/* 10月 */
.col10{
    background: url(./images/line10.png) no-repeat;
    height: 576px;
}
/* 11月 */
.col11{
    background: url(./images/line11.png) no-repeat;
    height: 1102px;
    background-position-x: 166px;
}
/* 12月 */
.col12{
    background: url(./images/line12.png) no-repeat;
    height: 1039px;
    background-position-x: 5px;
}
.col1,.col2,.col4,.col6,.col8,.col10{
    background-position-x: 225px;
}
.col2 .list .item{
    margin-top: 40px;
}
.col3 .list .item{
    margin-top: 43px;
}
.col4 .list .item{
    margin-top: 50px;
}
.col5 .list .item{
    margin-top: 42px;
}
.col7 .list .item{
    margin-top: 49px;
}
.col8 .list .item{
    margin-top: 40px;
}
.col9 .list .item{
    margin-top: 44px;
}
.col10 .list .item{
    margin-top: 44px;
}
.col11 .list .item{
    margin-top: 52px;
}
.col12 .list .item{
    margin-top: 50px;
}


/* popup */
.popupBg{
    width: 100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}
.popup{
    width: 862px;
	/* height: auto; */
    max-height: 834px;
	border: solid 2px #8d5b03;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -417px;
    margin-left: -431px;
    box-sizing: border-box;
    background: #fff;
    padding: 47px 58px;
}
.popup .container{
    width: 100%;
    /* height: 100%; */
    max-height: 744px;
    overflow-y: auto;
    padding-right: 25px;
}
.popup img{
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}
.popup img.vertical{
    max-width: 70%;
}
.popup .txt{
    margin-top: 27px;
}
.popup .txt p{
    font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 42px;
	letter-spacing: 0px;
	color: #000000;
}
.popup .close{
    font-size: 0;
    display: block;
    overflow: hidden;
    width: 46px;
    height: 46px;
    position: absolute;
    top: -44px;
    right: -52px;
    background: url(./images/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
/* 修改滚动条宽度和颜色 */
.popup .container::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}

/* 修改滚动条轨道颜色 */
.popup .container::-webkit-scrollbar-track {
background-color: #f5f5f5;
}

/* 修改滚动条滑块颜色 */
.popup .container::-webkit-scrollbar-thumb {
background-color: #888;
}

/* 修改滚动条滑块在hover状态下的颜色 */
.popup .container::-webkit-scrollbar-thumb:hover {
background-color: #555;
}

.dataBox{
    display: none!important;
}

@media screen and (max-width: 768px){}