@CHARSET "UTF-8";

.main_page{
	/* background-color: #CCCCCC; */
}
.tindex_block{
	margin-top: 25px;
}
.tindex_map{
	width: 1200px;
	height: 686px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
	padding: 42px 70px 42px 55px;
}
.tindex_map.list{
	height:auto;
}
.tindex_map .title{
	border-bottom: 2px solid #309BFF;
	height: 44px;
}
.tindex_map .title_text{
	height: 30px;
	font-size: 29px;
	font-weight: 400;
	color: #2C2C2C;
	line-height: 30px;
	border-bottom: 7px solid #309BFF;
    padding: 0 24px 1px 12px;
}
.content{
	margin-top: 22px;
}
.map_img{
	width: 1075px;
	height: 540px;
	background: url(/static/images/changjiang/bg.png) no-repeat;
    background-size: 100% 100%;
	position: absolute;
}
.point_item{
	width: 128px;
	height: 112px;
	position: absolute;
	z-index: 1;
}
.point_item.ttop{
	z-index: 10;
}
.point_item .info{
    width: 128px;
    height: 90px;
    background: url(/static/images/changjiang/bg_green.png) no-repeat;
    background-size: 126px 87px;
	display: none;
	padding-left: 10px;
}
.point_item.blue .info{
    background: url(/static/images/changjiang/bg_blue.png) no-repeat;
    background-size: 126px 87px;
}
.point_item .info .name{
	height: 30px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #FFFFFF;
	line-height: 30px;
}
.point_item .info .spec{
    width: 110px;	
	height: 20px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
	padding-right:2px;
}
.point_item .info .spec span{
	float: right;
	padding-right: 6px;
	height: 20px;
	font-size: 10px;
	font-family: PingFang SC;
	font-weight: bold;
	line-height: 20px;
}
.point_item .info .spec span.up{
    background: url(/static/images/changjiang/up.png) no-repeat;
	background-size: 6px 10px;
    background-position: right;
	color: #FF0000;
}
.point_item .info .spec span.down{
    background: url(/static/images/changjiang/down.png) no-repeat;
	background-size: 6px 10px;
    background-position: right;
	color: #0FA06A;
}
.point_item .point,
.new_point_item .point{
	width: 35px;
	height: 24px;
    background: url(/static/images/changjiang/point_green.png) no-repeat;
    background-size: 27px 24px;
	background-position-x: 7px;
	position: absolute;
	top: 90px;
	z-index: 1;
}
.point_item.blue .point,
.new_point_item.blue .point{
    background: url(/static/images/changjiang/point_blue.png) no-repeat;   
    background-size: 27px 24px;
    background-position-x: 7px;	
}
.new_point_item.wushan{
    left: 478px;
    top: 214px;
}
.new_point_item.yichang{
    left: 533px;
    top: 222px;
}
.new_point_item.yangwu{
    left: 626px;
    top: 232px;
}
.new_point_item.pengze{
    left: 666px;
    top: 236px;
}
.new_point_item.chizhou{
    left: 683px;
    top: 217px;
}
.new_point_item.maanshan{
    left: 709px;
    top: 195px;
}
.new_point_item.yueyang{
    left: 575px;
    top: 261px;
}
.new_point_item.huludao{
    left: 789px;
    top: -54px;
}
.new_point_item.jingtang{
    left: 711px;
    top: -60px;
}
.new_point_item.ningzhou{
    left: 790px;
    top: 247px;
}
.new_point_item.ningde{
    left: 737px;
    top: 331px;
}
.new_point_item.zhangzhou{
    left: 700px;
    top: 388px;
}
.new_point_item.fuling{
    left: 453px;
    top: 242px;
}
.new_point_item.hukou{
    left: 653px;
    top: 247px;
}
.new_point_item.jiangyin{
	left: 750px;
    top: 192px;
}
.point_item.wushan{
    left: 478px;
    top: 214px;
}
.point_item.yichang{
    left: 533px;
    top: 222px;
}
.point_item.yangwu{
    left: 626px;
    top: 232px;
}
.point_item.pengze{
    left: 653px;
    top: 247px;
}
.point_item.chizhou{
    left: 683px;
    top: 217px;
}
.point_item.maanshan{
    left: 709px;
    top: 195px;
}
.point_item.yueyang{
    left: 575px;
    top: 261px;
}
.point_item.huludao{
    left: 789px;
    top: -54px;
}
.point_item.jingtang{
    left: 711px;
    top: -26px;
}
.point_item.ningzhou{
    left: 790px;
    top: 247px;
}
.point_item.ningde{
    left: 737px;
    top: 331px;
}
.point_item.zhangzhou{
    left: 700px;
    top: 388px;
}
.point_item.jiangyin{
    left: 750px;
    top: 192px;
}

