﻿
#body {
    height: 100%;
    z-index: 999999;
}
.w {
   width: 1200px; 
   margin: 0 auto;
   position: relative;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
/* 左侧 */
.left {
    width: 110px;
    /* background-color: yellow; */
    height: 500px;
    top: 79px;
    position: fixed;
    margin-right: 30px;
}
.left .menu {
    cursor: pointer;


}

.left .menu li {
    /* padding-bottom: 36px; */
    /*text-align: center;
    font-size: 14px;
    height: 43px;
    font-weight: bold;
    line-height: 43px;
    margin-bottom: 10px;*/
    text-align: center;
    font-size: 15px;
    height: 43px;
    line-height: 56px;
    margin-top: -1px;
    border: 1px solid #eee;
    width: 158px;
    margin-left: -36px;
    height: 54px;
}
.org {
    height: 7px;
    background-color: #ff6000;
    color: #fff;
    /*border-radius: 10px;*/
    line-height: 44px;
}
/* 中间 */
.center {
    width: 690px;
    /* background-color: green; */
    height: 500px;
    left: 150px;
    top: 24px;
    position: absolute;
    margin-right: 18px;
}
/* 轮播图 */
#container {
    position: relative;
    width: 690px;
    height: 460px;
    overflow: hidden;
}

#imgs {
    position: absolute;
    z-index: 1;
    width: 2000%;
    height: 460px;
}

#imgs img {
    float: left;
    width: 690px;
    height: 460px;
}
#imgs li  {
    position: relative;
    float: left;
}
#imgs li span {
	position: absolute;
    bottom: 10px;
    font-size: 22px;
    color: #fff;
    width: 500px;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    left: 76px;
}
#imgs li p {
    width: 100%;
    position: absolute;
    bottom: 0px;
    background-image: linear-gradient(to top,rgba(0, 0, 0, 0.2),rgba(0,0,0, 0.1));
    height: 50px;
}
#points {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 2;
    height: 10px;
    width: 85px;
    width: 100%;
    text-align: center;
}
#prev:hover, #next:hover {
    color: #fff;
    z-index: 99999;
}
#points span {
    display: inline-block;
    margin: 0 3px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
}

#points .active {
    background: orangered;
}

.arrow {
    position: absolute;
    bottom: 6px;
    z-index: 2;
    display: none;
    width: 40px;
    height: 40px;
    font-size: 36px;
    font-weight: bold;
    line-height: 39px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

#prev {
    left: 20px;
}
#prev p {
    background: url(../../images/Login/jt.png) left top no-repeat;
    width: 21px;
    height: 23px;
    margin-top: 10px;
}

#next {
    right: 0;
}
#next p {
    background: url(../../images/Login/jt.png) right top no-repeat;
    width: 21px;
    height: 23px;
    margin-top: 10px;
}
/* 轮播图结束 */

/* 资讯列表 */
.center .zx_list {
    height: 150px;
    margin-top: 15px;
    position: relative;
    padding-bottom: 14px;
    border-bottom: 1px solid #f9f9f9;
    display: block;
}

.zx_list:hover{
    color: black;
}
.center .zx_list img{
    /*width: 100%;*/
}

.center .zx_list p {
    color: black;
    position: absolute;
    top: 12px;
    left: 224px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    height:85px;
}
.center .zx_list p:hover {
    color: #df5400;
}
.center .zx_list ul {
    position: absolute;
    top: 50px;
    left: 224px;
    margin-top: 72px;
    font-size: 12px;
    color: #999999;
}

.center .zx_list ul li{
    float: left;
    margin-right: 10px;
    line-height: 25px;
}

.center .zx_list ul li img{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.threePic {
    /* height: 222px; */
    margin-top: 15px;
    padding-bottom: 14px;
    border-bottom: 1px solid #f9f9f9;
    display: block;
}
.threePic  .three {
	width: 760px;
}
.threePic  .three li {
	float: left;
    margin-right: 48px;
    overflow: hidden;
    width: 200px;
    height: 150px;
    text-align: center;
    vertical-align: middle;
}

.threePic  .three :nth-child(3) img {
    margin-right: 0;
}
.threePic p {
    color: black;
    margin-bottom: 22px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 36px;
    max-height: 65px;
    overflow: hidden;
}
.threePic p:hover  {
    color: #df5400;
    z-index: 989;
}
.threePic .min{
    margin-bottom: 0;
}
.threePic .jz li {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    color: #999999;
    margin-top: 22px;
    line-height: 28px;
}
.threePic .jz img {
    width: 22px;
    height: 22px;
    border-radius: 50%;

}
/* 右侧 */
.right {
    width: 344px;
    height: 500px;
    right: -13px;
    top: 24px;
    position: absolute;
}
.right .writer {
    background-color: white;
    margin-bottom: 25px;
    padding: 12px 0;
}
.right .writer li:first-child {
    list-style: none;
    color: black;
    font-size: 16px;
    padding-right: 10px;
    margin: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;
}
.right .writer li img {
    padding-left: 10px;
    width: 40px;
}
.right .writer li a {
    font-size: 14px;
    color: #333333;
}
.right .writer li a:hover{text-decoration:underline;}
.right .writer .xm {
    width: 119px;
    max-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.right .writer li div {
    max-width: 129px;
    margin-top: -30px;
    margin-left: 23px;
    overflow: hidden;
}
.right .writer li {
    list-style: square;
    color: #595959;
    font-size: 12px;
    margin-left: 30px;
    padding: 0;
    line-height: 19px;
    max-height: 36px;
    margin-bottom: 12px;
    margin-right: 16px;
}
.right .writer button {
    background: #ff6000;
    color: #fff;
    width: 56px;
    border-radius: 10px;
    line-height: 26px;
    margin-left: 136px;
    margin-top: -40px;
}
.right .hotText {
    height: 200px;
    background-color: #fff;
}
.right .bq li img {
    width: 6px;
    z-index: 9999;
}
#morenewsbtn{
    margin-left: calc(50% - 100px);
    width: 200px;
    margin-top: 20px;
}
.zc_photo img {
  /*min-width: 200px;
  min-height: 150px;*/
}
.oneWidth, .threeWidth {
	width: 100%;	
}
.oneHeight, .threeHeight {
	height: 100%;
}
.flexCenter {
	display: flex;
    justify-content: center;
}

