﻿
/* CSS Document */
.top
{
	height: 25px;
	line-height: 25px;
	background: #e3e2e2;
	margin: 0px auto;
}

.top-left
{
	float: left;
	background: #ec9232;
	color: #fff;
}

	.top-left a
	{
		color: #fff;
		text-align: center;
		padding: 0px 10px;
	}

.top-right
{
	float: right;
	width: 70px;
	text-align: center;
	background: #cb0100;
}

	.top-right a
	{
		color: #fff;
		font-weight: bold;
	}

.headmain
{
	margin: 0px auto;
	background: #fff;
}

.login
{
	margin: 30px 0px;
	float: right;
}

.form-control.form-input
{
	border: solid 1px #e3e3e3;
	border-radius: 0px;
	color: #666;
	height: 25px;
	line-height: 12px;
	width: 80px;
	font-size: 12px;
}

.btn-login
{
	background: #3b3b3b;
	border: none;
	border-radius: 0px;
	color: #fff;
	padding: 4px 0px;
	width: 70px;
	font-size: 12px;
}

	.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active, .open .dropdown-toggle.btn-login
	{
		color: #fff;
		background: #262626;
		border-color: #262626;
	}

.min-menu
{
	margin: 0px auto;
	background: #2491ca;
}

.navbar-nav
{
	margin: 0px;
}

.carousel-indicators
{
	margin-left: 0px;
	bottom: 7px;
	left: 25%;
    margin-bottom: 25px
}

.carousel-caption
{
	bottom: 0px;
	background: none repeat scroll 0 0 #000;
	left: 0px;
	right: auto;
	opacity: 0.8;
	padding: 7px 20px;
margin-bottom:25px;
}

	.carousel-caption h3
	{
		font-size: 16px;
	}

		.carousel-caption h3 a
		{
			color: #fff;
		}

.carousel-indicators .active
{
	background-color: #CB0100;
	border: 1px solid #CB0100;
	margin: 1px 4px;
}

.carousel-indicators li
{
	background: #fff;
	border: 1px solid #fff;
	margin: 1px 4px;
}