.new_point_item{
	width: 128px;
	margin-left: 1px;
	position: absolute;
}
.new_point_item .info{
	box-shadow: 1px 1px 8px #666666;
	background-color: #FFFFFF;
	min-height: 75px;
	border-radius: 3px 3px 1px 1px;
    overflow: hidden;
}
.new_point_item .info .name{
	background-color: #75BD42;
	height: 30px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 30px;
	padding-left: 5px;
}
.new_point_item.blue .info .name{
	background-color: #4874DFEE;
}
.new_point_item .info .spec{
	height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
    padding-left: 5px;
}
.new_point_item .sanjiao{
	border: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
	width: 8px;
	margin-left: 13px;
}
.new_point_item.jingtang .point{
	top: 125px;
}

.update_time{
	height: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}
.info_and_chart{
	display: grid;
    grid-template-columns: 373px 687px;
	text-align: center;
}
.info_and_chart .info{
	width: 373px;
	height: 470px;
	border: 1px solid #000000;
	border-radius: 10px;
    padding: 25px 35px 20px 35px;	
}
.info_and_chart .info .index{
	height: 56px;
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 48px;
}
.info_and_chart .info .index.up{
    color: #EE1C24;	
}
.info_and_chart .info .index.down{
    color: #0CA26B; 
}
.info_and_chart .info .index .span{
    width: 23px;
    height: 48px;
    background-size: 100% 100%; 
    background-size: 23px 19px;
    background-position: center;
    line-height: 48px;  
    display:inline-block;
    margin-left: 20px;
	background-repeat: no-repeat;
}
.info_and_chart .info .index.up .span{
	background-image: url(/static/images/changjiang/sup.png);
	background-position: 0 19px;
}
.info_and_chart .info .index.down .span{
    background-image: url(/static/images/changjiang/sdown.png);
    background-position: 0 23px;	
}
.info_and_chart .info .item{
	height: 54px;
    text-align: left;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2C2C2C;
	line-height: 54px;
}
.info_and_chart .info .item span{
	float: right;
    font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;	
}
.info_and_chart .info .item .zhang{
	color: #EE1C24;
}
.info_and_chart .info .item .die{
    color: #0CA26B;
}
.tips{
	height: 30px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 31px;
	margin-top: 10px;
}

.info_and_chart .chart{
	width: 685px;
	height: 470px;
	border: 1px solid #000000;
	border-radius: 10px;
	margin-left: 20px;
	padding: 10px;
}
.info_and_chart .chart .tindex_chart{
	width:100%;
	height: 100%;
}
.area_price{
	width: 100%;
    text-align:center;	
}
.area_price .table_title{
	height: 89px;
	font-size: 25px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	background: #336EF6;
	border: 1px solid #336EF6;
}
.area_price .table_title th{
	border-left:1px solid #FFFFFF;
}
.area_price .table_title th:first-child{
    border-left:1px solid #336EF6;	
}
.area_price .table_list td{
	border: 1px solid #212020;
	height: 65px;
	font-size: 25px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #212020;
}
.area_price .table_list td.up{
	color: #FF0000;
}
.area_price .table_list td.up .pup{
	display: inline-block;
	width: 15px;
	height: 23px;
	background-image: url(/static/images/changjiang/pup.png);
	background-size: 100% 100%;
	margin-bottom: -1px;
    margin-left: 5px;	
}
.area_price .table_list td.down{
    color: #0CA26B;
}
.area_price .table_list td.down .pdown{
    display: inline-block;
    width: 15px;
    height: 23px;	
    background-image: url(/static/images/changjiang/pdown.png);
    background-size: 100% 100%;	
    margin-bottom: -2px;
	margin-left: 5px;
}