body {
    padding: 0;
    margin: 0;
	font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma,  Arial, 'Hiragino Sans GB';
}

a {
    text-decoration: none;
    color: #333;
}

div {
    box-sizing: border-box;
    color: #333;
}

.bg {
    min-width: 1200px;
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
}

.main {
    width: 1200px;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: -28%;
}


.navbar {
    display: flex;
    justify-content: space-between;
    padding: 0 55px;
    margin-bottom: 32px;
}

.navbar .nav-item {
    flex: 1;
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 170px;
    height: 50px;
    margin-top: -20px;
    background-image: url('../images/tab.png');
    background-size: 100% 100%;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}

.navbar .nav-item.active{
    background-image: url('../images/tab-active.png');
}

.zcwj-sec img {
    width: 308px;
    height: 48px;
    display: block;
    margin: 0 auto;
}

.zcwj-sec .content {
    display: flex;
    padding: 0 46px;
}

.zcwj-sec .content .center {
    background-image: url('../images/zcwj-content.png');
    width: 705px;
    height: 666px;
    background-size: 100% 100%;
    padding: 70px;
}

.zcwj-sec .content .center .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
}

.zcwj-sec .content .center .richtext {
    line-height: 2;
    min-height: 400px;
    overflow: hidden;
    max-height: 450px;
    font-size: 14px;
    text-indent: 2em;
}

.zcwj-sec .content .center .richtext::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.zcwj-sec .content .left,
.zcwj-sec .content .right {
    background-image: url('../images/tabs-bg.png');
    width: 230px;
    height: 450px;
    background-size: 100% 100%;
    margin-top: 60px;
    padding: 0 15px;
}

.zcwj-sec .content .left {
    margin-right: -30px;
}

.zcwj-sec .content .right {
    margin-left: -30px;
}

.zcwj-sec .content .new-tab {
    font-size: 14px;
    font-weight: bold;
    color: #5C7DA8;
    height: 66px;
    margin-bottom: 10px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.zcwj-sec .content .new-tab a{
    color: #5C7DA8;
}
.zcwj-sec .content .new-tab::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    color: #fff;
    background: #5C7DA8;
    border-radius: 50%;
    margin-right: 9px;
    margin-top: -10px;
    flex-shrink: 0;
}

.zcwj-sec .content .new-tab.active {
    width: 264px;
    background: #A7CAFF;
    border-radius: 33px 0 0 33px;
    margin-left: -50px;
    padding-left: 48px;
    color: #2255A5;
    font-size: 14px;
}

.zcwj-sec .content .new-tab.active-red {
    width: 264px;
    border-radius: 33px 0 0 33px;
    margin-left: -50px;
    padding-left: 48px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(90deg, #FF332B 0%, #FF765E 100%);
    box-shadow: 0px 0px 10px 0px rgba(255, 55, 45, 0.75);
}

.zcwj-sec .content .new-tab.active-red a{
    color: #fff;
}


.zcwj-sec .content .new-tab.active-red-right {
    width: 264px;
    border-radius: 0 33px 33px 0;
    margin-left: -15px;
    padding-right: 48px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(90deg, #FF332B 0%, #FF765E 100%);
    box-shadow: 0px 0px 10px 0px rgba(255, 55, 45, 0.75);
}

.zcwj-sec .content .new-tab.active-red-right a{
    color: #fff;
}
.zcwj-sec .content .new-tab.active::before {
    width: 0 !important;
}

.zcwj-sec .content .new-tab.active-red::before {
    width: 0 !important;
}

.zcwj-sec .content .new-tab.active-red-right::before {
    width: 0 !important;
}

.ywjj-mtpl-sec,
.gzdt-mztj-sec {
    display: flex;
    justify-content: space-between;
}

.ywjj-mtpl-sec>div,
.gzdt-mztj-sec>div {
    width: 556px;
}

.ywjj-mtpl-sec .sec-title,
.gzdt-mztj-sec .sec-title {
    width: 308px;
    height: 48px;
    display: block;
    margin: 0 auto 36px;
}

.ywjj-mtpl-sec .more,
.gzdt-mztj-sec .more {
    width: 208px;
    height: 90px;
    display: block;
    margin: 20px auto 60px;
    cursor: pointer;
}

.ywjj-mtpl-sec .ywjj .major-new {
    display: flex;
    background: #F0F0F0;
}

.ywjj-mtpl-sec .ywjj .major-new img {
    width: 272px;
    height: 182px;
    flex-shrink: 0;
}

.ywjj-mtpl-sec .ywjj .major-new .text {
    padding: 25px;
}

.ywjj-mtpl-sec .ywjj .major-new .text .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 35px;
}

.ywjj-mtpl-sec .ywjj .major-new .text .date {
    font-size: 14px;
}

.ywjj-mtpl-sec .ywjj .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 21px;
}