.carousel-control
{
	width: 2%;
}
.carousel-caption{
  background-color: rgba(0,0,0,0.5);/* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
}
.carousel-caption a{
  color: #FFFFFF;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
  .carousel-caption{
    background-color:#000000;
    filter:Alpha(opacity=50);
    position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
    *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  .carousel-caption a{
    position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
  }  
}
.menu
{
	background: #2491ca;
}

/******导航*****/
.navbar
{
	margin-bottom: 0px;
}

.first
{
	width: 85px;
}
    .nav > li:first-child {
        width: 85px;
    }
    .nav > li:first-child .caret{
        display:none;
    }
.navbar-default .navbar-collapse li a
{
	display: block;
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	padding: 0px 5px;
	/*min-width: 85px;*/
	min-width: 93px;
	text-align: center;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active
{
	background: #ec9232;
	color: #fff;
}

.navbar-nav .dropdown-menu li
{
	line-height: 32px;
	color: #333;
	min-width: 180px;
}

.navbar-default .dropdown-menu li a
{
	display: block;
	color: #333;
	line-height: 30px;
	white-space: normal;
}


.navbar-default
{
	background: none;
	border: none;
}

.navbar-brand a
{
	color: #fff;
	font-size: 18px;
	padding: 10px 0px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
	color: #333;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{
	background: #5d5c5c;
	color: #fff;
}

.navbar-collapse
{
	padding: 0px;
}
/*.menu-list{ margin:0px; padding:0px 9px;}*/


.banner-main
{
	margin: 0px auto;
	background: #e5e3e6;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.con
{
	margin: 0px auto;
}

.connr
{
	background: #fff;
	box-shadow: 0px 0px 2px #c9c7c7;
}

.con-top
{
	/*background: #f3f0f0;修改部分*/
	padding: 15px 15px 0px 15px;
}

.module-left
{
	margin-right: 12px;
}

.module-tit
{
	line-height: 32px;
}

.module-tit-bt
{
	float: left;
	font-size: 18px;
	font-weight: bold;
}

/*.more {
    float: right;
    width: 55px;
}*/

.module-nr
{
	padding-top: 8px;
}

.module-list
{
	border-bottom: dotted 1px #a2a1a1;
	padding: 13px 0px;
	min-height: 112px;
	height:85px;
}

.news-nr .tempWrap
{
	margin: 10px 0px;
}

.calendar
{
	text-align: center;
	margin: 0px auto;
}

	.calendar .month
	{
		background: #cb0100;
		border: solid 1px #cb0100;
		color: #fff;
		border-radius: 3px 3px 0px 0px;
		float: left;
		font-size: 11px;
		padding: 3px;
		width: 100%;
	}

	.calendar .day
	{
		background: #ffffff;
		border: solid 1px #e7e7e7;
		border-radius: 0px 0px 3px 3px;
		border-top: none;
		color: #000;
		float: left;
		font-family: Arial;
		font-size: 25px;
		font-weight: bold;
		padding: 8px 0;
		width: 100%;
	}

.list-tit a
{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

	.list-tit a:hover, .module-ul a:hover, .xxnr-ul a:hover, .links-nr a:hover
	{
		text-decoration: none;
		color: #93243b;
	}




/*修改部分*/
.list-nr
{
	/*padding-top: 8px;修改*/
	line-height: 24px;
}

.module-right
{
	margin-left: 12px;
}

.nav-btul li
{
	float: left;
}
	/*修改部分*/
	.nav-btul li.active
	{
		background: none;
	}

		.nav-btul li.active a
		{
			color: #cb0100;
		}

.nav-btul a
{
	padding: 0px 4px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	display: block;
}

.con-bott .img-responsive
{
	float: right;
}

.nav-btul a:hover
{
	text-decoration: none;
	color: #cb0100;
}

.module-xx
{
	padding: 15px 15px 15px 4px;
}

.module-ul li, .xxnr-ul li
{
	line-height: 32px;
	background: url(../images/tb.jpg) no-repeat left center;
	padding-left: 12px;
}

.time
{
	float: right;
	color: #888;
}

.module-ul a, .xxnr-ul a
{
    color: #333;
    float: left;
    display: block;
    width: calc(100% - 120px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

/*.reach-tit {
    margin: 0px 18px 0px 0px;
}*/

.reach-tit-bt
{
	background: #bcbbbb;
	text-align: center;
	/*margin: 0px 10px;*/
}

	.reach-tit-bt a
	{
		display: block;
		font-size: 14px;
		font-weight: bold;
		color: #333;
		padding: 18px 10px;
	}

.reach-nr
{
	padding: 10px 0px 0px 0px;
}

.more
{
	float: right;
}

.module-hof
{
	background: #e84e4d;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: center;
	padding: 8px 0px;
}

	.module-hof a, .module-acrt a
	{
		display: block;
		color: #fff;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}

.font-china a
{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
}

.module-hof a:hover, .module-acrt a:hover
{
	text-decoration: none;
}

.module-acrt
{
	background: #f79124;
	line-height: 20px;
	margin-bottom: 8px;
	text-align: center;
	padding: 8px 0px;
}

.con-min
{
	padding: 20px 15px;
	background: #f5f5f5; /*修改部分*/
}
/*修改部分*/
.linksbg
{
background: #fff;
	line-height: 40px;
}

.xuepos
{
	position: relative;
}

.guang-top
{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	background: url(../images/bbx.png) no-repeat 10px bottom;
	padding-bottom: 9px;
}

.userbox{
    position:relative;
}

.user-btop{
	background: url(../images/bbx.png) no-repeat 10px bottom;
	padding-bottom: 7px;
}
.user-btop .user-btit{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.user-btop .user-btit img{
	margin-right: 5px;
}
.user-btop a{

    font-size: 18px;
    font-weight: normal;
    color: #428bca;
    font-weight: bold;
}
.user-bbox{	
	border: 1px solid #ddd;
	height: 261px;
	width: 90%;
	margin: auto;margin-top: 20px;
	position: relative;
    overflow:hidden;
    padding:0px 15px;
}
.user-bbox .uleft a{
	position: absolute;
	left: 2px;
	top: 110px;
    z-index: 11;
}
.user-bbox .uright a{
	position: absolute;
	right: 2px;
	top: 110px;
    z-index: 11;
}

.user-silder{
    width:255px;
    margin-left:20px;
    height:260px;
    overflow:hidden;
}

.user-silder img ,.user-bbox1 img{
    height:120px;
}

.user-bbox ul li ,.user-bbox1 ul li{
	text-align: center;
	padding-top: 13px;
    margin:0px 15px;	
}
.user-bbox ul li a ,.user-bbox1 ul li a{
	
}
.user-bbox ul li a.aa ,.user-bbox1 ul li a.aa{
	color: #333;
	font-weight: bold;
	margin: 7px 0 5px 0;
    display: block;	
}
.user-bbox ul li p ,.user-bbox1 ul li p{
	line-height: 23px;
}

.user-bbox1{
    margin:15px 0px 0px 0px;
}

.user-bbox1 ul li{
    border: 1px solid #ddd;
    float: left;
    padding:5px !important;
    margin: 10px 5px !important;
    width: 47%;
}


.pos-x ul
{
	overflow: hidden;
	padding: 11px 15px 0;
	width: 30%;
	margin: 0px auto;
}

	.pos-x ul li
	{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #666;
		display: block;
		float: left;
		margin: 0 3px;
		text-indent: 1000px;
		cursor: pointer;
	}

		.pos-x ul li.on
		{
			background: #921910;
		}

.xue-tit
{
	background: rgba(0, 0, 0, 0) url("../images/bbx.png") no-repeat scroll 0px bottom;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.xue-ul ul li{
    height:114px !important;
     overflow: hidden;
}

.xue-ul, .xue-ul2
{
	padding-top: 30px;
}

	.xue-ul ul li, .xue-ul2 ul li
	{
		margin-bottom: 18px;
	}

		.xue-ul ul li a, .xue-ul2 ul li a
		{
			font-size: 14px;
			font-weight: bold;
			color: #333;
		}

		.xue-ul ul li p, .xue-ul2 ul li p
		{
			font-size: 12px;
			line-height: 22px;
			color: #666;
		}

.borright
{
	margin-left: 15px;
	border-left: 1px dashed #ccc;
	min-height: 65px;
}

	.borright h5
	{
		margin-bottom: 10px;
	}

	.borright img
	{
		vertical-align: sub;
		margin-right: 8px;
	}

.borr
{
}

	.borr .date-x
	{
		color: #c60c30;
		line-height: 30px;
		margin-top: 22px;
		text-align: center;
	}

	.borr .time-x
	{
		text-align: center;
	}

.guang-top
{
	background: rgba(0, 0, 0, 0) url("../images/bbx.png") no-repeat scroll 5px bottom;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

	.guang-top a.more1, .xue-tit a.more1
	{
		color: #333;
		font-size: 15px;
		font-weight: normal;
	}

.fen-div
{
	padding-top: 20px;
}

.new-text
{
	margin-top: 7px;
}

.date-ul
{
	margin-top: 6px;
}

	.date-ul li h5 a
	{
		font-size: 12px;
		font-weight: bold;
		color: #333;
		line-height: 30px;
	}

	.date-ul li
	{
		background: url(../images/jia.jpg) no-repeat left 8px;
		padding-left: 20px;
	}

		.date-ul li span
		{
			color: #888;
			margin: 3px 0;
			display: block;
		}

		.date-ul li p
		{
			line-height: 22px;
			font-size: 12px;
		}

.new-text li
{
	line-height: 34px;
}

	.new-text li a
	{
		color: #333;
		background: url(../images/jia.jpg) no-repeat left 3px;
		padding-left: 15px;
        
	}

    .new-text li span {
    float: right;
}

.fl
{
	float: left;
}

.fr
{
	float: right;
}

.module-bot ul
{
	overflow: hidden;
	width: 30%;
	margin: 10px auto;
}

	.module-bot ul li
	{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background: #666;
		display: block;
		float: left;
		margin: 0 3px;
		text-indent: 1000px;
		cursor: pointer;
	}

.module-bot li.on
{
	background: #921910;
}


/*修改结束*/

.reach-module
{
	position: absolute;
}

.tit
{
	background: url(../images/img01.png) no-repeat center top;
	height: 120px;
	line-height: 32px;
	padding: 26px;
	position: relative;
}

	.tit a
	{
		color: #333;
		font-size: 14px;
	}

		.tit a:hover, .tit a.active, .reach-tit-bt a:hover, .reach-tit-bt a.active
		{
			text-decoration: none;
			color: #805a00;
		}

.con-bott
{
	padding: 15px 0px;
}

.pic
{
	float: left;
	width: 90px;
	margin-right: 8px;
}

.report-xx
{
	float: left;
	margin-right: 13px;
	width: 134px;
}

.report-tit
{
	/*font-weight: bold;*/
	padding-bottom: 5px;
}

	.report-tit a
	{
		color: #333;
	}

		.report-tit a:hover
		{
			color: #93243b;
		}

.btn-tit
{
	line-height: 32px;
}

.report-nr
{
	line-height: 20px;
}

/*.pull-left {
    width: 240px;
}*/


.links
{
	background: #dfdfdf;
	line-height: 40px;
}

.links-tit
{
	font-weight: bold;
	text-align: center;
	padding-left: 10px;
}

.links-nr li
{
	float: left;
	margin: 0px 12px;
}

.links-nr a
{
	color: #333;
	font-size: 12px;
	/*修改部分*/
}

.foot
{
	margin: 0px auto;
	background: #2491ca;
}

.foot-nr
{
	background: #2491ca;
}

.foot-wz
{
	background: #2491ca;
	text-align: right;
	line-height: 24px;
	color: #fff;
	padding: 20px 0px;
}

	.foot-wz a
	{
		color: #fff;
	}


.con-bott .col-sm-2, .con-bott .col-md-2
{
	padding: 0px 30px 0px 0px;
	margin: 0px;
}

.con-top .col-xs-12, .con-top .col-sm-6, .con-top .col-md-6, .con-top .col-lg-6
{
	padding: 0px;
	margin: 0px;
}

.con-min .col-xs-12, .con-min .col-sm-1, .con-min .col-md-1
{
	padding: 0px;
	margin: 0px;
}

.main .col-xs-12, .main .col-sm-3, .main .col-md-3
{
	padding: 0px;
	margin: 0px;
}



/******内页样式******/
.nav-path
{
	line-height: 35px;
	background: #f0eeee;
	border-bottom: solid 1px #e3e3e3;
	padding-left: 15px;
}

	.nav-path a
	{
		color: #333;
		padding: 0px 5px;
	}

		.nav-path a:hover
		{
			text-decoration: none;
			color: #82021d;
		}

.main
{
	margin-top: 2px;
}

.side-nav-panel
{
	border-right: solid 1px #e3e3e3;
	padding-bottom: 60px;
}

.nav-panel-title
{
	height: 65px;
	background: #2491ca;
	padding: 8px 12px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}

.font-china
{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.slide-nav-ul li
{
	line-height: 32px;
	border-bottom: solid 1px #fff;
}

.slide-nav-ul i
{
	font-size: 14px;
	vertical-align: middle;
	padding-right: 10px;
}

.slide-nav-ul a
{
	display: block;
	background: #dfe1e0;
	padding-left: 13px;
	color: #333;
	font-size: 14px;
}

	.slide-nav-ul a:hover, .slide-nav-ul a.active,.slide-nav-ul a.selected,.slide-nav-ul a.parent
	{
		background: #ec9232;
		color: #fff;
		text-decoration: none;
	}

.slide-nav-item-ul li {
	/*line-height: 32px;*/
	border-bottom: dotted 1px #666;
	margin: 0px 15px;
	line-height: 23px;
	padding: 5px 0;
	padding-left: 0px;
}

.slide-nav-item-ul i
{
	font-size: 11px;
	vertical-align: middle;
	padding-right: 10px;
}

.slide-nav-item-ul a
{
	padding-left: 12px;
	background: none;
}

	.slide-nav-item-ul a:hover, .slide-nav-item-ul a.active,.slide-nav-item-ul a.selected
	{
		text-decoration: none;
		color: #82021d;
		background: none;
	}

.right-tit
{
	border-bottom: solid 2px #9c9c9c;
	padding: 15px 0px 5px 15px;
	font-size: 17px;
}

/**重写bootstrap***/
.wp_entry{
font-size:14px;
}
.wp_entry p{
            /*margin-bottom: 20px;*/
            line-height: 26px;

}
        .view-cnt p{
            /*word-break: break-all;*/
            word-wrap: break-word;

        }

@media only screen and (max-width: 767px)
{
.right-nr{
   padding:12px 0;
}
.right-nr table td{
   min-width:140px;
}

.nav > li:first-child {
    width: auto;
}
	.navbar-default .navbar-collapse li a
	{
		line-height: 40px;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a
	{
		color: #fff;
	}

		.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
		.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
		{
			color: #bdbcbc;
		}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header
	{
		padding-left: 36px;
	}

	.navbar-collapse
	{
		padding: 0px 2px;
	}

	.navbar-nav li
	{
		background: #2491ca;
		border-bottom: 1px #fff solid;
	}

	.calendar
	{
		margin: 0px auto;
	}

	.con-min .img-responsive, .con-bott .img-responsive
	{
		margin: 0px auto;
		float: none;
		padding-bottom: 12px;
	}

	.module-left
	{
		margin-right: 0px;
	}

	.reach-nr
	{
		margin-bottom: 10px;
	}

	.module-list col-sm-2, .module-list .col-md-2
	{
		margin-bottom: 5px;
	}

	.pull-left
	{
		margin-bottom: 6px;
		width: 100%;
	}

	.con-bott .col-sm-2, .con-bott .col-md-2
	{
		padding: 0px 15px;
	}

	.reach-module
	{
		position: inherit;
	}

	.tit
	{
		background: #bdbcbc;
		position: inherit;
		width: 120px;
		padding: 15px 0px;
		text-align: center;
		margin: 0px auto;
		height: 100px;
	}

	.xxnr-ul li
	{
		line-height: 18px;
		background: url(../images/tb.jpg) no-repeat left 12px;
		padding: 5px 0px 5px 12px;
	}

	.module-ul li
	{
		background: url(../images/tb.jpg) no-repeat left 15px;
		padding: 5px 0px 5px 12px;
	}

	.time
	{
		/*float: none;*/
	}

	.reach-tit-bt
	{
		margin-bottom: 10px;
	}

	/*li.dropdown {
        border-bottom: none;
    }*/

	.dropdown-menu li
	{
		border-bottom: none;
	}

	.main-right
	{
		padding: 0px;
		margin: 15px;
	}

	.view-cnt
	{
		padding-right: 15px;
	}

	.links-tit
	{
		text-align: left;
	}

	.side-nav-panel
	{
		padding-bottom: 0px;
	}
}

@media (min-width:767px) and (max-width:991px)
{
	.module-list .col-sm-9, .module-list .col-md-9
	{
		margin-left: 12px;
	}

	.module-left
	{
		margin-right: 0px;
	}

	.tit
	{
		background: #bdbcbc;
		position: inherit;
		width: 90px;
		padding: 15px 0px;
		text-align: center;
		margin: 0px auto;
		height: 100px;
	}

	.xxnr-ul li
	{
		line-height: 18px;
		background: url(../images/tb.jpg) no-repeat left 12px;
		padding: 5px 0px 5px 12px;
	}

	.con-bott .col-sm-2, .con-bott .col-md-2
	{
		padding: 0px 15px;
	}

	.pull-left
	{
		margin-bottom: 12px;
	}

	.report-xx
	{
		float: left;
		margin-right: 13px;
		width: 127px;
	}

	.reach-tit .col-xs-12, .reach-tit .col-sm-6, .reach-tit .col-md-6
	{
		padding-right: 5px;
	}

	.links-tit
	{
		text-align: left;
	}

	.borright
	{
		border: none;
	}

	.banner-main
	{
		height: auto;
	}

	.module-nr
	{
		padding-bottom: 12px;
	}

	.side-nav-panel
	{
		padding-bottom: 0px;
	}

	.view-title
	{
		line-height: 30px;
		font-size: 16px;
	}

	.navbar-header
	{
		float:none;
	}

	.navbar-nav > li
	{
		float:none;
	}

	.navbar-toggle
	{
		display:block;
	}

	.navbar-collapse.collapse
	{
		display: none !important;
	}
}

@media (min-width:992px) and (max-width:1200px)
{
	.xxnr-ul li
	{
		line-height: 18px;
		background: url(../images/tb.jpg) no-repeat left 12px;
		padding: 5px 0px 5px 12px;
	}

	.tit
	{
		background: #bdbcbc;
		position: inherit;
		width: 90px;
		padding: 15px 0px;
		text-align: center;
		margin: 0px auto;
		height: 100px;
	}

	/*.con-bott .col-sm-2, .con-bott .col-md-2 {
        padding: 0px 20px 0px 12px;
        margin: 0px;
    }*/


}

@media (min-width: 410px) and (max-width: 737px) {
    .borright
	{
		border: none;
	}
}

@media (min-width: 321px) and (max-width: 360px)
{
	.report-xx
	{
		float: left;
		margin-right: 0px;
		width: 230px;
	}

	.borright
	{
		border: none;
	}

	.banner-main
	{
		height: auto;
	}

	.xue-ul, .xue-ul2
	{
		padding-top: 15px;
	}



	.fen-div
	{
		padding-top: 5px;
                padding-bottom: 12px;
	}

	.module-nr
	{
		padding-bottom: 12px;
	}

	.side-nav-panel
	{
		padding-bottom: 0px;
	}

	.view-title
	{
		line-height: 30px;
		font-size: 16px;
	}

    .user-bbox1 ul li{
        float:none;
        width:100%;
    }
}

@media only screen and (max-width: 320px)
{
	.report-xx
	{
		float: left;
		margin-right: 0px;
		width: 190px;
	}

	.borright
	{
		border: none;
	}

	.banner-main
	{
		height: auto;
	}

	.xue-ul, .xue-ul2
	{
		padding-top: 15px;
	}

	.fen-div
	{
		padding-top: 5px;
	}

	.module-nr
	{
		padding-bottom: 12px;
	}

	.side-nav-panel
	{
		padding-bottom: 0px;
	}

	.view-title
	{
		line-height: 30px;
		font-size: 16px;
	}

    .user-bbox1 ul li{
        float:none;
        width:100%;
    }

}

.links .col-md-1, .links col-md-11
{
	padding: 0px;
}






.possplit {
    background:none;
    display:initial;
    padding:0 3px;
}


.wp_articlecontent .list-paddingleft-2{
    padding-left:0px;
}