.ywjj-mtpl-sec .ywjj .list .item {
    width: 260px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-right: 34px;
}

.ywjj-mtpl-sec .ywjj .list .item::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    color: #fff;
    background: #2C51D9;
    margin-right: 6px;
    margin-bottom: 2px;
}

.ywjj-mtpl-sec .ywjj .list .item:nth-child(2n) {
    margin-right: 0;
}

.ywjj-mtpl-sec .ywjj .list .item:nth-child(5),
.ywjj-mtpl-sec .ywjj .list .item:nth-child(6) {
    margin-bottom: 0;
}

.ywjj-mtpl-sec .mtpl .mtpl-item {
    height: 60px;
    box-shadow: 0px 0px 15px 0px rgba(198, 198, 198, 0.75);
    border-radius: 10px;
    margin-bottom: 20px;
    line-height: 60px;
    text-align: center;
    padding: 0 76px;
    cursor: pointer;
}

.gzdt-mztj-sec .gzdt-mztj {
    display: flex;
    flex-wrap: wrap;
}

.gzdt-mztj-sec .gzdt-mztj .card {
    width: 268px;
    height: 136px;
    background: #F0F0F0;
    border-radius: 10px;
    padding: 20px 30px;
    margin-right: 40px;
    margin-bottom: 20px;
    cursor: pointer;
}

.gzdt-mztj-sec .gzdt-mztj .card:nth-child(4n) {
    margin-right: 0;
}

.gzdt-mztj-sec .gzdt-mztj .card:nth-child(3),
.gzdt-mztj-sec .gzdt-mztj .card:nth-child(4) {
    margin-bottom: 0;
}

.gzdt-mztj-sec .gzdt-mztj .card .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 20px;
	height: 52px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.gzdt-mztj-sec .gzdt-mztj .card .date {
    font-size: 14px;
}

.ellipsis-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.ellipsis-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

/*列表*/
.lmlist {
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #3d3b2f;
  line-height: 45px;
  width:100%;
}
.lmlist a{
	color:#333;
}
.lmlist::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #3573ff;
  border-radius: 50%;
  margin-right: 10px;
}
.fr {
   float:right;
}
.fl {
   float:left;
}
.cl {
	clear:both;
}
.listlm {
   margin-left:65px;
   color:#3573ff;
   font-size:25px;
   font-weight:bold;
   line-height: 25px;
   margin-right: 65px;
}

/* 网站尾部 */
.footer{
    height:180px;
    overflow: hidden;
    background: #fff;
    padding-top:36px;
    box-shadow:0px 0px 15px 0px rgba(198, 198, 198, 0.25);
    border-top:solid 1px #999;
	font-size:14px;
}
.footer > .row{
    width: 1200px;
    margin: 0 auto;
    color:#333;
}
.footer > .row > div{
    height: 120px;
}
.footer > .row > .qrCode{
    text-align: center;
    float: left;
}
.footer > .row > .qrCode > p{
    margin-top:5px;
}
.footer > .row > .qrCode > img{
    height: 93px;
}
.footer > .row > .footType{
    line-height: 100px;
    padding: 0;
    text-align: center;
    float: left;
}
.footer > .row > .footType > img{
    height: 73px;
}
.footer > .row > .footList{
    width: 65%; 
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}
.footer > .row > .footList > div{
    height: 40px;
    line-height: 40px;
}
.footer > .row > .footList > div a{
    color:#333;
}
/* 网站尾部 */
